Home
last modified time | relevance | path

Searched refs:lustre_msg_buf (Results 1 – 6 of 6) sorted by relevance

/linux-4.4.14/drivers/staging/lustre/lustre/ptlrpc/
Dsec_plain.c106 bsd = lustre_msg_buf(msg, PLAIN_PACK_BULK_OFF, PLAIN_BSD_SIZE); in plain_unpack_bsd()
198 phdr = lustre_msg_buf(msg, PLAIN_PACK_HDR_OFF, 0); in plain_ctx_sign()
229 phdr = lustre_msg_buf(msg, PLAIN_PACK_HDR_OFF, sizeof(*phdr)); in plain_ctx_verify()
256 lustre_msg_buf(msg, PLAIN_PACK_MSG_OFF, 0), in plain_ctx_verify()
282 req->rq_repmsg = lustre_msg_buf(msg, PLAIN_PACK_MSG_OFF, 0); in plain_ctx_verify()
299 bsd = lustre_msg_buf(req->rq_reqbuf, PLAIN_PACK_BULK_OFF, 0); in plain_cli_wrap_bulk()
344 bsdv = lustre_msg_buf(req->rq_repdata, PLAIN_PACK_BULK_OFF, 0); in plain_cli_unwrap_bulk()
574 req->rq_reqmsg = lustre_msg_buf(req->rq_reqbuf, PLAIN_PACK_MSG_OFF, 0); in plain_alloc_reqbuf()
644 LASSERT(lustre_msg_buf(req->rq_reqbuf, PLAIN_PACK_MSG_OFF, 0) == in plain_enlarge_reqbuf()
685 req->rq_reqmsg = lustre_msg_buf(req->rq_reqbuf, in plain_enlarge_reqbuf()
[all …]
Dsec_bulk.c478 bsd = lustre_msg_buf(msg, offset, sizeof(*bsd)); in bulk_sec_desc_unpack()
Dsec.c1549 src = lustre_msg_buf(msg, segment + 1, 0); in _sptlrpc_enlarge_msg_inplace()
1551 dst = lustre_msg_buf(msg, segment + 1, 0); in _sptlrpc_enlarge_msg_inplace()
2188 pud = lustre_msg_buf(msg, offset, 0); in sptlrpc_pack_user_desc()
2213 pud = lustre_msg_buf(msg, offset, sizeof(*pud)); in sptlrpc_unpack_user_desc()
Dpack_generic.c411 void *lustre_msg_buf(struct lustre_msg *m, int n, int min_size) in lustre_msg_buf() function
422 EXPORT_SYMBOL(lustre_msg_buf);
Dlayout.c1963 (typeof(getter))lustre_msg_string : lustre_msg_buf; in __req_capsule_get()
/linux-4.4.14/drivers/staging/lustre/lustre/include/
Dlustre_net.h2564 void *lustre_msg_buf(struct lustre_msg *m, int n, int minlen);