Searched refs:r_reply (Results 1 – 4 of 4) sorted by relevance
153 ceph_msg_revoke_incoming(req->r_reply); in ceph_osdc_release_request()156 if (req->r_reply) in ceph_osdc_release_request()157 ceph_msg_put(req->r_reply); in ceph_osdc_release_request()243 req->r_reply = msg; in ceph_osdc_alloc_request()1190 if (req->r_con_filling_msg == con && req->r_reply == msg) { in handle_reply()2045 req->r_reply, req->r_con_filling_msg); in get_reply()2046 ceph_msg_revoke_incoming(req->r_reply); in get_reply()2051 if (front > req->r_reply->front.iov_len) { in get_reply()2053 front, (int)req->r_reply->front.iov_len); in get_reply()2057 ceph_msg_put(req->r_reply); in get_reply()[all …]
209 struct ceph_msg *r_reply; member
482 if (req->r_reply) { in ceph_mdsc_release_request()483 ceph_msg_put(req->r_reply); in ceph_mdsc_release_request()2201 req->r_reply = msg; in handle_reply()
65 struct ceph_msg *r_request, *r_reply; member