| /linux/fs/ |
| H A D | stack.c | 67 dest->i_gid = src->i_gid; in fsstack_copy_attr_all()
|
| /linux/fs/tracefs/ |
| H A D | inode.c | 161 gid = root_inode->i_gid; in set_tracefs_inode_owner() 178 gid = root_inode->i_gid; in set_tracefs_inode_owner() 189 inode->i_gid = gid; in set_tracefs_inode_owner() 334 inode->i_gid = fsi->gid; in tracefs_apply_options() 351 ti->vfs_inode.i_gid = fsi->gid; in tracefs_apply_options() 643 inode->i_gid = d_inode(dentry->d_parent)->i_gid; in tracefs_create_file() 669 inode->i_gid = d_inode(dentry->d_parent)->i_gid; in __create_dir()
|
| /linux/include/uapi/linux/ |
| H A D | minix_fs.h | 40 __u8 i_gid; member 55 __u16 i_gid; member
|
| H A D | bfs_fs.h | 33 __le32 i_gid; member
|
| /linux/fs/hpfs/ |
| H A D | namei.c | 107 !gid_eq(result->i_gid, current_fsgid()) || in hpfs_mkdir() 110 result->i_gid = current_fsgid(); in hpfs_mkdir() 196 !gid_eq(result->i_gid, current_fsgid()) || in hpfs_create() 199 result->i_gid = current_fsgid(); in hpfs_create() 256 result->i_gid = current_fsgid(); in hpfs_mknod() 333 result->i_gid = current_fsgid(); in hpfs_symlink()
|
| /linux/fs/gfs2/ |
| H A D | quota.h | 55 ret = gfs2_quota_check(ip, ip->i_inode.i_uid, ip->i_inode.i_gid, ap); in gfs2_quota_lock_check()
|
| /linux/fs/squashfs/ |
| H A D | inode.c | 48 gid_t i_gid; in squashfs_new_inode() local 59 err = squashfs_get_id(sb, le16_to_cpu(sqsh_ino->guid), &i_gid); in squashfs_new_inode() 64 i_gid_write(inode, i_gid); in squashfs_new_inode()
|
| /linux/arch/powerpc/platforms/cell/spufs/ |
| H A D | inode.c | 88 inode->i_gid = current_fsgid(); in spufs_new_inode() 586 if (!gid_eq(inode->i_gid, GLOBAL_ROOT_GID)) in spufs_show_options() 588 from_kgid_munged(&init_user_ns, inode->i_gid)); in spufs_show_options() 678 inode->i_gid = ctx->gid; in spufs_create_root()
|
| /linux/fs/jfs/ |
| H A D | jfs_inode.c | 73 jfs_inode->saved_gid = inode->i_gid; in ialloc()
|
| /linux/fs/udf/ |
| H A D | ialloc.c | 83 inode->i_gid = sbi->s_gid; in udf_new_inode()
|
| /linux/fs/nfsd/ |
| H A D | flexfilelayout.c | 58 fl->gid = inode->i_gid; in nfsd4_ff_proc_layoutget()
|
| /linux/fs/efivarfs/ |
| H A D | inode.c | 29 inode->i_gid = opts->gid; in efivarfs_get_inode()
|
| /linux/fs/coda/ |
| H A D | coda_linux.c | 118 inode->i_gid = make_kgid(&init_user_ns, (gid_t) attr->va_gid); in coda_vattr_to_iattr()
|
| /linux/fs/devpts/ |
| H A D | inode.c | 292 inode->i_gid = ptmx_gid; in mknod_ptmx() 516 inode->i_gid = opts->setgid ? opts->gid : current_fsgid(); in devpts_pty_new()
|
| /linux/fs/xfs/libxfs/ |
| H A D | xfs_metafile.c | 55 VFS_I(ip)->i_gid = GLOBAL_ROOT_GID; in xfs_metafile_set_iflag()
|
| /linux/fs/orangefs/ |
| H A D | orangefs-utils.c | 150 attrs->group = from_kgid(&init_user_ns, inode->i_gid); in copy_attributes_from_inode() 358 inode->i_gid = make_kgid(&init_user_ns, new_op-> in orangefs_inode_getattr()
|
| /linux/drivers/android/ |
| H A D | binderfs.c | 162 inode->i_gid = info->root_gid; in binderfs_binder_device_create() 426 inode->i_gid = info->root_gid; in binderfs_binder_ctl_create()
|
| /linux/drivers/android/binder/ |
| H A D | rust_binderfs.c | 168 inode->i_gid = info->root_gid; in binderfs_binder_device_create() 417 inode->i_gid = info->root_gid; in binderfs_binder_ctl_create()
|
| /linux/fs/zonefs/ |
| H A D | super.c | 561 !gid_eq(iattr->ia_gid, inode->i_gid))) { in zonefs_inode_setattr() 580 z->z_gid = inode->i_gid; in zonefs_inode_setattr() 661 inode->i_gid = z->z_gid; in zonefs_get_file_inode()
|
| /linux/security/integrity/evm/ |
| H A D | evm_crypto.c | 177 hmac_misc.gid = from_kgid(&init_user_ns, inode->i_gid); in hmac_add_misc()
|
| /linux/drivers/virt/vboxguest/ |
| H A D | vboxguest_linux.c | 43 if (in_egroup_p(inode->i_gid)) in vbg_misc_device_requestor()
|
| /linux/arch/s390/hypfs/ |
| H A D | inode.c | 87 ret->i_gid = hypfs_info->gid; in hypfs_make_inode()
|
| /linux/fs/afs/ |
| H A D | inode.c | 93 inode->i_gid = make_kgid(&init_user_ns, status->group); in afs_inode_init_from_status() 198 inode->i_gid = make_kgid(&init_user_ns, status->group); in afs_apply_status()
|
| /linux/fs/debugfs/ |
| H A D | inode.c | 167 inode->i_gid = fsi->gid; in _debugfs_apply_options()
|
| /linux/fs/proc/ |
| H A D | inode.c | 649 inode->i_gid = de->gid; in proc_get_inode()
|