Searched refs:r_reply (Results 1 – 4 of 4) sorted by relevance
314 req->r_request, req->r_reply); in ceph_osdc_release_request()324 if (req->r_reply) { in ceph_osdc_release_request()325 ceph_msg_revoke_incoming(req->r_reply); in ceph_osdc_release_request()326 ceph_msg_put(req->r_reply); in ceph_osdc_release_request()415 req->r_reply = msg; in ceph_osdc_alloc_request()660 ceph_osdc_msg_data_add(req->r_reply, osd_data); in osd_req_encode_op()678 ceph_osdc_msg_data_add(req->r_reply, osd_data); in osd_req_encode_op()698 ceph_osdc_msg_data_add(req->r_reply, osd_data); in osd_req_encode_op()2838 if (req->r_reply->con) in get_reply()2840 req->r_reply, req->r_reply->con); in get_reply()[all …]
225 struct ceph_msg *r_reply; member
531 if (req->r_reply) in ceph_mdsc_release_request()532 ceph_msg_put(req->r_reply); in ceph_mdsc_release_request()2490 req->r_reply = msg; in handle_reply()
133 struct ceph_msg *r_request, *r_reply; member