Lines Matching full:r_reply
489 dout("%s %p (r_request %p r_reply %p)\n", __func__, req, in ceph_osdc_release_request()
490 req->r_request, req->r_reply); in ceph_osdc_release_request()
495 if (req->r_reply) in ceph_osdc_release_request()
496 ceph_msg_put(req->r_reply); in ceph_osdc_release_request()
589 WARN_ON(req->r_request || req->r_reply); in __ceph_osdc_alloc_messages()
636 req->r_reply = msg; in __ceph_osdc_alloc_messages()
2040 struct ceph_msg *reply_msg = req->r_reply; in setup_request_data()
2043 if (req->r_request->num_data_items || req->r_reply->num_data_items) in setup_request_data()
2511 ceph_msg_revoke_incoming(req->r_reply); in finish_request()
5433 ceph_msg_revoke_incoming(req->r_reply); in get_reply()
5435 if (front_len > req->r_reply->front_alloc_len) { in get_reply()
5438 req->r_reply->front_alloc_len); in get_reply()
5443 ceph_msg_put(req->r_reply); in get_reply()
5444 req->r_reply = m; in get_reply()
5448 if (!srlen && data_len > req->r_reply->data_length) { in get_reply()
5451 req->r_reply->data_length); in get_reply()
5457 m = ceph_msg_get(req->r_reply); in get_reply()