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