Lines Matching defs:reply
515 dout("%s greq %p request %p reply %p\n", __func__, req, req->request,
516 req->reply);
519 if (req->reply)
520 ceph_msg_put(req->reply);
585 ceph_msg_revoke_incoming(req->reply);
651 dout("get_generic_reply %lld got %p\n", tid, req->reply);
653 m = ceph_msg_get(req->reply);
656 * this reply because we only have one open connection
671 struct ceph_mon_statfs_reply *reply = msg->front.iov_base;
676 if (msg->front.iov_len != sizeof(*reply))
687 *req->u.st = reply->st; /* struct */
695 pr_err("corrupt statfs reply, tid %llu\n", tid);
718 req->reply = ceph_msg_new(CEPH_MSG_STATFS_REPLY, 64, GFP_NOFS, true);
719 if (!req->reply)
777 pr_err("corrupt mon_get_version reply, tid %llu\n", tid);
797 req->reply = ceph_msg_new(CEPH_MSG_MON_GET_VERSION_REPLY, 32, GFP_NOIO,
799 if (!req->reply)
826 * Send MMonGetVersion and wait for the reply.
918 req->reply = ceph_msg_new(CEPH_MSG_MON_COMMAND_ACK, 512, GFP_NOIO,
920 if (!req->reply)
1002 ceph_msg_revoke_incoming(req->reply);
1355 * Older OSDs don't set reply tid even if the orignal