Searched refs:cr_fsgid (Results 1 – 3 of 3) sorted by relevance
151 rec->cr_fsgid = gid; in mdc_create_pack()225 rec->cr_fsgid = from_kgid(&init_user_ns, current_fsgid()); in mdc_open_pack()
2223 LASSERTF((int)offsetof(struct mdt_rec_create, cr_fsgid) == 16, "found %lld\n", in lustre_assert_wire_constants()2224 (long long)(int)offsetof(struct mdt_rec_create, cr_fsgid)); in lustre_assert_wire_constants()2225 LASSERTF((int)sizeof(((struct mdt_rec_create *)0)->cr_fsgid) == 4, "found %lld\n", in lustre_assert_wire_constants()2226 (long long)(int)sizeof(((struct mdt_rec_create *)0)->cr_fsgid)); in lustre_assert_wire_constants()
2402 __u32 cr_fsgid; member