Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/lustre/lustre/ptlrpc/
Dwiretest.c2851 LASSERTF((int)offsetof(struct lmv_stripe_md, mea_padding) == 12, "found %lld\n", in lustre_assert_wire_constants()
2852 (long long)(int)offsetof(struct lmv_stripe_md, mea_padding)); in lustre_assert_wire_constants()
2853 LASSERTF((int)sizeof(((struct lmv_stripe_md *)0)->mea_padding) == 4, "found %lld\n", in lustre_assert_wire_constants()
2854 (long long)(int)sizeof(((struct lmv_stripe_md *)0)->mea_padding)); in lustre_assert_wire_constants()
Dpack_generic.c2086 CLASSERT(offsetof(typeof(*mea), mea_padding) != 0); in lustre_swab_lmv_stripe_md()
/linux-4.1.27/drivers/staging/lustre/lustre/include/lustre/
Dlustre_idl.h2609 __u32 mea_padding; member