Lines Matching refs:ceph_msg_data
248 sizeof (struct ceph_msg_data), in ceph_msgr_slab_init()
249 __alignof__(struct ceph_msg_data), in ceph_msgr_slab_init()
831 struct ceph_msg_data *data = cursor->data; in ceph_msg_data_bio_cursor_init()
850 struct ceph_msg_data *data = cursor->data; in ceph_msg_data_bio_next()
927 struct ceph_msg_data *data = cursor->data; in ceph_msg_data_pages_cursor_init()
949 struct ceph_msg_data *data = cursor->data; in ceph_msg_data_pages_next()
999 struct ceph_msg_data *data = cursor->data; in ceph_msg_data_pagelist_cursor_init()
1024 struct ceph_msg_data *data = cursor->data; in ceph_msg_data_pagelist_next()
1048 struct ceph_msg_data *data = cursor->data; in ceph_msg_data_pagelist_advance()
1114 struct ceph_msg_data *data; in ceph_msg_data_cursor_init()
1122 data = list_first_entry(&msg->data, struct ceph_msg_data, links); in ceph_msg_data_cursor_init()
3144 static struct ceph_msg_data *ceph_msg_data_create(enum ceph_msg_data_type type) in ceph_msg_data_create()
3146 struct ceph_msg_data *data; in ceph_msg_data_create()
3159 static void ceph_msg_data_destroy(struct ceph_msg_data *data) in ceph_msg_data_destroy()
3173 struct ceph_msg_data *data; in ceph_msg_data_add_pages()
3192 struct ceph_msg_data *data; in ceph_msg_data_add_pagelist()
3210 struct ceph_msg_data *data; in ceph_msg_data_add_bio()
3392 struct ceph_msg_data *data; in ceph_msg_release()
3394 data = list_entry(links, struct ceph_msg_data, links); in ceph_msg_release()