Home
last modified time | relevance | path

Searched defs:ceph_msg_data_cursor (Results 1 – 1 of 1) sorted by relevance

/linux-4.1.27/include/linux/ceph/
Dmessenger.h116 struct ceph_msg_data_cursor { struct
117 size_t total_resid; /* across all data items */
118 struct list_head *data_head; /* = &ceph_msg->data */
120 struct ceph_msg_data *data; /* current data item */
121 size_t resid; /* bytes not yet consumed */
122 bool last_piece; /* current is last piece */
123 bool need_crc; /* crc update needed */
124 union {