Lines Matching refs:ceph_msg_data
250 sizeof (struct ceph_msg_data), in ceph_msgr_slab_init()
251 __alignof__(struct ceph_msg_data), in ceph_msgr_slab_init()
828 struct ceph_msg_data *data = cursor->data; in ceph_msg_data_bio_cursor_init()
847 struct ceph_msg_data *data = cursor->data; in ceph_msg_data_bio_next()
924 struct ceph_msg_data *data = cursor->data; in ceph_msg_data_pages_cursor_init()
946 struct ceph_msg_data *data = cursor->data; in ceph_msg_data_pages_next()
996 struct ceph_msg_data *data = cursor->data; in ceph_msg_data_pagelist_cursor_init()
1021 struct ceph_msg_data *data = cursor->data; in ceph_msg_data_pagelist_next()
1045 struct ceph_msg_data *data = cursor->data; in ceph_msg_data_pagelist_advance()
1111 struct ceph_msg_data *data; in ceph_msg_data_cursor_init()
1119 data = list_first_entry(&msg->data, struct ceph_msg_data, links); in ceph_msg_data_cursor_init()
3179 static struct ceph_msg_data *ceph_msg_data_create(enum ceph_msg_data_type type) in ceph_msg_data_create()
3181 struct ceph_msg_data *data; in ceph_msg_data_create()
3194 static void ceph_msg_data_destroy(struct ceph_msg_data *data) in ceph_msg_data_destroy()
3208 struct ceph_msg_data *data; in ceph_msg_data_add_pages()
3227 struct ceph_msg_data *data; in ceph_msg_data_add_pagelist()
3245 struct ceph_msg_data *data; in ceph_msg_data_add_bio()
3428 struct ceph_msg_data *data; in ceph_msg_release()
3430 data = list_entry(links, struct ceph_msg_data, links); in ceph_msg_release()