Lines Matching refs:r_reply
481 req->r_request, req->r_reply); in ceph_osdc_release_request()
486 if (req->r_reply) in ceph_osdc_release_request()
487 ceph_msg_put(req->r_reply); in ceph_osdc_release_request()
551 struct ceph_msg *reply_msg = req->r_reply; in request_reinit()
569 req->r_reply = reply_msg; in request_reinit()
657 req->r_reply = msg; in ceph_osdc_alloc_messages()
1881 ceph_osdc_msg_data_add(req->r_reply, in setup_request_data()
1885 ceph_osdc_msg_data_add(req->r_reply, in setup_request_data()
1889 ceph_osdc_msg_data_add(req->r_reply, in setup_request_data()
1902 ceph_osdc_msg_data_add(req->r_reply, in setup_request_data()
1908 ceph_osdc_msg_data_add(req->r_reply, in setup_request_data()
2310 ceph_msg_revoke_incoming(req->r_reply); in finish_request()
5255 ceph_msg_revoke_incoming(req->r_reply); in get_reply()
5257 if (front_len > req->r_reply->front_alloc_len) { in get_reply()
5260 req->r_reply->front_alloc_len); in get_reply()
5265 ceph_msg_put(req->r_reply); in get_reply()
5266 req->r_reply = m; in get_reply()
5269 if (data_len > req->r_reply->data_length) { in get_reply()
5272 req->r_reply->data_length); in get_reply()
5278 m = ceph_msg_get(req->r_reply); in get_reply()