| /linux-6.15/fs/nfsd/ |
| H A D | auth.c | 49 if (gid_eq(new->fsgid, GLOBAL_ROOT_GID)) in nfsd_setuser() 57 if (gid_eq(GLOBAL_ROOT_GID, rqgi->gid[i])) in nfsd_setuser()
|
| /linux-6.15/kernel/ |
| H A D | cred.c | 47 .gid = GLOBAL_ROOT_GID, 49 .sgid = GLOBAL_ROOT_GID, 51 .egid = GLOBAL_ROOT_GID, 53 .fsgid = GLOBAL_ROOT_GID,
|
| H A D | user.c | 70 .group = GLOBAL_ROOT_GID,
|
| /linux-6.15/fs/afs/ |
| H A D | dynroot.c | 75 inode->i_gid = GLOBAL_ROOT_GID; in afs_iget_pseudo_dir() 269 inode->i_gid = GLOBAL_ROOT_GID; in afs_lookup_atcell() 395 inode->i_gid = GLOBAL_ROOT_GID; in afs_dynroot_iget_root()
|
| /linux-6.15/certs/ |
| H A D | system_keyring.c | 232 GLOBAL_ROOT_UID, GLOBAL_ROOT_GID, current_cred(), in system_trusted_keyring_init() 243 GLOBAL_ROOT_UID, GLOBAL_ROOT_GID, current_cred(), in system_trusted_keyring_init()
|
| H A D | blacklist.c | 337 GLOBAL_ROOT_UID, GLOBAL_ROOT_GID, current_cred(), in blacklist_init()
|
| /linux-6.15/crypto/asymmetric_keys/ |
| H A D | selftest.c | 27 GLOBAL_ROOT_UID, GLOBAL_ROOT_GID, current_cred(), in fips_signature_selftest()
|
| /linux-6.15/fs/proc/ |
| H A D | self.c | 52 inode->i_gid = GLOBAL_ROOT_GID; in proc_setup_self()
|
| H A D | thread_self.c | 52 inode->i_gid = GLOBAL_ROOT_GID; in proc_setup_thread_self()
|
| /linux-6.15/fs/xfs/scrub/ |
| H A D | orphanage.c | 61 error = xfs_qm_vop_dqalloc(dp, GLOBAL_ROOT_UID, GLOBAL_ROOT_GID, 0, in xrep_chown_orphanage() 87 if (!gid_eq(inode->i_gid, GLOBAL_ROOT_GID)) { in xrep_chown_orphanage() 90 inode->i_gid = GLOBAL_ROOT_GID; in xrep_chown_orphanage()
|
| /linux-6.15/fs/kernfs/ |
| H A D | symlink.c | 32 kgid_t gid = GLOBAL_ROOT_GID; in kernfs_create_link()
|
| /linux-6.15/fs/autofs/ |
| H A D | inode.c | 31 ino->gid = GLOBAL_ROOT_GID; in autofs_clean_ino() 75 if (!gid_eq(root_inode->i_gid, GLOBAL_ROOT_GID)) in autofs_show_options()
|
| /linux-6.15/drivers/base/ |
| H A D | devtmpfs.c | 139 req.gid = GLOBAL_ROOT_GID; in devtmpfs_create_node() 340 newattrs.ia_gid = GLOBAL_ROOT_GID; in handle_remove()
|
| /linux-6.15/ipc/ |
| H A D | mq_sysctl.c | 89 *gid = gid_valid(ns_root_gid) ? ns_root_gid : GLOBAL_ROOT_GID; in mq_set_ownership()
|
| H A D | ipc_sysctl.c | 203 *gid = gid_valid(ns_root_gid) ? ns_root_gid : GLOBAL_ROOT_GID; in ipc_set_ownership()
|
| /linux-6.15/fs/adfs/ |
| H A D | super.c | 107 if (!gid_eq(asb->s_gid, GLOBAL_ROOT_GID)) in adfs_show_options() 453 asb->s_gid = GLOBAL_ROOT_GID; in adfs_init_fs_context()
|
| /linux-6.15/fs/smb/client/ |
| H A D | cifs_spnego.c | 215 GLOBAL_ROOT_UID, GLOBAL_ROOT_GID, cred, in init_cifs_spnego()
|
| /linux-6.15/fs/configfs/ |
| H A D | inode.c | 56 sd_iattr->ia_gid = GLOBAL_ROOT_GID; in configfs_setattr()
|
| /linux-6.15/include/linux/ |
| H A D | uidgid.h | 48 #define GLOBAL_ROOT_GID KGIDT_INIT(0) macro
|
| /linux-6.15/fs/efivarfs/ |
| H A D | super.c | 72 if (!gid_eq(opts->gid, GLOBAL_ROOT_GID)) in efivarfs_show_options() 596 sfi->mount_opts.gid = GLOBAL_ROOT_GID; in efivarfs_init_fs_context()
|
| /linux-6.15/drivers/nvme/common/ |
| H A D | keyring.c | 260 GLOBAL_ROOT_UID, GLOBAL_ROOT_GID, in nvme_keyring_init()
|
| /linux-6.15/fs/xfs/libxfs/ |
| H A D | xfs_metafile.c | 55 VFS_I(ip)->i_gid = GLOBAL_ROOT_GID; in xfs_metafile_set_iflag()
|
| /linux-6.15/net/dns_resolver/ |
| H A D | dns_key.c | 352 GLOBAL_ROOT_UID, GLOBAL_ROOT_GID, cred, in init_dns_resolver()
|
| /linux-6.15/net/rxrpc/ |
| H A D | key.c | 495 GLOBAL_ROOT_UID, GLOBAL_ROOT_GID, cred, 0, in rxrpc_get_server_data_key() 542 GLOBAL_ROOT_UID, GLOBAL_ROOT_GID, cred, in rxrpc_get_null_key()
|
| /linux-6.15/fs/quota/ |
| H A D | quota_v1.c | 90 ((type == GRPQUOTA) && gid_eq(dquot->dq_id.gid, GLOBAL_ROOT_GID))) { in v1_commit_dqblk()
|