Searched refs:GLOBAL_ROOT_UID (Results 51 - 75 of 82) sorted by relevance

1234

/linux-master/drivers/misc/cxl/
H A Dguest.c550 if (uid_eq(cred->euid, GLOBAL_ROOT_UID))
/linux-master/arch/powerpc/platforms/cell/spufs/
H A Dinode.c596 if (!uid_eq(inode->i_uid, GLOBAL_ROOT_UID))
/linux-master/kernel/cgroup/
H A Dcgroup-v1.c514 if (!uid_eq(cred->euid, GLOBAL_ROOT_UID) &&
/linux-master/lib/
H A Dkobject.c52 *uid = GLOBAL_ROOT_UID;
/linux-master/fs/proc/
H A Dbase.c1825 *ruid = GLOBAL_ROOT_UID;
1856 uid = GLOBAL_ROOT_UID;
1863 uid = GLOBAL_ROOT_UID;
1966 stat->uid = GLOBAL_ROOT_UID;
/linux-master/fs/
H A Dcoredump.c567 cred->fsuid = GLOBAL_ROOT_UID; /* Dump root private */
H A Dfcntl.c725 ret = ((uid_eq(fown->euid, GLOBAL_ROOT_UID) ||
H A Dlibfs.c1711 inode->i_uid = GLOBAL_ROOT_UID;
/linux-master/kernel/bpf/
H A Dinode.c738 if (!uid_eq(inode->i_uid, GLOBAL_ROOT_UID))
/linux-master/fs/crypto/
H A Dkeyring.c344 keyring = keyring_alloc(description, GLOBAL_ROOT_UID, GLOBAL_ROOT_GID,
/linux-master/arch/x86/kernel/cpu/resctrl/
H A Drdtgroup.c238 if (uid_eq(iattr.ia_uid, GLOBAL_ROOT_UID) &&
251 GLOBAL_ROOT_UID, GLOBAL_ROOT_GID,
695 if (!uid_eq(cred->euid, GLOBAL_ROOT_UID) &&
2999 GLOBAL_ROOT_UID, GLOBAL_ROOT_GID, 0,
/linux-master/fs/exfat/
H A Dsuper.c138 if (!uid_eq(opts->fs_uid, GLOBAL_ROOT_UID))
/linux-master/fs/xfs/scrub/
H A Dbmap.c695 if (!uid_eq(VFS_I(ip)->i_uid, GLOBAL_ROOT_UID))
/linux-master/kernel/
H A Duser_namespace.c67 if (!uid_eq(current_uid(), GLOBAL_ROOT_UID) ||
/linux-master/fs/xfs/
H A Dxfs_iops.c667 kuid_t uid = GLOBAL_ROOT_UID;
/linux-master/security/tomoyo/
H A Dcommon.c940 (!uid_eq(task->cred->uid, GLOBAL_ROOT_UID) ||
941 !uid_eq(task->cred->euid, GLOBAL_ROOT_UID)))
/linux-master/net/core/
H A Dnet_namespace.c544 *uid = GLOBAL_ROOT_UID;
/linux-master/fs/isofs/
H A Dinode.c356 popt->uid = GLOBAL_ROOT_UID;
/linux-master/fs/zonefs/
H A Dsuper.c1272 sbi->s_uid = GLOBAL_ROOT_UID;
/linux-master/fs/smb/client/
H A Dcifsacl.c478 GLOBAL_ROOT_UID, GLOBAL_ROOT_GID, cred,
/linux-master/fs/nfsd/
H A Dnfs4recover.c82 new->fsuid = GLOBAL_ROOT_UID;
/linux-master/fs/gfs2/
H A Dinode.c387 !uid_eq(dip->i_inode.i_uid, GLOBAL_ROOT_UID)) {
/linux-master/fs/fat/
H A Dinode.c953 if (!uid_eq(opts->fs_uid, GLOBAL_ROOT_UID))
/linux-master/fs/hugetlbfs/
H A Dinode.c1162 if (!uid_eq(sbinfo->uid, GLOBAL_ROOT_UID))
/linux-master/kernel/trace/
H A Dtrace_events_user.c1470 cred->fsuid = GLOBAL_ROOT_UID;

Completed in 311 milliseconds

1234