Searched refs:lock_padding (Results 1 – 3 of 3) sorted by relevance
3040 LASSERTF((int)offsetof(struct ldlm_reply, lock_padding) == 4, "found %lld\n", in lustre_assert_wire_constants()3041 (long long)(int)offsetof(struct ldlm_reply, lock_padding)); in lustre_assert_wire_constants()3042 LASSERTF((int)sizeof(((struct ldlm_reply *)0)->lock_padding) == 4, "found %lld\n", in lustre_assert_wire_constants()3043 (long long)(int)sizeof(((struct ldlm_reply *)0)->lock_padding)); in lustre_assert_wire_constants()
2030 CLASSERT(offsetof(typeof(*r), lock_padding) != 0); in lustre_swab_ldlm_reply()
2808 __u32 lock_padding; /* also fix lustre_swab_ldlm_reply */ member