Searched refs:lustre_msg_v2 (Results 1 – 5 of 5) sorted by relevance
/linux-4.1.27/drivers/staging/lustre/lustre/ptlrpc/ |
D | wiretest.c | 601 LASSERTF((int)sizeof(struct lustre_msg_v2) == 32, "found %lld\n", in lustre_assert_wire_constants() 602 (long long)(int)sizeof(struct lustre_msg_v2)); in lustre_assert_wire_constants() 603 LASSERTF((int)offsetof(struct lustre_msg_v2, lm_bufcount) == 0, "found %lld\n", in lustre_assert_wire_constants() 604 (long long)(int)offsetof(struct lustre_msg_v2, lm_bufcount)); in lustre_assert_wire_constants() 605 LASSERTF((int)sizeof(((struct lustre_msg_v2 *)0)->lm_bufcount) == 4, "found %lld\n", in lustre_assert_wire_constants() 606 (long long)(int)sizeof(((struct lustre_msg_v2 *)0)->lm_bufcount)); in lustre_assert_wire_constants() 607 LASSERTF((int)offsetof(struct lustre_msg_v2, lm_secflvr) == 4, "found %lld\n", in lustre_assert_wire_constants() 608 (long long)(int)offsetof(struct lustre_msg_v2, lm_secflvr)); in lustre_assert_wire_constants() 609 LASSERTF((int)sizeof(((struct lustre_msg_v2 *)0)->lm_secflvr) == 4, "found %lld\n", in lustre_assert_wire_constants() 610 (long long)(int)sizeof(((struct lustre_msg_v2 *)0)->lm_secflvr)); in lustre_assert_wire_constants() [all …]
|
D | pack_generic.c | 57 return cfs_size_round(offsetof(struct lustre_msg_v2, in lustre_msg_hdr_size_v2() 95 static inline int lustre_msg_check_version_v2(struct lustre_msg_v2 *msg, in lustre_msg_check_version_v2() 191 void lustre_init_msg_v2(struct lustre_msg_v2 *msg, int count, __u32 *lens, in lustre_init_msg_v2() 399 void *lustre_msg_buf_v2(struct lustre_msg_v2 *m, int n, int min_size) in lustre_msg_buf_v2() 440 int lustre_shrink_msg_v2(struct lustre_msg_v2 *msg, int segment, in lustre_shrink_msg_v2() 516 static int lustre_unpack_msg_v2(struct lustre_msg_v2 *m, int len) in lustre_unpack_msg_v2() 619 struct lustre_msg_v2 *m = inout ? req->rq_reqmsg : req->rq_repmsg; in lustre_unpack_ptlrpc_body_v2() 666 static inline int lustre_msg_buflen_v2(struct lustre_msg_v2 *m, int n) in lustre_msg_buflen_v2() 694 lustre_msg_set_buflen_v2(struct lustre_msg_v2 *m, int n, int len) in lustre_msg_set_buflen_v2()
|
D | sec_plain.c | 837 struct lustre_msg_v2 *msg = rs->rs_repbuf; in plain_authorize()
|
/linux-4.1.27/drivers/staging/lustre/lustre/include/ |
D | lustre_net.h | 2574 void lustre_init_msg_v2(struct lustre_msg_v2 *msg, int count, __u32 *lens, 2594 void *lustre_msg_buf_v2(struct lustre_msg_v2 *m, int n, int min_size);
|
/linux-4.1.27/drivers/staging/lustre/lustre/include/lustre/ |
D | lustre_idl.h | 1066 #define lustre_msg lustre_msg_v2 1069 struct lustre_msg_v2 { struct
|