Home
last modified time | relevance | path

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

/linux-6.15/net/ceph/
H A Dosd_client.c490 req->r_request, req->r_reply); in ceph_osdc_release_request()
495 if (req->r_reply) in ceph_osdc_release_request()
496 ceph_msg_put(req->r_reply); in ceph_osdc_release_request()
589 WARN_ON(req->r_request || req->r_reply); in __ceph_osdc_alloc_messages()
636 req->r_reply = msg; in __ceph_osdc_alloc_messages()
2511 ceph_msg_revoke_incoming(req->r_reply); in finish_request()
5438 req->r_reply->front_alloc_len); in get_reply()
5443 ceph_msg_put(req->r_reply); in get_reply()
5444 req->r_reply = m; in get_reply()
5451 req->r_reply->data_length); in get_reply()
[all …]
/linux-6.15/fs/ceph/
H A Dmds_client.h346 struct ceph_msg *r_reply; member
H A Dmds_client.c1096 if (req->r_reply) in ceph_mdsc_release_request()
1097 ceph_msg_put(req->r_reply); in ceph_mdsc_release_request()
3970 req->r_reply = ceph_msg_get(msg); in handle_reply()
/linux-6.15/include/linux/ceph/
H A Dosd_client.h248 struct ceph_msg *r_request, *r_reply; member