Home
last modified time | relevance | path

Searched refs:GLOBAL_ROOT_UID (Results 1 – 25 of 70) sorted by relevance

123

/OK3568_Linux_fs/kernel/kernel/
H A Duser.c59 .owner = GLOBAL_ROOT_UID,
104 .uid = GLOBAL_ROOT_UID,
226 uid_hash_insert(&root_user, uidhashentry(GLOBAL_ROOT_UID)); in uid_cache_init()
H A Dcred.c49 .uid = GLOBAL_ROOT_UID,
51 .suid = GLOBAL_ROOT_UID,
53 .euid = GLOBAL_ROOT_UID,
55 .fsuid = GLOBAL_ROOT_UID,
/OK3568_Linux_fs/kernel/fs/nfsd/
H A Dauth.c49 if (uid_eq(new->fsuid, GLOBAL_ROOT_UID)) in nfsd_setuser()
79 if (!uid_eq(new->fsuid, GLOBAL_ROOT_UID)) in nfsd_setuser()
/OK3568_Linux_fs/kernel/security/apparmor/
H A Ddomain.c839 onexec, GLOBAL_ROOT_UID, in handle_onexec()
1019 hat ? &hat->label : NULL, GLOBAL_ROOT_UID, info, in build_change_hat()
1111 GLOBAL_ROOT_UID, info, error); in change_hat()
1252 GLOBAL_ROOT_UID, info, error)); in aa_change_hat()
1271 NULL, target, GLOBAL_ROOT_UID, info, in change_profile_perms_wrapper()
1449 GLOBAL_ROOT_UID, info, error)); in aa_change_profile()
/OK3568_Linux_fs/kernel/fs/proc/
H A Dself.c51 inode->i_uid = GLOBAL_ROOT_UID; in proc_setup_self()
H A Dthread_self.c51 inode->i_uid = GLOBAL_ROOT_UID; in proc_setup_thread_self()
/OK3568_Linux_fs/kernel/security/keys/
H A Dproc.c307 unsigned maxkeys = uid_eq(user->uid, GLOBAL_ROOT_UID) ? in proc_key_users_show()
309 unsigned maxbytes = uid_eq(user->uid, GLOBAL_ROOT_UID) ? in proc_key_users_show()
H A Dkey.c258 unsigned maxkeys = uid_eq(uid, GLOBAL_ROOT_UID) ? in key_alloc()
260 unsigned maxbytes = uid_eq(uid, GLOBAL_ROOT_UID) ? in key_alloc()
381 unsigned maxbytes = uid_eq(key->user->uid, GLOBAL_ROOT_UID) ? in key_payload_reserve()
/OK3568_Linux_fs/kernel/fs/autofs/
H A Dinode.c29 ino->uid = GLOBAL_ROOT_UID; in autofs_clean_ino()
70 if (!uid_eq(root_inode->i_uid, GLOBAL_ROOT_UID)) in autofs_show_options()
/OK3568_Linux_fs/kernel/drivers/base/
H A Ddevtmpfs.c126 req.uid = GLOBAL_ROOT_UID; in devtmpfs_create_node()
332 newattrs.ia_uid = GLOBAL_ROOT_UID; in handle_remove()
/OK3568_Linux_fs/kernel/fs/adfs/
H A Dsuper.c104 if (!uid_eq(asb->s_uid, GLOBAL_ROOT_UID)) in adfs_show_options()
383 asb->s_uid = GLOBAL_ROOT_UID; in adfs_fill_super()
/OK3568_Linux_fs/kernel/fs/kernfs/
H A Dsymlink.c31 kuid_t uid = GLOBAL_ROOT_UID; in kernfs_create_link()
H A Ddir.c661 if (!uid_eq(uid, GLOBAL_ROOT_UID) || !gid_eq(gid, GLOBAL_ROOT_GID)) { in __kernfs_new_node()
978 GLOBAL_ROOT_UID, GLOBAL_ROOT_GID, in kernfs_create_root()
1066 GLOBAL_ROOT_UID, GLOBAL_ROOT_GID, KERNFS_DIR); in kernfs_create_empty_dir()
/OK3568_Linux_fs/kernel/include/linux/
H A Dkernfs.h577 GLOBAL_ROOT_UID, GLOBAL_ROOT_GID, in kernfs_create_dir()
601 GLOBAL_ROOT_UID, GLOBAL_ROOT_GID, in kernfs_create_file()
H A Duidgid.h55 #define GLOBAL_ROOT_UID KUIDT_INIT(0) macro
/OK3568_Linux_fs/kernel/fs/cifs/
H A Dcifs_spnego.c209 GLOBAL_ROOT_UID, GLOBAL_ROOT_GID, cred, in init_cifs_spnego()
/OK3568_Linux_fs/kernel/security/integrity/ima/
H A Dima_policy.c126 .uid = GLOBAL_ROOT_UID, .uid_op = &uid_eq,
138 .uid = GLOBAL_ROOT_UID, .uid_op = &uid_eq,
141 .uid = GLOBAL_ROOT_UID, .uid_op = &uid_eq,
168 {.action = APPRAISE, .fowner = GLOBAL_ROOT_UID, .fowner_op = &uid_eq,
172 {.action = APPRAISE, .fowner = GLOBAL_ROOT_UID, .fowner_op = &uid_eq,
/OK3568_Linux_fs/kernel/fs/configfs/
H A Dinode.c62 sd_iattr->ia_uid = GLOBAL_ROOT_UID; in configfs_setattr()
/OK3568_Linux_fs/kernel/fs/9p/
H A Dfid.c250 fid = clone_fid(v9fs_fid_lookup_with_uid(dentry, GLOBAL_ROOT_UID, 0)); in v9fs_writeback_fid()
/OK3568_Linux_fs/kernel/fs/coda/
H A Dinode.c51 ei->c_uid = GLOBAL_ROOT_UID; in coda_alloc_inode()
/OK3568_Linux_fs/kernel/net/dns_resolver/
H A Ddns_key.c345 GLOBAL_ROOT_UID, GLOBAL_ROOT_GID, cred, in init_dns_resolver()
/OK3568_Linux_fs/kernel/fs/quota/
H A Dquota_v1.c89 if (((type == USRQUOTA) && uid_eq(dquot->dq_id.uid, GLOBAL_ROOT_UID)) || in v1_commit_dqblk()
/OK3568_Linux_fs/kernel/include/net/
H A Dnet_namespace.h222 *uid = GLOBAL_ROOT_UID; in net_ns_get_ownership()
/OK3568_Linux_fs/kernel/fs/afs/
H A Ddynroot.c88 inode->i_uid = GLOBAL_ROOT_UID; in afs_iget_pseudo_dir()
/OK3568_Linux_fs/kernel/fs/befs/
H A Dlinuxvfs.c703 opts->uid = GLOBAL_ROOT_UID; in parse_options()
775 if (!uid_eq(opts->uid, GLOBAL_ROOT_UID)) in befs_show_options()

123