| /OK3568_Linux_fs/kernel/fs/nfsd/ |
| H A D | auth.c | 51 if (gid_eq(new->fsgid, GLOBAL_ROOT_GID)) in nfsd_setuser() 59 if (gid_eq(GLOBAL_ROOT_GID, rqgi->gid[i])) in nfsd_setuser()
|
| /OK3568_Linux_fs/kernel/kernel/ |
| H A D | cred.c | 50 .gid = GLOBAL_ROOT_GID, 52 .sgid = GLOBAL_ROOT_GID, 54 .egid = GLOBAL_ROOT_GID, 56 .fsgid = GLOBAL_ROOT_GID,
|
| H A D | user.c | 60 .group = GLOBAL_ROOT_GID,
|
| /OK3568_Linux_fs/kernel/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()
|
| /OK3568_Linux_fs/kernel/fs/autofs/ |
| H A D | inode.c | 30 ino->gid = GLOBAL_ROOT_GID; in autofs_clean_ino() 73 if (!gid_eq(root_inode->i_gid, GLOBAL_ROOT_GID)) in autofs_show_options()
|
| /OK3568_Linux_fs/kernel/drivers/base/ |
| H A D | devtmpfs.c | 127 req.gid = GLOBAL_ROOT_GID; in devtmpfs_create_node() 333 newattrs.ia_gid = GLOBAL_ROOT_GID; in handle_remove()
|
| /OK3568_Linux_fs/kernel/fs/adfs/ |
| H A D | super.c | 106 if (!gid_eq(asb->s_gid, GLOBAL_ROOT_GID)) in adfs_show_options() 384 asb->s_gid = GLOBAL_ROOT_GID; in adfs_fill_super()
|
| /OK3568_Linux_fs/kernel/fs/kernfs/ |
| H A D | symlink.c | 32 kgid_t gid = GLOBAL_ROOT_GID; in kernfs_create_link()
|
| H A D | dir.c | 661 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()
|
| H A D | inode.c | 49 kn->iattr->ia_gid = GLOBAL_ROOT_GID; in __kernfs_iattrs()
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | kernfs.h | 577 GLOBAL_ROOT_UID, GLOBAL_ROOT_GID, in kernfs_create_dir() 601 GLOBAL_ROOT_UID, GLOBAL_ROOT_GID, in kernfs_create_file()
|
| H A D | uidgid.h | 56 #define GLOBAL_ROOT_GID KGIDT_INIT(0) macro
|
| /OK3568_Linux_fs/kernel/fs/cifs/ |
| H A D | cifs_spnego.c | 209 GLOBAL_ROOT_UID, GLOBAL_ROOT_GID, cred, in init_cifs_spnego()
|
| /OK3568_Linux_fs/kernel/fs/configfs/ |
| H A D | inode.c | 63 sd_iattr->ia_gid = GLOBAL_ROOT_GID; in configfs_setattr()
|
| /OK3568_Linux_fs/kernel/net/dns_resolver/ |
| H A D | dns_key.c | 345 GLOBAL_ROOT_UID, GLOBAL_ROOT_GID, cred, in init_dns_resolver()
|
| /OK3568_Linux_fs/kernel/fs/quota/ |
| H A D | quota_v1.c | 90 ((type == GRPQUOTA) && gid_eq(dquot->dq_id.gid, GLOBAL_ROOT_GID))) { in v1_commit_dqblk()
|
| /OK3568_Linux_fs/kernel/include/net/ |
| H A D | net_namespace.h | 223 *gid = GLOBAL_ROOT_GID; in net_ns_get_ownership()
|
| /OK3568_Linux_fs/kernel/fs/afs/ |
| H A D | dynroot.c | 89 inode->i_gid = GLOBAL_ROOT_GID; in afs_iget_pseudo_dir()
|
| /OK3568_Linux_fs/kernel/fs/befs/ |
| H A D | linuxvfs.c | 704 opts->gid = GLOBAL_ROOT_GID; in parse_options() 778 if (!gid_eq(opts->gid, GLOBAL_ROOT_GID)) in befs_show_options()
|
| /OK3568_Linux_fs/u-boot/fs/ubifs/ |
| H A D | budget.c | 272 (!gid_eq(c->rp_gid, GLOBAL_ROOT_GID) && in_group_p(c->rp_gid))) in can_use_rp()
|
| /OK3568_Linux_fs/kernel/fs/tracefs/ |
| H A D | inode.c | 337 if (!gid_eq(opts->gid, GLOBAL_ROOT_GID)) in tracefs_show_options()
|
| /OK3568_Linux_fs/kernel/fs/ubifs/ |
| H A D | budget.c | 264 (!gid_eq(c->rp_gid, GLOBAL_ROOT_GID) && in_group_p(c->rp_gid))) in can_use_rp()
|
| /OK3568_Linux_fs/kernel/fs/xfs/ |
| H A D | xfs_iops.c | 663 kgid_t gid = GLOBAL_ROOT_GID, igid = GLOBAL_ROOT_GID; in xfs_setattr_nonsize()
|
| /OK3568_Linux_fs/kernel/fs/devpts/ |
| H A D | inode.c | 255 opts->gid = GLOBAL_ROOT_GID; in parse_mount_options()
|