Home
last modified time | relevance | path

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

/drivers/staging/lustre/lustre/ptlrpc/
Dwiretest.c3040 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()
Dpack_generic.c2030 CLASSERT(offsetof(typeof(*r), lock_padding) != 0); in lustre_swab_ldlm_reply()
/drivers/staging/lustre/lustre/include/lustre/
Dlustre_idl.h2808 __u32 lock_padding; /* also fix lustre_swab_ldlm_reply */ member