Searched defs:ceph_msg_data_cursor (Results 1 – 1 of 1) sorted by relevance
186 struct ceph_msg_data_cursor { struct187 size_t total_resid; /* across all data items */189 struct ceph_msg_data *data; /* current data item */190 size_t resid; /* bytes not yet consumed */191 bool last_piece; /* current is last piece */192 bool need_crc; /* crc update needed */193 union {