Home
last modified time | relevance | path

Searched refs:cr_fsgid (Results 1 – 3 of 3) sorted by relevance

/drivers/staging/lustre/lustre/mdc/
Dmdc_lib.c151 rec->cr_fsgid = gid; in mdc_create_pack()
225 rec->cr_fsgid = from_kgid(&init_user_ns, current_fsgid()); in mdc_open_pack()
/drivers/staging/lustre/lustre/ptlrpc/
Dwiretest.c2223 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()
/drivers/staging/lustre/lustre/include/lustre/
Dlustre_idl.h2402 __u32 cr_fsgid; member