Lines Matching refs:r_reply
484 req->r_request, req->r_reply); in ceph_osdc_release_request()
489 if (req->r_reply) in ceph_osdc_release_request()
490 ceph_msg_put(req->r_reply); in ceph_osdc_release_request()
554 struct ceph_msg *reply_msg = req->r_reply; in request_reinit()
572 req->r_reply = reply_msg; in request_reinit()
620 WARN_ON(req->r_request || req->r_reply); in __ceph_osdc_alloc_messages()
667 req->r_reply = msg; in __ceph_osdc_alloc_messages()
1942 struct ceph_msg *reply_msg = req->r_reply; in setup_request_data()
1945 if (req->r_request->num_data_items || req->r_reply->num_data_items) in setup_request_data()
2403 ceph_msg_revoke_incoming(req->r_reply); in finish_request()
5470 ceph_msg_revoke_incoming(req->r_reply); in get_reply()
5472 if (front_len > req->r_reply->front_alloc_len) { in get_reply()
5475 req->r_reply->front_alloc_len); in get_reply()
5480 ceph_msg_put(req->r_reply); in get_reply()
5481 req->r_reply = m; in get_reply()
5484 if (data_len > req->r_reply->data_length) { in get_reply()
5487 req->r_reply->data_length); in get_reply()
5493 m = ceph_msg_get(req->r_reply); in get_reply()