Searched refs:lustre_msg_v2 (Results 1 – 5 of 5) sorted by relevance
/linux-4.4.14/drivers/staging/lustre/lustre/ptlrpc/ |
D | wiretest.c | 603 LASSERTF((int)sizeof(struct lustre_msg_v2) == 32, "found %lld\n", in lustre_assert_wire_constants() 604 (long long)(int)sizeof(struct lustre_msg_v2)); in lustre_assert_wire_constants() 605 LASSERTF((int)offsetof(struct lustre_msg_v2, lm_bufcount) == 0, "found %lld\n", in lustre_assert_wire_constants() 606 (long long)(int)offsetof(struct lustre_msg_v2, lm_bufcount)); in lustre_assert_wire_constants() 607 LASSERTF((int)sizeof(((struct lustre_msg_v2 *)0)->lm_bufcount) == 4, "found %lld\n", in lustre_assert_wire_constants() 608 (long long)(int)sizeof(((struct lustre_msg_v2 *)0)->lm_bufcount)); in lustre_assert_wire_constants() 609 LASSERTF((int)offsetof(struct lustre_msg_v2, lm_secflvr) == 4, "found %lld\n", in lustre_assert_wire_constants() 610 (long long)(int)offsetof(struct lustre_msg_v2, lm_secflvr)); in lustre_assert_wire_constants() 611 LASSERTF((int)sizeof(((struct lustre_msg_v2 *)0)->lm_secflvr) == 4, "found %lld\n", in lustre_assert_wire_constants() 612 (long long)(int)sizeof(((struct lustre_msg_v2 *)0)->lm_secflvr)); in lustre_assert_wire_constants() [all …]
|
D | pack_generic.c | 59 return cfs_size_round(offsetof(struct lustre_msg_v2, in lustre_msg_hdr_size_v2() 173 void lustre_init_msg_v2(struct lustre_msg_v2 *msg, int count, __u32 *lens, in lustre_init_msg_v2() 382 void *lustre_msg_buf_v2(struct lustre_msg_v2 *m, int n, int min_size) in lustre_msg_buf_v2() 424 static int lustre_shrink_msg_v2(struct lustre_msg_v2 *msg, int segment, in lustre_shrink_msg_v2() 500 static int lustre_unpack_msg_v2(struct lustre_msg_v2 *m, int len) in lustre_unpack_msg_v2() 605 struct lustre_msg_v2 *m = inout ? req->rq_reqmsg : req->rq_repmsg; in lustre_unpack_ptlrpc_body_v2() 652 static inline int lustre_msg_buflen_v2(struct lustre_msg_v2 *m, int n) in lustre_msg_buflen_v2()
|
D | sec_plain.c | 836 struct lustre_msg_v2 *msg = rs->rs_repbuf; in plain_authorize()
|
/linux-4.4.14/drivers/staging/lustre/lustre/include/ |
D | lustre_net.h | 2543 void lustre_init_msg_v2(struct lustre_msg_v2 *msg, int count, __u32 *lens, 2563 void *lustre_msg_buf_v2(struct lustre_msg_v2 *m, int n, int min_size);
|
/linux-4.4.14/drivers/staging/lustre/lustre/include/lustre/ |
D | lustre_idl.h | 1072 #define lustre_msg lustre_msg_v2 1075 struct lustre_msg_v2 { struct
|