Home
last modified time | relevance | path

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

123

/openbmc/linux/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()
/openbmc/linux/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.c60 .group = GLOBAL_ROOT_GID,
/openbmc/linux/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()
/openbmc/linux/crypto/asymmetric_keys/
H A Dselftest.c187 GLOBAL_ROOT_UID, GLOBAL_ROOT_GID, current_cred(), in fips_signature_selftest()
/openbmc/linux/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()
/openbmc/linux/fs/autofs/
H A Dinode.c31 ino->gid = GLOBAL_ROOT_GID; in autofs_clean_ino()
74 if (!gid_eq(root_inode->i_gid, GLOBAL_ROOT_GID)) in autofs_show_options()
/openbmc/linux/drivers/base/
H A Ddevtmpfs.c124 req.gid = GLOBAL_ROOT_GID; in devtmpfs_create_node()
332 newattrs.ia_gid = GLOBAL_ROOT_GID; in handle_remove()
/openbmc/linux/fs/kernfs/
H A Dsymlink.c32 kgid_t gid = GLOBAL_ROOT_GID; in kernfs_create_link()
H A Ddir.c650 if (!uid_eq(uid, GLOBAL_ROOT_UID) || !gid_eq(gid, GLOBAL_ROOT_GID)) { in __kernfs_new_node()
989 GLOBAL_ROOT_UID, GLOBAL_ROOT_GID, in kernfs_create_root()
1094 GLOBAL_ROOT_UID, GLOBAL_ROOT_GID, KERNFS_DIR); in kernfs_create_empty_dir()
/openbmc/linux/fs/adfs/
H A Dsuper.c106 if (!gid_eq(asb->s_gid, GLOBAL_ROOT_GID)) in adfs_show_options()
384 asb->s_gid = GLOBAL_ROOT_GID; in adfs_fill_super()
/openbmc/linux/ipc/
H A Dmq_sysctl.c90 *gid = gid_valid(ns_root_gid) ? ns_root_gid : GLOBAL_ROOT_GID; in mq_set_ownership()
H A Dipc_sysctl.c204 *gid = gid_valid(ns_root_gid) ? ns_root_gid : GLOBAL_ROOT_GID; in ipc_set_ownership()
/openbmc/linux/fs/smb/client/
H A Dcifs_spnego.c197 GLOBAL_ROOT_UID, GLOBAL_ROOT_GID, cred, in init_cifs_spnego()
/openbmc/linux/include/linux/
H A Duidgid.h56 #define GLOBAL_ROOT_GID KGIDT_INIT(0) macro
/openbmc/linux/fs/configfs/
H A Dinode.c56 sd_iattr->ia_gid = GLOBAL_ROOT_GID; in configfs_setattr()
/openbmc/linux/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()
/openbmc/linux/net/dns_resolver/
H A Ddns_key.c352 GLOBAL_ROOT_UID, GLOBAL_ROOT_GID, cred, in init_dns_resolver()
/openbmc/linux/fs/quota/
H A Dquota_v1.c90 ((type == GRPQUOTA) && gid_eq(dquot->dq_id.gid, GLOBAL_ROOT_GID))) { in v1_commit_dqblk()
/openbmc/linux/fs/xfs/scrub/
H A Dxfile.c93 inode->i_gid = GLOBAL_ROOT_GID; in xfile_create()
/openbmc/linux/fs/afs/
H A Ddynroot.c90 inode->i_gid = GLOBAL_ROOT_GID; in afs_iget_pseudo_dir()
/openbmc/linux/include/net/
H A Dnet_namespace.h226 *gid = GLOBAL_ROOT_GID; in net_ns_get_ownership()
/openbmc/linux/fs/befs/
H A Dlinuxvfs.c702 opts->gid = GLOBAL_ROOT_GID; in parse_options()
776 if (!gid_eq(opts->gid, GLOBAL_ROOT_GID)) in befs_show_options()

123