Home
last modified time | relevance | path

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

/drivers/staging/lustre/lustre/ptlrpc/
Dwiretest.c629 LASSERTF((int)offsetof(struct lustre_msg_v2, lm_padding_2) == 24, "found %lld\n", in lustre_assert_wire_constants()
630 (long long)(int)offsetof(struct lustre_msg_v2, lm_padding_2)); in lustre_assert_wire_constants()
631 LASSERTF((int)sizeof(((struct lustre_msg_v2 *)0)->lm_padding_2) == 4, "found %lld\n", in lustre_assert_wire_constants()
632 (long long)(int)sizeof(((struct lustre_msg_v2 *)0)->lm_padding_2)); in lustre_assert_wire_constants()
Dpack_generic.c521 CLASSERT(offsetof(typeof(*m), lm_padding_2) != 0); in lustre_unpack_msg_v2()
/drivers/staging/lustre/lustre/include/lustre/
Dlustre_idl.h1082 __u32 lm_padding_2; member