Lines Matching refs:ceph_msg_data
239 ceph_msg_data_cache = KMEM_CACHE(ceph_msg_data, 0); in ceph_msgr_slab_init()
839 struct ceph_msg_data *data = cursor->data; in ceph_msg_data_bio_cursor_init()
898 struct ceph_msg_data *data = cursor->data; in ceph_msg_data_bvecs_cursor_init()
954 struct ceph_msg_data *data = cursor->data; in ceph_msg_data_pages_cursor_init()
976 struct ceph_msg_data *data = cursor->data; in ceph_msg_data_pages_next()
1026 struct ceph_msg_data *data = cursor->data; in ceph_msg_data_pagelist_cursor_init()
1051 struct ceph_msg_data *data = cursor->data; in ceph_msg_data_pagelist_next()
1075 struct ceph_msg_data *data = cursor->data; in ceph_msg_data_pagelist_advance()
1144 struct ceph_msg_data *data; in ceph_msg_data_cursor_init()
1152 data = list_first_entry(&msg->data, struct ceph_msg_data, links); in ceph_msg_data_cursor_init()
3259 static struct ceph_msg_data *ceph_msg_data_create(enum ceph_msg_data_type type) in ceph_msg_data_create()
3261 struct ceph_msg_data *data; in ceph_msg_data_create()
3276 static void ceph_msg_data_destroy(struct ceph_msg_data *data) in ceph_msg_data_destroy()
3290 struct ceph_msg_data *data; in ceph_msg_data_add_pages()
3309 struct ceph_msg_data *data; in ceph_msg_data_add_pagelist()
3327 struct ceph_msg_data *data; in ceph_msg_data_add_bio()
3343 struct ceph_msg_data *data; in ceph_msg_data_add_bvecs()
3505 struct ceph_msg_data *data, *next; in ceph_msg_release()