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