| /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()
|
| H A D | event_inode.c | 297 update_gid, ti->vfs_inode.i_gid, 0); in eventfs_remount() 314 inode->i_gid = attr->gid; in update_inode_attr() 316 inode->i_gid = rei->ei.attr.gid; in update_inode_attr() 770 gid = d_inode(dentry->d_parent)->i_gid; in eventfs_create_events_dir() 788 inode->i_gid = gid; in eventfs_create_events_dir()
|
| /linux/fs/ |
| H A D | stack.c | 67 dest->i_gid = src->i_gid; in fsstack_copy_attr_all()
|
| /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/configfs/ |
| H A D | inode.c | 80 if (!in_group_p(inode->i_gid) && !capable(CAP_FSETID)) in configfs_setattr() 98 inode->i_gid = iattr->ia_gid; in set_inode_attr()
|
| /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/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/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/smb/client/ |
| H A D | dir.c | 405 args.gid = dir->i_gid; 444 newinode->i_gid = dir->i_gid; 446 newinode->i_gid = current_fsgid();
|
| /linux/fs/efivarfs/ |
| H A D | inode.c | 29 inode->i_gid = opts->gid; in efivarfs_get_inode()
|
| /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/scrub/ |
| H A D | orphanage.c | 87 if (!gid_eq(inode->i_gid, GLOBAL_ROOT_GID)) { in xrep_chown_orphanage() 90 inode->i_gid = GLOBAL_ROOT_GID; in xrep_chown_orphanage()
|
| /linux/fs/erofs/ |
| H A D | inode.c | 106 i_gid_write(inode, le32_to_cpu(die->i_gid)); in erofs_read_inode() 121 i_gid_write(inode, le16_to_cpu(dic->i_gid)); in erofs_read_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/kernel/bpf/ |
| H A D | inode.c | 728 if (!gid_eq(inode->i_gid, GLOBAL_ROOT_GID)) in bpf_show_options() 730 from_kgid_munged(&init_user_ns, inode->i_gid)); in bpf_show_options() 1016 inode->i_gid = opts->gid; in bpf_fill_super()
|
| /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/fs/xfs/libxfs/ |
| H A D | xfs_metafile.c | 55 VFS_I(ip)->i_gid = GLOBAL_ROOT_GID; in xfs_metafile_set_iflag()
|
| /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/xfs/ |
| H A D | xfs_icache.c | 338 kgid_t gid = inode->i_gid; in xfs_reinit_inode() 349 inode->i_gid = gid; in xfs_reinit_inode() 1146 !gid_eq(VFS_I(ip)->i_gid, icw->icw_gid)) in xfs_icwalk_match_id() 1170 gid_eq(VFS_I(ip)->i_gid, icw->icw_gid)) in xfs_icwalk_match_id_union()
|