Home
last modified time | relevance | path

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

/linux-4.4.14/net/ceph/
Dosd_client.c320 req->r_request, req->r_reply); in ceph_osdc_release_request()
330 if (req->r_reply) { in ceph_osdc_release_request()
331 ceph_msg_revoke_incoming(req->r_reply); in ceph_osdc_release_request()
332 ceph_msg_put(req->r_reply); in ceph_osdc_release_request()
421 req->r_reply = msg; in ceph_osdc_alloc_request()
673 ceph_osdc_msg_data_add(req->r_reply, osd_data); in osd_req_encode_op()
694 ceph_osdc_msg_data_add(req->r_reply, osd_data); in osd_req_encode_op()
714 ceph_osdc_msg_data_add(req->r_reply, osd_data); in osd_req_encode_op()
2853 ceph_msg_revoke_incoming(req->r_reply); in get_reply()
2855 if (front_len > req->r_reply->front_alloc_len) { in get_reply()
[all …]
/linux-4.4.14/fs/ceph/
Dmds_client.h224 struct ceph_msg *r_reply; member
Dmds_client.c531 if (req->r_reply) in ceph_mdsc_release_request()
532 ceph_msg_put(req->r_reply); in ceph_mdsc_release_request()
2552 req->r_reply = ceph_msg_get(msg); in handle_reply()
/linux-4.4.14/include/linux/ceph/
Dosd_client.h133 struct ceph_msg *r_request, *r_reply; member