Lines Matching refs:reply
460 if (req->reply) in release_generic_request()
461 ceph_msg_put(req->reply); in release_generic_request()
494 dout("get_generic_reply %lld got %p\n", tid, req->reply); in get_generic_reply()
496 m = ceph_msg_get(req->reply); in get_generic_reply()
550 struct ceph_mon_statfs_reply *reply = msg->front.iov_base; in handle_statfs_reply() local
553 if (msg->front.iov_len != sizeof(*reply)) in handle_statfs_reply()
560 *(struct ceph_statfs *)req->buf = reply->st; in handle_statfs_reply()
598 req->reply = ceph_msg_new(CEPH_MSG_STATFS_REPLY, 1024, GFP_NOFS, in ceph_monc_do_statfs()
600 if (!req->reply) in ceph_monc_do_statfs()
682 req->reply = ceph_msg_new(CEPH_MSG_MON_GET_VERSION_REPLY, 1024, in ceph_monc_do_get_version()
684 if (!req->reply) { in ceph_monc_do_get_version()
718 ceph_msg_revoke_incoming(req->reply); in __resend_generic_request()