Home
last modified time | relevance | path

Searched refs:lustre_mdt_attrs (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/drivers/staging/lustre/lustre/include/lustre/
Dlustre_user.h146 struct lustre_mdt_attrs { struct
167 #define LMA_OLD_SIZE (sizeof(struct lustre_mdt_attrs) + 5 * sizeof(__u64)) argument
/linux-4.4.14/drivers/staging/lustre/lustre/ptlrpc/
Dwiretest.c416 LASSERTF((int)sizeof(struct lustre_mdt_attrs) == 24, "found %lld\n", in lustre_assert_wire_constants()
417 (long long)(int)sizeof(struct lustre_mdt_attrs)); in lustre_assert_wire_constants()
418 LASSERTF((int)offsetof(struct lustre_mdt_attrs, lma_compat) == 0, "found %lld\n", in lustre_assert_wire_constants()
419 (long long)(int)offsetof(struct lustre_mdt_attrs, lma_compat)); in lustre_assert_wire_constants()
420 LASSERTF((int)sizeof(((struct lustre_mdt_attrs *)0)->lma_compat) == 4, "found %lld\n", in lustre_assert_wire_constants()
421 (long long)(int)sizeof(((struct lustre_mdt_attrs *)0)->lma_compat)); in lustre_assert_wire_constants()
422 LASSERTF((int)offsetof(struct lustre_mdt_attrs, lma_incompat) == 4, "found %lld\n", in lustre_assert_wire_constants()
423 (long long)(int)offsetof(struct lustre_mdt_attrs, lma_incompat)); in lustre_assert_wire_constants()
424 LASSERTF((int)sizeof(((struct lustre_mdt_attrs *)0)->lma_incompat) == 4, "found %lld\n", in lustre_assert_wire_constants()
425 (long long)(int)sizeof(((struct lustre_mdt_attrs *)0)->lma_incompat)); in lustre_assert_wire_constants()
[all …]