Searched refs:sx_fsgid (Results 1 – 3 of 3) sorted by relevance
2607 LASSERTF((int)offsetof(struct mdt_rec_setxattr, sx_fsgid) == 16, "found %lld\n", in lustre_assert_wire_constants()2608 (long long)(int)offsetof(struct mdt_rec_setxattr, sx_fsgid)); in lustre_assert_wire_constants()2609 LASSERTF((int)sizeof(((struct mdt_rec_setxattr *)0)->sx_fsgid) == 4, "found %lld\n", in lustre_assert_wire_constants()2610 (long long)(int)sizeof(((struct mdt_rec_setxattr *)0)->sx_fsgid)); in lustre_assert_wire_constants()
2524 __u32 sx_fsgid; member
399 rec->sx_fsgid = from_kgid(&init_user_ns, current_fsgid()); in mdc_xattr_common()