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