Searched refs:sx_flags (Results 1 – 3 of 3) sorted by relevance
2669 LASSERTF((int)offsetof(struct mdt_rec_setxattr, sx_flags) == 116, "found %lld\n", in lustre_assert_wire_constants()2670 (long long)(int)offsetof(struct mdt_rec_setxattr, sx_flags)); in lustre_assert_wire_constants()2671 LASSERTF((int)sizeof(((struct mdt_rec_setxattr *)0)->sx_flags) == 4, "found %lld\n", in lustre_assert_wire_constants()2672 (long long)(int)sizeof(((struct mdt_rec_setxattr *)0)->sx_flags)); in lustre_assert_wire_constants()
350 rec->sx_flags = flags; in mdc_xattr_common()
2533 __u32 sx_flags; member