Searched refs:cr_fsgid (Results 1 – 4 of 4) sorted by relevance
/linux-4.1.27/drivers/staging/lustre/lustre/mdc/ |
D | mdc_lib.c | 151 rec->cr_fsgid = gid; in mdc_create_pack() 223 rec->cr_fsgid = from_kgid(&init_user_ns, current_fsgid()); in mdc_open_pack()
|
/linux-4.1.27/drivers/staging/lustre/lustre/ptlrpc/ |
D | wiretest.c | 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()
|
/linux-4.1.27/drivers/staging/lustre/lustre/include/lustre/ |
D | lustre_idl.h | 2407 __u32 cr_fsgid; member
|
/linux-4.1.27/Documentation/filesystems/ |
D | coda.txt | 432 vgid_t cr_gid, cr_egid, cr_sgid, cr_fsgid; /* same for groups */
|