Searched refs:rq_reqlen (Results 1 – 8 of 8) sorted by relevance
/linux-4.1.27/drivers/staging/lustre/lustre/ptlrpc/ |
D | sec_null.c | 88 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()
|
D | sec_plain.c | 644 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()
|
D | service.c | 1307 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()
|
D | sec.c | 456 LASSERT(req->rq_reqlen); in sptlrpc_req_ctx_switch() 470 reqmsg_size = req->rq_reqlen; in sptlrpc_req_ctx_switch()
|
D | lproc_ptlrpc.c | 960 req->rq_reqlen, ptlrpc_rqphase2str(req), in ptlrpc_lprocfs_svc_req_history_show()
|
D | pack_generic.c | 226 req->rq_reqlen = reqlen; in lustre_pack_request_v2() 2406 req->rq_reqlen, req->rq_replen, in _debug_req()
|
D | layout.c | 2371 pill->rc_req->rq_reqlen = lustre_shrink_msg(msg, offset, newlen, in req_capsule_shrink()
|
/linux-4.1.27/drivers/staging/lustre/lustre/include/ |
D | lustre_net.h | 1352 int rq_reqlen; member
|