Home
last modified time | relevance | path

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

/drivers/staging/lustre/lustre/ptlrpc/
Dwiretest.c3902 LASSERTF((int)offsetof(struct lustre_capa_key, lk_padding) == 12, "found %lld\n", in lustre_assert_wire_constants()
3903 (long long)(int)offsetof(struct lustre_capa_key, lk_padding)); in lustre_assert_wire_constants()
3904 LASSERTF((int)sizeof(((struct lustre_capa_key *)0)->lk_padding) == 4, "found %lld\n", in lustre_assert_wire_constants()
3905 (long long)(int)sizeof(((struct lustre_capa_key *)0)->lk_padding)); in lustre_assert_wire_constants()
Dpack_generic.c2467 CLASSERT(offsetof(typeof(*k), lk_padding) != 0); in lustre_swab_lustre_capa_key()
/drivers/staging/lustre/lustre/include/lustre/
Dlustre_idl.h3541 __u32 lk_padding; member