|
Linux Kernel
3.7.1
|
#include <messenger.h>
Data Fields | |
| struct ceph_msg_header | hdr |
| struct ceph_msg_footer | footer |
| struct kvec | front |
| struct ceph_buffer * | middle |
| struct page ** | pages |
| unsigned | nr_pages |
| unsigned | page_alignment |
| struct ceph_pagelist * | pagelist |
| struct ceph_connection * | con |
| struct list_head | list_head |
| struct kref | kref |
| struct bio * | bio |
| struct bio * | bio_iter |
| int | bio_seg |
| struct ceph_pagelist * | trail |
| bool | front_is_vmalloc |
| bool | more_to_follow |
| bool | needs_out_seq |
| int | front_max |
| unsigned long | ack_stamp |
| struct ceph_msgpool * | pool |
Definition at line 72 of file messenger.h.
| unsigned long ack_stamp |
Definition at line 94 of file messenger.h.
| struct bio* bio |
Definition at line 86 of file messenger.h.
Definition at line 87 of file messenger.h.
| int bio_seg |
Definition at line 88 of file messenger.h.
| struct ceph_connection* con |
Definition at line 82 of file messenger.h.
| struct ceph_msg_footer footer |
Definition at line 74 of file messenger.h.
Definition at line 75 of file messenger.h.
| bool front_is_vmalloc |
Definition at line 90 of file messenger.h.
| int front_max |
Definition at line 93 of file messenger.h.
Definition at line 73 of file messenger.h.
Definition at line 85 of file messenger.h.
Definition at line 83 of file messenger.h.
| struct ceph_buffer* middle |
Definition at line 76 of file messenger.h.
| bool more_to_follow |
Definition at line 91 of file messenger.h.
| bool needs_out_seq |
Definition at line 92 of file messenger.h.
| unsigned nr_pages |
Definition at line 78 of file messenger.h.
| unsigned page_alignment |
Definition at line 79 of file messenger.h.
| struct ceph_pagelist* pagelist |
Definition at line 80 of file messenger.h.
Definition at line 77 of file messenger.h.
Definition at line 96 of file messenger.h.
| struct ceph_pagelist* trail |
Definition at line 89 of file messenger.h.
1.8.2