Home
last modified time | relevance | path

Searched refs:lm_padding_3 (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/drivers/staging/lustre/lustre/ptlrpc/
Dwiretest.c633 LASSERTF((int)offsetof(struct lustre_msg_v2, lm_padding_3) == 28, "found %lld\n", in lustre_assert_wire_constants()
634 (long long)(int)offsetof(struct lustre_msg_v2, lm_padding_3)); in lustre_assert_wire_constants()
635 LASSERTF((int)sizeof(((struct lustre_msg_v2 *)0)->lm_padding_3) == 4, "found %lld\n", in lustre_assert_wire_constants()
636 (long long)(int)sizeof(((struct lustre_msg_v2 *)0)->lm_padding_3)); in lustre_assert_wire_constants()
Dpack_generic.c522 CLASSERT(offsetof(typeof(*m), lm_padding_3) != 0); in lustre_unpack_msg_v2()
/linux-4.4.14/drivers/staging/lustre/lustre/include/lustre/
Dlustre_idl.h1083 __u32 lm_padding_3; member