Searched refs:GLOBAL_ROOT_GID (Results 1 – 25 of 53) sorted by relevance
123
/Linux-v4.19/fs/nfsd/ |
D | auth.c | 51 if (gid_eq(new->fsgid, GLOBAL_ROOT_GID)) in nfsd_setuser() 59 if (gid_eq(GLOBAL_ROOT_GID, rqgi->gid[i])) in nfsd_setuser()
|
/Linux-v4.19/kernel/ |
D | cred.c | 51 .gid = GLOBAL_ROOT_GID, 53 .sgid = GLOBAL_ROOT_GID, 55 .egid = GLOBAL_ROOT_GID, 57 .fsgid = GLOBAL_ROOT_GID,
|
D | user.c | 59 .group = GLOBAL_ROOT_GID,
|
/Linux-v4.19/fs/proc/ |
D | self.c | 51 inode->i_gid = GLOBAL_ROOT_GID; in proc_setup_self()
|
D | thread_self.c | 51 inode->i_gid = GLOBAL_ROOT_GID; in proc_setup_thread_self()
|
D | inode.c | 119 if (!gid_eq(pid->pid_gid, GLOBAL_ROOT_GID)) in proc_show_options()
|
/Linux-v4.19/fs/autofs/ |
D | inode.c | 33 ino->gid = GLOBAL_ROOT_GID; in autofs_clean_ino() 76 if (!gid_eq(root_inode->i_gid, GLOBAL_ROOT_GID)) in autofs_show_options()
|
/Linux-v4.19/drivers/base/ |
D | devtmpfs.c | 93 req.gid = GLOBAL_ROOT_GID; in devtmpfs_create_node() 322 newattrs.ia_gid = GLOBAL_ROOT_GID; in handle_remove()
|
/Linux-v4.19/fs/kernfs/ |
D | symlink.c | 33 kgid_t gid = GLOBAL_ROOT_GID; in kernfs_create_link()
|
D | dir.c | 665 if (!uid_eq(uid, GLOBAL_ROOT_UID) || !gid_eq(gid, GLOBAL_ROOT_GID)) { in __kernfs_new_node() 966 GLOBAL_ROOT_UID, GLOBAL_ROOT_GID, in kernfs_create_root() 1054 GLOBAL_ROOT_UID, GLOBAL_ROOT_GID, KERNFS_DIR); in kernfs_create_empty_dir()
|
D | inode.c | 53 iattrs->ia_gid = GLOBAL_ROOT_GID; in kernfs_iattrs()
|
/Linux-v4.19/include/linux/ |
D | kernfs.h | 507 GLOBAL_ROOT_UID, GLOBAL_ROOT_GID, in kernfs_create_dir() 531 GLOBAL_ROOT_UID, GLOBAL_ROOT_GID, in kernfs_create_file()
|
D | uidgid.h | 56 #define GLOBAL_ROOT_GID KGIDT_INIT(0) macro
|
/Linux-v4.19/fs/cifs/ |
D | cifs_spnego.c | 207 GLOBAL_ROOT_UID, GLOBAL_ROOT_GID, cred, in init_cifs_spnego()
|
/Linux-v4.19/fs/adfs/ |
D | super.c | 135 if (!gid_eq(asb->s_gid, GLOBAL_ROOT_GID)) in adfs_show_options() 385 asb->s_gid = GLOBAL_ROOT_GID; in adfs_fill_super()
|
/Linux-v4.19/net/dns_resolver/ |
D | dns_key.c | 283 GLOBAL_ROOT_UID, GLOBAL_ROOT_GID, cred, in init_dns_resolver()
|
/Linux-v4.19/fs/configfs/ |
D | inode.c | 77 sd_iattr->ia_gid = GLOBAL_ROOT_GID; in configfs_setattr()
|
/Linux-v4.19/include/net/ |
D | net_namespace.h | 192 *gid = GLOBAL_ROOT_GID; in net_ns_get_ownership()
|
/Linux-v4.19/net/sunrpc/ |
D | auth_generic.c | 22 #define RPC_MACHINE_CRED_GROUPID GLOBAL_ROOT_GID
|
/Linux-v4.19/fs/quota/ |
D | quota_v1.c | 89 ((type == GRPQUOTA) && gid_eq(dquot->dq_id.gid, GLOBAL_ROOT_GID))) { in v1_commit_dqblk()
|
/Linux-v4.19/fs/befs/ |
D | linuxvfs.c | 707 opts->gid = GLOBAL_ROOT_GID; in parse_options() 781 if (!gid_eq(opts->gid, GLOBAL_ROOT_GID)) in befs_show_options()
|
/Linux-v4.19/fs/tracefs/ |
D | inode.c | 252 if (!gid_eq(opts->gid, GLOBAL_ROOT_GID)) in tracefs_show_options()
|
/Linux-v4.19/fs/devpts/ |
D | inode.c | 258 opts->gid = GLOBAL_ROOT_GID; in parse_mount_options()
|
/Linux-v4.19/fs/ubifs/ |
D | budget.c | 276 (!gid_eq(c->rp_gid, GLOBAL_ROOT_GID) && in_group_p(c->rp_gid))) in can_use_rp()
|
/Linux-v4.19/fs/xfs/ |
D | xfs_iops.c | 621 kgid_t gid = GLOBAL_ROOT_GID, igid = GLOBAL_ROOT_GID; in xfs_setattr_nonsize()
|
123