Home
last modified time | relevance | path

Searched refs:r_reply (Results 1 – 4 of 4) sorted by relevance

/Linux-v6.1/net/ceph/
Dosd_client.c486 req->r_request, req->r_reply); in ceph_osdc_release_request()
491 if (req->r_reply) in ceph_osdc_release_request()
492 ceph_msg_put(req->r_reply); in ceph_osdc_release_request()
585 WARN_ON(req->r_request || req->r_reply); in __ceph_osdc_alloc_messages()
632 req->r_reply = msg; in __ceph_osdc_alloc_messages()
1981 struct ceph_msg *reply_msg = req->r_reply; in setup_request_data()
1984 if (req->r_request->num_data_items || req->r_reply->num_data_items) in setup_request_data()
2449 ceph_msg_revoke_incoming(req->r_reply); in finish_request()
5377 ceph_msg_revoke_incoming(req->r_reply); in get_reply()
5379 if (front_len > req->r_reply->front_alloc_len) { in get_reply()
[all …]
/Linux-v6.1/fs/ceph/
Dmds_client.h300 struct ceph_msg *r_reply; member
Dmds_client.c933 if (req->r_reply) in ceph_mdsc_release_request()
934 ceph_msg_put(req->r_reply); in ceph_mdsc_release_request()
3398 req->r_reply = ceph_msg_get(msg); in handle_reply()
/Linux-v6.1/include/linux/ceph/
Dosd_client.h191 struct ceph_msg *r_request, *r_reply; member