Searched refs:sx_suppgid1 (Results 1 – 3 of 3) sorted by relevance
2615 LASSERTF((int)offsetof(struct mdt_rec_setxattr, sx_suppgid1) == 24, "found %lld\n", in lustre_assert_wire_constants()2616 (long long)(int)offsetof(struct mdt_rec_setxattr, sx_suppgid1)); in lustre_assert_wire_constants()2617 LASSERTF((int)sizeof(((struct mdt_rec_setxattr *)0)->sx_suppgid1) == 4, "found %lld\n", in lustre_assert_wire_constants()2618 (long long)(int)sizeof(((struct mdt_rec_setxattr *)0)->sx_suppgid1)); in lustre_assert_wire_constants()
2526 __u32 sx_suppgid1; member
401 rec->sx_suppgid1 = suppgid; in mdc_xattr_common()