Home
last modified time | relevance | path

Searched refs:rq_reqlen (Results 1 – 8 of 8) sorted by relevance

/linux-4.1.27/drivers/staging/lustre/lustre/ptlrpc/
Dsec_null.c88 req->rq_reqdata_len = req->rq_reqlen; in null_ctx_sign()
185 LASSERTF(req->rq_reqbuf_len >= req->rq_reqlen, in null_free_reqbuf()
187 req, req->rq_reqlen, req->rq_reqbuf_len); in null_free_reqbuf()
235 LASSERT(req->rq_reqbuf_len >= req->rq_reqlen); in null_enlarge_reqbuf()
236 LASSERT(req->rq_reqlen == lustre_packed_msg_size(oldbuf)); in null_enlarge_reqbuf()
262 memcpy(newbuf, req->rq_reqbuf, req->rq_reqlen); in null_enlarge_reqbuf()
273 req->rq_reqlen = newmsg_size; in null_enlarge_reqbuf()
297 req->rq_reqlen = req->rq_reqdata_len; in null_accept()
Dsec_plain.c644 LASSERT(req->rq_reqbuf_len >= req->rq_reqlen); in plain_enlarge_reqbuf()
697 req->rq_reqlen = newmsg_size; in plain_enlarge_reqbuf()
773 req->rq_reqlen = msg->lm_buflens[PLAIN_PACK_MSG_OFF]; in plain_accept()
Dservice.c1307 OBD_ALLOC_LARGE(reqmsg, req->rq_reqlen); in ptlrpc_at_send_early_reply()
1322 memcpy(reqmsg, req->rq_reqmsg, req->rq_reqlen); in ptlrpc_at_send_early_reply()
1371 OBD_FREE_LARGE(reqmsg, req->rq_reqlen); in ptlrpc_at_send_early_reply()
1767 rc = ptlrpc_unpack_req_msg(req, req->rq_reqlen); in ptlrpc_server_handle_req_in()
Dsec.c456 LASSERT(req->rq_reqlen); in sptlrpc_req_ctx_switch()
470 reqmsg_size = req->rq_reqlen; in sptlrpc_req_ctx_switch()
Dlproc_ptlrpc.c960 req->rq_reqlen, ptlrpc_rqphase2str(req), in ptlrpc_lprocfs_svc_req_history_show()
Dpack_generic.c226 req->rq_reqlen = reqlen; in lustre_pack_request_v2()
2406 req->rq_reqlen, req->rq_replen, in _debug_req()
Dlayout.c2371 pill->rc_req->rq_reqlen = lustre_shrink_msg(msg, offset, newlen, in req_capsule_shrink()
/linux-4.1.27/drivers/staging/lustre/lustre/include/
Dlustre_net.h1352 int rq_reqlen; member