Searched defs:ceph_msg_data_cursor (Results 1 – 1 of 1) 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 {