Searched refs:GLOBAL_ROOT_GID (Results 1 – 25 of 55) sorted by relevance
123
/Linux-v5.10/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-v5.10/fs/proc/ |
D | self.c | 59 inode->i_gid = GLOBAL_ROOT_GID; in proc_setup_self()
|
D | thread_self.c | 52 inode->i_gid = GLOBAL_ROOT_GID; in proc_setup_thread_self()
|
/Linux-v5.10/kernel/ |
D | cred.c | 48 .gid = GLOBAL_ROOT_GID, 50 .sgid = GLOBAL_ROOT_GID, 52 .egid = GLOBAL_ROOT_GID, 54 .fsgid = GLOBAL_ROOT_GID,
|
D | user.c | 60 .group = GLOBAL_ROOT_GID,
|
/Linux-v5.10/fs/autofs/ |
D | inode.c | 30 ino->gid = GLOBAL_ROOT_GID; in autofs_clean_ino() 73 if (!gid_eq(root_inode->i_gid, GLOBAL_ROOT_GID)) in autofs_show_options()
|
/Linux-v5.10/fs/kernfs/ |
D | symlink.c | 32 kgid_t gid = GLOBAL_ROOT_GID; in kernfs_create_link()
|
D | dir.c | 653 if (!uid_eq(uid, GLOBAL_ROOT_UID) || !gid_eq(gid, GLOBAL_ROOT_GID)) { in __kernfs_new_node() 971 GLOBAL_ROOT_UID, GLOBAL_ROOT_GID, in kernfs_create_root() 1059 GLOBAL_ROOT_UID, GLOBAL_ROOT_GID, KERNFS_DIR); in kernfs_create_empty_dir()
|
D | inode.c | 49 kn->iattr->ia_gid = GLOBAL_ROOT_GID; in __kernfs_iattrs()
|
/Linux-v5.10/drivers/base/ |
D | devtmpfs.c | 120 req.gid = GLOBAL_ROOT_GID; in devtmpfs_create_node() 326 newattrs.ia_gid = GLOBAL_ROOT_GID; in handle_remove()
|
/Linux-v5.10/fs/adfs/ |
D | super.c | 106 if (!gid_eq(asb->s_gid, GLOBAL_ROOT_GID)) in adfs_show_options() 384 asb->s_gid = GLOBAL_ROOT_GID; in adfs_fill_super()
|
/Linux-v5.10/include/linux/ |
D | kernfs.h | 562 GLOBAL_ROOT_UID, GLOBAL_ROOT_GID, in kernfs_create_dir() 586 GLOBAL_ROOT_UID, GLOBAL_ROOT_GID, in kernfs_create_file()
|
D | uidgid.h | 56 #define GLOBAL_ROOT_GID KGIDT_INIT(0) macro
|
/Linux-v5.10/fs/cifs/ |
D | cifs_spnego.c | 209 GLOBAL_ROOT_UID, GLOBAL_ROOT_GID, cred, in init_cifs_spnego()
|
/Linux-v5.10/fs/crypto/ |
D | keyring.c | 209 keyring = keyring_alloc(description, GLOBAL_ROOT_UID, GLOBAL_ROOT_GID, in allocate_filesystem_keyring() 262 keyring = keyring_alloc(description, GLOBAL_ROOT_UID, GLOBAL_ROOT_GID, in allocate_master_key_users_keyring() 372 GLOBAL_ROOT_UID, GLOBAL_ROOT_GID, current_cred(), in add_new_master_key()
|
/Linux-v5.10/fs/configfs/ |
D | inode.c | 63 sd_iattr->ia_gid = GLOBAL_ROOT_GID; in configfs_setattr()
|
/Linux-v5.10/net/dns_resolver/ |
D | dns_key.c | 345 GLOBAL_ROOT_UID, GLOBAL_ROOT_GID, cred, in init_dns_resolver()
|
/Linux-v5.10/fs/quota/ |
D | quota_v1.c | 90 ((type == GRPQUOTA) && gid_eq(dquot->dq_id.gid, GLOBAL_ROOT_GID))) { in v1_commit_dqblk()
|
/Linux-v5.10/include/net/ |
D | net_namespace.h | 221 *gid = GLOBAL_ROOT_GID; in net_ns_get_ownership()
|
/Linux-v5.10/fs/afs/ |
D | dynroot.c | 89 inode->i_gid = GLOBAL_ROOT_GID; in afs_iget_pseudo_dir()
|
/Linux-v5.10/fs/befs/ |
D | linuxvfs.c | 703 opts->gid = GLOBAL_ROOT_GID; in parse_options() 777 if (!gid_eq(opts->gid, GLOBAL_ROOT_GID)) in befs_show_options()
|
/Linux-v5.10/fs/tracefs/ |
D | inode.c | 249 if (!gid_eq(opts->gid, GLOBAL_ROOT_GID)) in tracefs_show_options()
|
/Linux-v5.10/fs/ubifs/ |
D | budget.c | 264 (!gid_eq(c->rp_gid, GLOBAL_ROOT_GID) && in_group_p(c->rp_gid))) in can_use_rp()
|
/Linux-v5.10/fs/devpts/ |
D | inode.c | 255 opts->gid = GLOBAL_ROOT_GID; in parse_mount_options()
|
/Linux-v5.10/fs/xfs/ |
D | xfs_iops.c | 663 kgid_t gid = GLOBAL_ROOT_GID, igid = GLOBAL_ROOT_GID; in xfs_setattr_nonsize()
|
123