Searched refs:rq_reqlen (Results 1 – 8 of 8) sorted by relevance
/linux-4.4.14/drivers/staging/lustre/lustre/ptlrpc/ |
D | sec_null.c | 90 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()
|
D | sec_plain.c | 643 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()
|
D | service.c | 1049 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()
|
D | sec.c | 415 LASSERT(req->rq_reqlen); in sptlrpc_req_ctx_switch() 429 reqmsg_size = req->rq_reqlen; in sptlrpc_req_ctx_switch()
|
D | pack_generic.c | 209 req->rq_reqlen = reqlen; in lustre_pack_request_v2() 2198 req->rq_reqlen, req->rq_replen, in _debug_req()
|
D | lproc_ptlrpc.c | 926 req->rq_reqlen, ptlrpc_rqphase2str(req), in ptlrpc_lprocfs_svc_req_history_show()
|
D | layout.c | 2305 pill->rc_req->rq_reqlen = lustre_shrink_msg(msg, offset, newlen, in req_capsule_shrink()
|
/linux-4.4.14/drivers/staging/lustre/lustre/include/ |
D | lustre_net.h | 1346 int rq_reqlen; member
|