Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/lustre/lustre/ptlrpc/
Dsec_null.c90 req->rq_reqdata_len = req->rq_reqlen; in null_ctx_sign()
187 LASSERTF(req->rq_reqbuf_len >= req->rq_reqlen, in null_free_reqbuf()
189 req, req->rq_reqlen, req->rq_reqbuf_len); in null_free_reqbuf()
237 LASSERT(req->rq_reqbuf_len >= req->rq_reqlen); in null_enlarge_reqbuf()
238 LASSERT(req->rq_reqlen == lustre_packed_msg_size(oldbuf)); in null_enlarge_reqbuf()
264 memcpy(newbuf, req->rq_reqbuf, req->rq_reqlen); in null_enlarge_reqbuf()
275 req->rq_reqlen = newmsg_size; in null_enlarge_reqbuf()
299 req->rq_reqlen = req->rq_reqdata_len; in null_accept()
Dsec_plain.c643 LASSERT(req->rq_reqbuf_len >= req->rq_reqlen); in plain_enlarge_reqbuf()
696 req->rq_reqlen = newmsg_size; in plain_enlarge_reqbuf()
772 req->rq_reqlen = msg->lm_buflens[PLAIN_PACK_MSG_OFF]; in plain_accept()
Dservice.c1049 reqmsg = libcfs_kvzalloc(req->rq_reqlen, GFP_NOFS); in ptlrpc_at_send_early_reply()
1064 memcpy(reqmsg, req->rq_reqmsg, req->rq_reqlen); in ptlrpc_at_send_early_reply()
1486 rc = ptlrpc_unpack_req_msg(req, req->rq_reqlen); in ptlrpc_server_handle_req_in()
Dsec.c415 LASSERT(req->rq_reqlen); in sptlrpc_req_ctx_switch()
429 reqmsg_size = req->rq_reqlen; in sptlrpc_req_ctx_switch()
Dpack_generic.c209 req->rq_reqlen = reqlen; in lustre_pack_request_v2()
2198 req->rq_reqlen, req->rq_replen, in _debug_req()
Dlproc_ptlrpc.c926 req->rq_reqlen, ptlrpc_rqphase2str(req), in ptlrpc_lprocfs_svc_req_history_show()
Dlayout.c2305 pill->rc_req->rq_reqlen = lustre_shrink_msg(msg, offset, newlen, in req_capsule_shrink()
/linux-4.4.14/drivers/staging/lustre/lustre/include/
Dlustre_net.h1346 int rq_reqlen; member