Home
last modified time | relevance | path

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

/kernel/linux/linux-4.19/include/linux/ceph/
Dmessenger.h203 struct ceph_msg_data_cursor { struct
204 size_t total_resid; /* across all data items */
205 struct list_head *data_head; /* = &ceph_msg->data */
207 struct ceph_msg_data *data; /* current data item */
208 size_t resid; /* bytes not yet consumed */
209 bool last_piece; /* current is last piece */
210 bool need_crc; /* crc update needed */
211 union {
/kernel/linux/linux-5.10/include/linux/ceph/
Dmessenger.h187 struct ceph_msg_data_cursor { struct
188 size_t total_resid; /* across all data items */
190 struct ceph_msg_data *data; /* current data item */
191 size_t resid; /* bytes not yet consumed */
192 bool last_piece; /* current is last piece */
193 bool need_crc; /* crc update needed */
194 union {