Home
last modified time | relevance | path

Searched refs:ceph_msg_data (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/net/ceph/
Dmessenger.c239 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()
[all …]
Dosd_client.c4320 struct ceph_msg_data *data = in handle_watch_notify()
4322 struct ceph_msg_data, in handle_watch_notify()
/Linux-v4.19/include/linux/ceph/
Dmessenger.h183 struct ceph_msg_data { struct
207 struct ceph_msg_data *data; /* current data item */ argument