Home
last modified time | relevance | path

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

/Linux-v6.6/net/ceph/
Dosd_client.c513 req->r_request, req->r_reply); in ceph_osdc_release_request()
518 if (req->r_reply) in ceph_osdc_release_request()
519 ceph_msg_put(req->r_reply); in ceph_osdc_release_request()
612 WARN_ON(req->r_request || req->r_reply); in __ceph_osdc_alloc_messages()
659 req->r_reply = msg; in __ceph_osdc_alloc_messages()
2061 struct ceph_msg *reply_msg = req->r_reply; in setup_request_data()
2064 if (req->r_request->num_data_items || req->r_reply->num_data_items) in setup_request_data()
2532 ceph_msg_revoke_incoming(req->r_reply); in finish_request()
5488 ceph_msg_revoke_incoming(req->r_reply); in get_reply()
5490 if (front_len > req->r_reply->front_alloc_len) { in get_reply()
[all …]
/Linux-v6.6/fs/ceph/
Dmds_client.h320 struct ceph_msg *r_reply; member
Dmds_client.c1089 if (req->r_reply) in ceph_mdsc_release_request()
1090 ceph_msg_put(req->r_reply); in ceph_mdsc_release_request()
3805 req->r_reply = ceph_msg_get(msg); in handle_reply()
/Linux-v6.6/include/linux/ceph/
Dosd_client.h247 struct ceph_msg *r_request, *r_reply; member