| /linux-6.15/fs/tracefs/ |
| H A D | inode.c | 184 gid = root_inode->i_gid; in set_tracefs_inode_owner() 201 gid = root_inode->i_gid; in set_tracefs_inode_owner() 212 inode->i_gid = gid; in set_tracefs_inode_owner() 356 inode->i_gid = fsi->gid; in tracefs_apply_options() 372 ti->vfs_inode.i_gid = fsi->gid; in tracefs_apply_options() 663 inode->i_gid = d_inode(dentry->d_parent)->i_gid; in tracefs_create_file() 688 inode->i_gid = d_inode(dentry->d_parent)->i_gid; in __create_dir()
|
| H A D | event_inode.c | 301 update_gid, ti->vfs_inode.i_gid, 0); in eventfs_remount() 318 inode->i_gid = attr->gid; in update_inode_attr() 320 inode->i_gid = rei->ei.attr.gid; in update_inode_attr() 792 gid = d_inode(dentry->d_parent)->i_gid; in eventfs_create_events_dir() 810 inode->i_gid = gid; in eventfs_create_events_dir()
|
| /linux-6.15/fs/ |
| H A D | stack.c | 67 dest->i_gid = src->i_gid; in fsstack_copy_attr_all()
|
| /linux-6.15/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-6.15/fs/autofs/ |
| H A D | inode.c | 75 if (!gid_eq(root_inode->i_gid, GLOBAL_ROOT_GID)) in autofs_show_options() 77 from_kgid_munged(&init_user_ns, root_inode->i_gid)); in autofs_show_options() 329 root_inode->i_gid = ctx->gid; in autofs_fill_super() 439 inode->i_gid = d_inode(sb->s_root)->i_gid; in autofs_get_inode()
|
| /linux-6.15/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-6.15/fs/hpfs/ |
| H A D | namei.c | 105 !gid_eq(result->i_gid, current_fsgid()) || in hpfs_mkdir() 108 result->i_gid = current_fsgid(); in hpfs_mkdir() 193 !gid_eq(result->i_gid, current_fsgid()) || in hpfs_create() 196 result->i_gid = current_fsgid(); in hpfs_create() 252 result->i_gid = current_fsgid(); in hpfs_mknod() 327 result->i_gid = current_fsgid(); in hpfs_symlink()
|
| /linux-6.15/fs/afs/ |
| H A D | dynroot.c | 75 inode->i_gid = GLOBAL_ROOT_GID; in afs_iget_pseudo_dir() 269 inode->i_gid = GLOBAL_ROOT_GID; in afs_lookup_atcell() 395 inode->i_gid = GLOBAL_ROOT_GID; in afs_dynroot_iget_root()
|
| /linux-6.15/fs/erofs/ |
| H A D | erofs_fs.h | 165 __le16 i_gid; member 180 __le32 i_gid; member
|
| H A D | inode.c | 96 i_gid_write(inode, le32_to_cpu(die->i_gid)); in erofs_read_inode() 111 i_gid_write(inode, le16_to_cpu(dic->i_gid)); in erofs_read_inode()
|
| /linux-6.15/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()
|
| /linux-6.15/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-6.15/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-6.15/fs/affs/ |
| H A D | inode.c | 86 inode->i_gid = sbi->s_gid; in affs_iget() 95 inode->i_gid = sbi->s_gid; in affs_iget() 311 inode->i_gid = current_fsgid(); in affs_new_inode()
|
| /linux-6.15/fs/nfs_common/ |
| H A D | nfsacl.c | 106 .gid = inode->i_gid, in nfsacl_encode() 169 .gid = inode->i_gid, in nfs_stream_encode_acl()
|
| /linux-6.15/arch/powerpc/platforms/cell/spufs/ |
| H A D | inode.c | 88 inode->i_gid = current_fsgid(); in spufs_new_inode() 642 if (!gid_eq(inode->i_gid, GLOBAL_ROOT_GID)) in spufs_show_options() 644 from_kgid_munged(&init_user_ns, inode->i_gid)); in spufs_show_options() 734 inode->i_gid = ctx->gid; in spufs_create_root()
|
| /linux-6.15/fs/minix/ |
| H A D | inode.c | 522 i_gid_write(inode, raw_inode->i_gid); in V1_minix_iget() 560 i_gid_write(inode, raw_inode->i_gid); in V2_minix_iget() 609 raw_inode->i_gid = fs_high2lowgid(i_gid_read(inode)); in V1_minix_update_inode() 636 raw_inode->i_gid = fs_high2lowgid(i_gid_read(inode)); in V2_minix_update_inode()
|
| /linux-6.15/fs/smb/client/ |
| H A D | dir.c | 355 args.gid = inode->i_gid; 394 newinode->i_gid = inode->i_gid; 396 newinode->i_gid = current_fsgid();
|
| /linux-6.15/fs/xfs/libxfs/ |
| H A D | xfs_inode_util.c | 290 inode->i_gid = GLOBAL_ROOT_GID; in xfs_inode_init() 297 inode->i_gid = dir->i_gid; in xfs_inode_init()
|
| /linux-6.15/fs/jfs/ |
| H A D | jfs_inode.c | 73 jfs_inode->saved_gid = inode->i_gid; in ialloc()
|
| /linux-6.15/fs/f2fs/ |
| H A D | recovery.c | 246 gid_t i_gid = le32_to_cpu(raw->i_gid); in recover_quota_data() local 252 attr.ia_vfsgid = VFSGIDT_INIT(make_kgid(inode->i_sb->s_user_ns, i_gid)); in recover_quota_data() 294 i_gid_write(inode, le32_to_cpu(raw->i_gid)); in recover_inode()
|
| /linux-6.15/fs/udf/ |
| H A D | ialloc.c | 83 inode->i_gid = sbi->s_gid; in udf_new_inode()
|
| /linux-6.15/fs/nfsd/ |
| H A D | flexfilelayout.c | 58 fl->gid = inode->i_gid; in nfsd4_ff_proc_layoutget()
|