/linux-4.1.27/fs/nfsd/ |
D | auth.c | 50 if (gid_eq(new->fsgid, GLOBAL_ROOT_GID)) in nfsd_setuser() 58 if (gid_eq(GLOBAL_ROOT_GID, GROUP_AT(rqgi, i))) in nfsd_setuser()
|
D | nfs4recover.c | 77 new->fsgid = GLOBAL_ROOT_GID; in nfs4_save_creds()
|
/linux-4.1.27/kernel/ |
D | cred.c | 45 .gid = GLOBAL_ROOT_GID, 47 .sgid = GLOBAL_ROOT_GID, 49 .egid = GLOBAL_ROOT_GID, 51 .fsgid = GLOBAL_ROOT_GID,
|
D | user.c | 52 .group = GLOBAL_ROOT_GID,
|
D | cgroup.c | 3061 gid_eq(iattr.ia_gid, GLOBAL_ROOT_GID)) in cgroup_kn_set_ugid()
|
/linux-4.1.27/fs/proc/ |
D | self.c | 62 inode->i_gid = GLOBAL_ROOT_GID; in proc_setup_self()
|
D | thread_self.c | 63 inode->i_gid = GLOBAL_ROOT_GID; in proc_setup_thread_self()
|
D | fd.c | 119 inode->i_gid = GLOBAL_ROOT_GID; in tid_fd_revalidate()
|
D | inode.c | 108 if (!gid_eq(pid->pid_gid, GLOBAL_ROOT_GID)) in proc_show_options()
|
D | base.c | 1507 stat->gid = GLOBAL_ROOT_GID; in pid_getattr() 1568 inode->i_gid = GLOBAL_ROOT_GID; in pid_revalidate() 1701 inode->i_gid = GLOBAL_ROOT_GID; in map_files_d_revalidate()
|
D | proc_sysctl.c | 410 else if (in_egroup_p(GLOBAL_ROOT_GID)) in test_perm()
|
/linux-4.1.27/fs/autofs4/ |
D | inode.c | 40 ino->gid = GLOBAL_ROOT_GID; in autofs4_clean_ino() 83 if (!gid_eq(root_inode->i_gid, GLOBAL_ROOT_GID)) in autofs4_show_options()
|
/linux-4.1.27/drivers/base/ |
D | devtmpfs.c | 92 req.gid = GLOBAL_ROOT_GID; in devtmpfs_create_node() 320 newattrs.ia_gid = GLOBAL_ROOT_GID; in handle_remove()
|
D | core.c | 310 kgid_t gid = GLOBAL_ROOT_GID; in dev_uevent() 321 if (!gid_eq(gid, GLOBAL_ROOT_GID)) in dev_uevent()
|
/linux-4.1.27/include/linux/ |
D | uidgid.h | 55 #define GLOBAL_ROOT_GID KGIDT_INIT(0) macro
|
/linux-4.1.27/fs/cifs/ |
D | cifs_spnego.c | 207 GLOBAL_ROOT_UID, GLOBAL_ROOT_GID, cred, in init_cifs_spnego()
|
D | cifsacl.c | 361 GLOBAL_ROOT_UID, GLOBAL_ROOT_GID, cred, in init_cifs_idmap()
|
/linux-4.1.27/fs/afs/ |
D | inode.c | 72 inode->i_gid = GLOBAL_ROOT_GID; in afs_inode_map_status() 179 inode->i_gid = GLOBAL_ROOT_GID; in afs_iget_autocell()
|
/linux-4.1.27/net/dns_resolver/ |
D | dns_key.c | 279 GLOBAL_ROOT_UID, GLOBAL_ROOT_GID, cred, in init_dns_resolver()
|
/linux-4.1.27/fs/adfs/ |
D | super.c | 135 if (!gid_eq(asb->s_gid, GLOBAL_ROOT_GID)) in adfs_show_options() 384 asb->s_gid = GLOBAL_ROOT_GID; in adfs_fill_super()
|
/linux-4.1.27/fs/configfs/ |
D | inode.c | 77 sd_iattr->ia_gid = GLOBAL_ROOT_GID; in configfs_setattr()
|
/linux-4.1.27/net/sunrpc/ |
D | auth_generic.c | 22 #define RPC_MACHINE_CRED_GROUPID GLOBAL_ROOT_GID
|
D | auth.c | 671 .gid = GLOBAL_ROOT_GID, in rpcauth_bind_root_cred()
|
/linux-4.1.27/fs/quota/ |
D | quota_v1.c | 88 ((type == GRPQUOTA) && gid_eq(dquot->dq_id.gid, GLOBAL_ROOT_GID))) { in v1_commit_dqblk()
|
/linux-4.1.27/fs/kernfs/ |
D | inode.c | 56 iattrs->ia_gid = GLOBAL_ROOT_GID; in kernfs_iattrs()
|
/linux-4.1.27/fs/ubifs/ |
D | budget.c | 276 (!gid_eq(c->rp_gid, GLOBAL_ROOT_GID) && in_group_p(c->rp_gid))) in can_use_rp()
|
/linux-4.1.27/fs/tracefs/ |
D | inode.c | 252 if (!gid_eq(opts->gid, GLOBAL_ROOT_GID)) in tracefs_show_options()
|
/linux-4.1.27/fs/ncpfs/ |
D | inode.c | 338 if (!gid_eq(server->m.gid, GLOBAL_ROOT_GID)) in ncp_show_options() 394 data->gid = GLOBAL_ROOT_GID; in ncp_parse_options()
|
/linux-4.1.27/fs/debugfs/ |
D | inode.c | 163 if (!gid_eq(opts->gid, GLOBAL_ROOT_GID)) in debugfs_show_options()
|
/linux-4.1.27/fs/xfs/ |
D | xfs_iops.c | 552 kgid_t gid = GLOBAL_ROOT_GID, igid = GLOBAL_ROOT_GID; in xfs_setattr_nonsize()
|
/linux-4.1.27/drivers/infiniband/hw/qib/ |
D | qib_fs.c | 65 inode->i_gid = GLOBAL_ROOT_GID; in qibfs_mknod()
|
/linux-4.1.27/fs/devpts/ |
D | inode.c | 169 opts->gid = GLOBAL_ROOT_GID; in parse_mount_options()
|
/linux-4.1.27/net/rxrpc/ |
D | ar-key.c | 979 GLOBAL_ROOT_UID, GLOBAL_ROOT_GID, cred, 0, in rxrpc_get_server_data_key() 1026 GLOBAL_ROOT_UID, GLOBAL_ROOT_GID, cred, in rxrpc_get_null_key()
|
/linux-4.1.27/fs/nfs/ |
D | nfs4idmap.c | 201 GLOBAL_ROOT_UID, GLOBAL_ROOT_GID, cred, in nfs_idmap_init_keyring()
|
/linux-4.1.27/fs/ext4/ |
D | balloc.c | 558 (!gid_eq(sbi->s_resgid, GLOBAL_ROOT_GID) && in_group_p(sbi->s_resgid)) || in ext4_has_free_clusters()
|
/linux-4.1.27/fs/befs/ |
D | linuxvfs.c | 682 opts->gid = GLOBAL_ROOT_GID; in parse_options()
|
/linux-4.1.27/fs/ |
D | libfs.c | 1177 inode->i_gid = GLOBAL_ROOT_GID; in make_empty_dir_inode()
|
/linux-4.1.27/fs/ext2/ |
D | balloc.c | 1189 (gid_eq(sbi->s_resgid, GLOBAL_ROOT_GID) || in ext2_has_free_blocks()
|
/linux-4.1.27/fs/isofs/ |
D | inode.c | 356 popt->gid = GLOBAL_ROOT_GID; in parse_options()
|
/linux-4.1.27/fs/ext3/ |
D | balloc.c | 1443 (gid_eq(sbi->s_resgid, GLOBAL_ROOT_GID) || in ext3_has_free_blocks()
|
/linux-4.1.27/fs/fat/ |
D | inode.c | 843 if (!gid_eq(opts->fs_gid, GLOBAL_ROOT_GID)) in fat_show_options()
|
/linux-4.1.27/fs/ntfs/ |
D | super.c | 1054 tmp_ino->i_gid = GLOBAL_ROOT_GID; in load_and_init_mft_mirror()
|
D | inode.c | 2129 vi->i_gid = GLOBAL_ROOT_GID; in ntfs_read_inode_mount()
|
/linux-4.1.27/mm/ |
D | shmem.c | 2900 if (!gid_eq(sbinfo->gid, GLOBAL_ROOT_GID)) in shmem_show_options()
|
/linux-4.1.27/drivers/usb/gadget/function/ |
D | f_fs.c | 1283 .gid = GLOBAL_ROOT_GID, in ffs_fs_mount()
|