Home
last modified time | relevance | path

Searched refs:lustre_msg (Results 1 – 11 of 11) sorted by relevance

/drivers/staging/lustre/lustre/include/
Dlustre_net.h449 struct lustre_msg *rs_repbuf; /* wrapper */
459 struct lustre_msg *rs_msg; /* reply message */
1350 struct lustre_msg *rq_reqmsg;
1352 struct lustre_msg *rq_repmsg;
1400 struct lustre_msg *rq_reqbuf; /* req wrapper */
1402 struct lustre_msg *rq_repdata; /* rep wrapper msg */
1403 struct lustre_msg *rq_clrbuf; /* only in priv mode */
2554 int lustre_shrink_msg(struct lustre_msg *msg, int segment,
2557 int __lustre_unpack_msg(struct lustre_msg *m, int len);
2561 int lustre_packed_msg_size(struct lustre_msg *msg);
[all …]
Dlustre_sec.h902 void _sptlrpc_enlarge_msg_inplace(struct lustre_msg *msg,
1071 int bulk_sec_desc_unpack(struct lustre_msg *msg, int offset, int swabbed);
1080 int sptlrpc_pack_user_desc(struct lustre_msg *msg, int offset);
1081 int sptlrpc_unpack_user_desc(struct lustre_msg *req, int offset, int swabbed);
/drivers/staging/lustre/lustre/ptlrpc/
Dpack_generic.c161 int lustre_packed_msg_size(struct lustre_msg *msg) in lustre_packed_msg_size()
411 void *lustre_msg_buf(struct lustre_msg *m, int n, int min_size) in lustre_msg_buf()
471 int lustre_shrink_msg(struct lustre_msg *msg, int segment, in lustre_shrink_msg()
550 int __lustre_unpack_msg(struct lustre_msg *m, int len) in __lustre_unpack_msg()
560 required_len = offsetof(struct lustre_msg, lm_magic) + in __lustre_unpack_msg()
667 int lustre_msg_buflen(struct lustre_msg *m, int n) in lustre_msg_buflen()
681 int lustre_msg_bufcount(struct lustre_msg *m) in lustre_msg_bufcount()
693 char *lustre_msg_string(struct lustre_msg *m, int index, int max_len) in lustre_msg_string()
738 static inline void *__lustre_swab_buf(struct lustre_msg *msg, int index, in __lustre_swab_buf()
758 static inline struct ptlrpc_body *lustre_msg_ptlrpc_body(struct lustre_msg *msg) in lustre_msg_ptlrpc_body()
[all …]
Dsec_null.c61 void null_encode_sec_part(struct lustre_msg *msg, enum lustre_sec_part sp) in null_encode_sec_part()
67 enum lustre_sec_part null_decode_sec_part(struct lustre_msg *msg) in null_decode_sec_part()
231 struct lustre_msg *newbuf; in null_enlarge_reqbuf()
232 struct lustre_msg *oldbuf = req->rq_reqmsg; in null_enlarge_reqbuf()
331 rs->rs_repbuf = (struct lustre_msg *) (rs + 1); in null_alloc_rs()
Dsec_plain.c99 static int plain_unpack_bsd(struct lustre_msg *msg, int swabbed) in plain_unpack_bsd()
193 struct lustre_msg *msg = req->rq_reqbuf; in plain_ctx_sign()
217 struct lustre_msg *msg = req->rq_repdata; in plain_ctx_verify()
638 struct lustre_msg *newbuf; in plain_enlarge_reqbuf()
712 struct lustre_msg *msg = req->rq_reqbuf; in plain_accept()
812 rs->rs_repbuf = (struct lustre_msg *) (rs + 1); in plain_alloc_rs()
Dsec.c956 if (req->rq_repdata_len < sizeof(struct lustre_msg)) { in do_cli_unwrap_reply()
1018 req->rq_repdata = (struct lustre_msg *) in sptlrpc_cli_unwrap_reply()
1089 if (req->rq_nob_received < sizeof(struct lustre_msg)) { in sptlrpc_cli_unwrap_early_reply()
1105 early_req->rq_repdata = (struct lustre_msg *) early_buf; in sptlrpc_cli_unwrap_early_reply()
1529 void _sptlrpc_enlarge_msg_inplace(struct lustre_msg *msg, in _sptlrpc_enlarge_msg_inplace()
1584 struct lustre_msg *msg = req->rq_reqmsg; in sptlrpc_cli_enlarge_reqbuf()
1914 struct lustre_msg *msg = req->rq_reqbuf; in sptlrpc_svc_unwrap_request()
2184 int sptlrpc_pack_user_desc(struct lustre_msg *msg, int offset) in sptlrpc_pack_user_desc()
2208 int sptlrpc_unpack_user_desc(struct lustre_msg *msg, int offset, int swabbed) in sptlrpc_unpack_user_desc()
Dlayout.c1740 static struct lustre_msg *__req_msg(const struct req_capsule *pill, in __req_msg()
1938 struct lustre_msg *msg; in __req_capsule_get()
1943 void *(*getter)(struct lustre_msg *m, int n, int minlen); in __req_capsule_get()
2287 struct lustre_msg *msg; in req_capsule_shrink()
Dsec_bulk.c473 int bulk_sec_desc_unpack(struct lustre_msg *msg, int offset, int swabbed) in bulk_sec_desc_unpack()
Dclient.c480 struct lustre_msg *msg; in ptlrpc_add_rqs_to_pool()
543 struct lustre_msg *reqbuf; in ptlrpc_prep_req_from_pool()
1142 struct lustre_msg *repmsg = req->rq_repmsg; in ptlrpc_save_versions()
1143 struct lustre_msg *reqmsg = req->rq_reqmsg; in ptlrpc_save_versions()
Dservice.c1000 struct lustre_msg *reqmsg; in ptlrpc_at_send_early_reply()
/drivers/staging/lustre/lustre/include/lustre/
Dlustre_idl.h1072 #define lustre_msg lustre_msg_v2 macro