Lines Matching refs:reply
476 if (req->reply) in release_generic_request()
477 ceph_msg_put(req->reply); in release_generic_request()
510 dout("get_generic_reply %lld got %p\n", tid, req->reply); in get_generic_reply()
512 m = ceph_msg_get(req->reply); in get_generic_reply()
566 struct ceph_mon_statfs_reply *reply = msg->front.iov_base; in handle_statfs_reply() local
569 if (msg->front.iov_len != sizeof(*reply)) in handle_statfs_reply()
576 *(struct ceph_statfs *)req->buf = reply->st; in handle_statfs_reply()
614 req->reply = ceph_msg_new(CEPH_MSG_STATFS_REPLY, 1024, GFP_NOFS, in ceph_monc_do_statfs()
616 if (!req->reply) in ceph_monc_do_statfs()
698 req->reply = ceph_msg_new(CEPH_MSG_MON_GET_VERSION_REPLY, 1024, in ceph_monc_do_get_version()
700 if (!req->reply) { in ceph_monc_do_get_version()
734 ceph_msg_revoke_incoming(req->reply); in __resend_generic_request()