Searched defs:ceph_msg_data_cursor (Results 1 – 1 of 1) sorted by relevance
205 struct ceph_msg_data_cursor { struct206 size_t total_resid; /* across all data items */208 struct ceph_msg_data *data; /* current data item */209 size_t resid; /* bytes not yet consumed */210 bool need_crc; /* crc update needed */211 union {