Searched refs:PLAIN_PACK_MSG_OFF (Results 1 – 1 of 1) sorted by relevance
/linux-4.4.14/drivers/staging/lustre/lustre/ptlrpc/ |
D | sec_plain.c | 73 #define PLAIN_PACK_MSG_OFF (1) macro 256 lustre_msg_buf(msg, PLAIN_PACK_MSG_OFF, 0), in plain_ctx_verify() 257 lustre_msg_buflen(msg, PLAIN_PACK_MSG_OFF), in plain_ctx_verify() 282 req->rq_repmsg = lustre_msg_buf(msg, PLAIN_PACK_MSG_OFF, 0); in plain_ctx_verify() 283 req->rq_replen = lustre_msg_buflen(msg, PLAIN_PACK_MSG_OFF); in plain_ctx_verify() 546 buflens[PLAIN_PACK_MSG_OFF] = msgsize; in plain_alloc_reqbuf() 574 req->rq_reqmsg = lustre_msg_buf(req->rq_reqbuf, PLAIN_PACK_MSG_OFF, 0); in plain_alloc_reqbuf() 602 buflens[PLAIN_PACK_MSG_OFF] = msgsize; in plain_alloc_repbuf() 644 LASSERT(lustre_msg_buf(req->rq_reqbuf, PLAIN_PACK_MSG_OFF, 0) == in plain_enlarge_reqbuf() 655 oldsize = req->rq_reqbuf->lm_buflens[PLAIN_PACK_MSG_OFF]; in plain_enlarge_reqbuf() [all …]
|