Lines Matching refs:request
586 dout("%s greq %p request %p reply %p\n", __func__, req, req->request, in DEFINE_RB_FUNCS()
592 if (req->request) in DEFINE_RB_FUNCS()
593 ceph_msg_put(req->request); in DEFINE_RB_FUNCS()
644 req->request->hdr.tid = cpu_to_le64(req->tid); in send_generic_request()
645 ceph_con_send(&monc->con, ceph_msg_get(req->request)); in send_generic_request()
655 ceph_msg_revoke(req->request); in __finish_generic_request()
784 req->request = ceph_msg_new(CEPH_MSG_STATFS, sizeof(*h), GFP_NOFS, in ceph_monc_do_statfs()
786 if (!req->request) in ceph_monc_do_statfs()
794 req->request->hdr.version = cpu_to_le16(2); in ceph_monc_do_statfs()
799 h = req->request->front.iov_base; in ceph_monc_do_statfs()
862 req->request = ceph_msg_new(CEPH_MSG_MON_GET_VERSION, in __ceph_monc_get_version()
865 if (!req->request) in __ceph_monc_get_version()
879 void *p = req->request->front.iov_base; in __ceph_monc_get_version()
880 void *const end = p + req->request->front_alloc_len; in __ceph_monc_get_version()
985 req->request = ceph_msg_new(CEPH_MSG_MON_COMMAND, 256, GFP_NOIO, true); in do_mon_command_vargs()
986 if (!req->request) in do_mon_command_vargs()
996 h = req->request->front.iov_base; in do_mon_command_vargs()
1072 ceph_msg_revoke(req->request); in __resend_generic_request()
1074 ceph_con_send(&monc->con, ceph_msg_get(req->request)); in __resend_generic_request()