Lines Matching refs:r_reply
486 req->r_request, req->r_reply); in ceph_osdc_release_request()
491 if (req->r_reply) in ceph_osdc_release_request()
492 ceph_msg_put(req->r_reply); in ceph_osdc_release_request()
556 struct ceph_msg *reply_msg = req->r_reply; in request_reinit()
574 req->r_reply = reply_msg; in request_reinit()
622 WARN_ON(req->r_request || req->r_reply); in __ceph_osdc_alloc_messages()
669 req->r_reply = msg; in __ceph_osdc_alloc_messages()
2002 struct ceph_msg *reply_msg = req->r_reply; in setup_request_data()
2005 if (req->r_request->num_data_items || req->r_reply->num_data_items) in setup_request_data()
2466 ceph_msg_revoke_incoming(req->r_reply); in finish_request()
5475 ceph_msg_revoke_incoming(req->r_reply); in get_reply()
5477 if (front_len > req->r_reply->front_alloc_len) { in get_reply()
5480 req->r_reply->front_alloc_len); in get_reply()
5485 ceph_msg_put(req->r_reply); in get_reply()
5486 req->r_reply = m; in get_reply()
5489 if (data_len > req->r_reply->data_length) { in get_reply()
5492 req->r_reply->data_length); in get_reply()
5498 m = ceph_msg_get(req->r_reply); in get_reply()