Home
last modified time | relevance | path

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

/Linux-v5.4/include/linux/ceph/
Dmessenger.h167 struct ceph_msg_data { struct
189 struct ceph_msg_data *data; /* current data item */ argument
225 struct ceph_msg_data *data;
/Linux-v5.4/net/ceph/
Dmessenger.c817 struct ceph_msg_data *data = cursor->data; in ceph_msg_data_bio_cursor_init()
878 struct ceph_msg_data *data = cursor->data; in ceph_msg_data_bvecs_cursor_init()
936 struct ceph_msg_data *data = cursor->data; in ceph_msg_data_pages_cursor_init()
958 struct ceph_msg_data *data = cursor->data; in ceph_msg_data_pages_next()
1008 struct ceph_msg_data *data = cursor->data; in ceph_msg_data_pagelist_cursor_init()
1033 struct ceph_msg_data *data = cursor->data; in ceph_msg_data_pagelist_next()
1057 struct ceph_msg_data *data = cursor->data; in ceph_msg_data_pagelist_advance()
3245 static struct ceph_msg_data *ceph_msg_data_add(struct ceph_msg *msg) in ceph_msg_data_add()
3251 static void ceph_msg_data_destroy(struct ceph_msg_data *data) in ceph_msg_data_destroy()
3260 struct ceph_msg_data *data; in ceph_msg_data_add_pages()
[all …]
Dosd_client.c4430 struct ceph_msg_data *data = in handle_watch_notify()