Searched defs:ceph_msg_data_cursor (Results 1 – 2 of 2) sorted by relevance
187 struct ceph_msg_data_cursor { struct188 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 {
232 struct ceph_msg_data_cursor { struct233 size_t total_resid; /* across all data items */235 struct ceph_msg_data *data; /* current data item */236 size_t resid; /* bytes not yet consumed */237 int sr_resid; /* residual sparse_read len */238 bool need_crc; /* crc update needed */239 union {