Searched refs:lm_padding_2 (Results 1 – 3 of 3) sorted by relevance
629 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()
521 CLASSERT(offsetof(typeof(*m), lm_padding_2) != 0); in lustre_unpack_msg_v2()
1082 __u32 lm_padding_2; member