Home
last modified time | relevance | path

Searched refs:GLOBAL_ROOT_GID (Results 1 – 25 of 69) sorted by relevance

123

/linux-6.15/fs/nfsd/
H A Dauth.c49 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 Dcred.c47 .gid = GLOBAL_ROOT_GID,
49 .sgid = GLOBAL_ROOT_GID,
51 .egid = GLOBAL_ROOT_GID,
53 .fsgid = GLOBAL_ROOT_GID,
H A Duser.c70 .group = GLOBAL_ROOT_GID,
/linux-6.15/fs/afs/
H A Ddynroot.c75 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 Dsystem_keyring.c232 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 Dblacklist.c337 GLOBAL_ROOT_UID, GLOBAL_ROOT_GID, current_cred(), in blacklist_init()
/linux-6.15/crypto/asymmetric_keys/
H A Dselftest.c27 GLOBAL_ROOT_UID, GLOBAL_ROOT_GID, current_cred(), in fips_signature_selftest()
/linux-6.15/fs/proc/
H A Dself.c52 inode->i_gid = GLOBAL_ROOT_GID; in proc_setup_self()
H A Dthread_self.c52 inode->i_gid = GLOBAL_ROOT_GID; in proc_setup_thread_self()
/linux-6.15/fs/xfs/scrub/
H A Dorphanage.c61 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 Dsymlink.c32 kgid_t gid = GLOBAL_ROOT_GID; in kernfs_create_link()
/linux-6.15/fs/autofs/
H A Dinode.c31 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 Ddevtmpfs.c139 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 Dmq_sysctl.c89 *gid = gid_valid(ns_root_gid) ? ns_root_gid : GLOBAL_ROOT_GID; in mq_set_ownership()
H A Dipc_sysctl.c203 *gid = gid_valid(ns_root_gid) ? ns_root_gid : GLOBAL_ROOT_GID; in ipc_set_ownership()
/linux-6.15/fs/adfs/
H A Dsuper.c107 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 Dcifs_spnego.c215 GLOBAL_ROOT_UID, GLOBAL_ROOT_GID, cred, in init_cifs_spnego()
/linux-6.15/fs/configfs/
H A Dinode.c56 sd_iattr->ia_gid = GLOBAL_ROOT_GID; in configfs_setattr()
/linux-6.15/include/linux/
H A Duidgid.h48 #define GLOBAL_ROOT_GID KGIDT_INIT(0) macro
/linux-6.15/fs/efivarfs/
H A Dsuper.c72 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 Dkeyring.c260 GLOBAL_ROOT_UID, GLOBAL_ROOT_GID, in nvme_keyring_init()
/linux-6.15/fs/xfs/libxfs/
H A Dxfs_metafile.c55 VFS_I(ip)->i_gid = GLOBAL_ROOT_GID; in xfs_metafile_set_iflag()
/linux-6.15/net/dns_resolver/
H A Ddns_key.c352 GLOBAL_ROOT_UID, GLOBAL_ROOT_GID, cred, in init_dns_resolver()
/linux-6.15/net/rxrpc/
H A Dkey.c495 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 Dquota_v1.c90 ((type == GRPQUOTA) && gid_eq(dquot->dq_id.gid, GLOBAL_ROOT_GID))) { in v1_commit_dqblk()

123