Home
last modified time | relevance | path

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

/linux-3.4.99/net/ceph/
Dosd_client.c153 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 …]
/linux-3.4.99/fs/ceph/
Dmds_client.h209 struct ceph_msg *r_reply; member
Dmds_client.c482 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()
/linux-3.4.99/include/linux/ceph/
Dosd_client.h65 struct ceph_msg *r_request, *r_reply; member