Home
last modified time | relevance | path

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

/dports/multimedia/v4l_compat/linux-5.13-rc2/include/linux/ceph/
H A Dmessenger.h205 struct ceph_msg_data_cursor { struct
206 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 last_piece; /* current is last piece */
211 bool need_crc; /* crc update needed */
212 union {
/dports/multimedia/libv4l/linux-5.13-rc2/include/linux/ceph/
H A Dmessenger.h205 struct ceph_msg_data_cursor { struct
206 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 last_piece; /* current is last piece */
211 bool need_crc; /* crc update needed */
212 union {
/dports/multimedia/v4l-utils/linux-5.13-rc2/include/linux/ceph/
H A Dmessenger.h205 struct ceph_msg_data_cursor { struct
206 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 last_piece; /* current is last piece */
211 bool need_crc; /* crc update needed */
212 union {