Home
last modified time | relevance | path

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

/linux-6.3-rc2/net/ceph/
A 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()
2449 ceph_msg_revoke_incoming(req->r_reply); in finish_request()
5382 req->r_reply->front_alloc_len); in get_reply()
5387 ceph_msg_put(req->r_reply); in get_reply()
5388 req->r_reply = m; in get_reply()
5394 req->r_reply->data_length); in get_reply()
[all …]
/linux-6.3-rc2/fs/ceph/
A Dmds_client.h300 struct ceph_msg *r_reply; member
A Dmds_client.c936 if (req->r_reply) in ceph_mdsc_release_request()
937 ceph_msg_put(req->r_reply); in ceph_mdsc_release_request()
3417 req->r_reply = ceph_msg_get(msg); in handle_reply()
/linux-6.3-rc2/include/linux/ceph/
A Dosd_client.h191 struct ceph_msg *r_request, *r_reply; member

Completed in 26 milliseconds