Searched refs:rp_gid (Results 1 – 9 of 9) sorted by relevance
/linux-4.1.27/drivers/staging/lustre/lustre/llite/ |
D | remote_perm.c | 172 perm->rp_gid != current->gid || in ll_update_remote_perm() 178 perm->rp_uid, perm->rp_gid, perm->rp_fsuid, in ll_update_remote_perm() 206 if (tmp->lrp_gid != perm->rp_gid) in ll_update_remote_perm() 231 lrp->lrp_gid = perm->rp_gid; in ll_update_remote_perm()
|
/linux-4.1.27/fs/ubifs/ |
D | budget.c | 276 (!gid_eq(c->rp_gid, GLOBAL_ROOT_GID) && in_group_p(c->rp_gid))) in can_use_rp()
|
D | ubifs-media.h | 643 __le32 rp_gid; member
|
D | sb.c | 614 c->rp_gid = make_kgid(&init_user_ns, le32_to_cpu(sup->rp_gid)); in ubifs_read_superblock()
|
D | ubifs.h | 1447 kgid_t rp_gid; member
|
D | debug.c | 358 pr_err("\trp_gid %u\n", le32_to_cpu(sup->rp_gid)); in ubifs_dump_node()
|
/linux-4.1.27/drivers/staging/lustre/lustre/ptlrpc/ |
D | wiretest.c | 2069 LASSERTF((int)offsetof(struct mdt_remote_perm, rp_gid) == 4, "found %lld\n", in lustre_assert_wire_constants() 2070 (long long)(int)offsetof(struct mdt_remote_perm, rp_gid)); in lustre_assert_wire_constants() 2071 LASSERTF((int)sizeof(((struct mdt_remote_perm *)0)->rp_gid) == 4, "found %lld\n", in lustre_assert_wire_constants() 2072 (long long)(int)sizeof(((struct mdt_remote_perm *)0)->rp_gid)); in lustre_assert_wire_constants()
|
D | pack_generic.c | 1961 __swab32s(&p->rp_gid); in lustre_swab_mdt_remote_perm()
|
/linux-4.1.27/drivers/staging/lustre/lustre/include/lustre/ |
D | lustre_idl.h | 2257 __u32 rp_gid; member
|