Home
last modified time | relevance | path

Searched refs:fs_gid (Results 1 – 10 of 10) sorted by relevance

/linux-6.12.1/fs/exfat/
Dsuper.c144 if (!gid_eq(opts->fs_gid, GLOBAL_ROOT_GID)) in exfat_show_options()
146 from_kgid_munged(&init_user_ns, opts->fs_gid)); in exfat_show_options()
307 opts->fs_gid = result.gid; in exfat_parse_param()
403 inode->i_gid = sbi->options.fs_gid; in exfat_read_root()
792 sbi->options.fs_gid = current_gid(); in exfat_init_fs_context()
Dexfat_fs.h227 kgid_t fs_gid; member
Dfile.c319 sbi->options.fs_gid))) || in exfat_setattr()
Dinode.c616 inode->i_gid = sbi->options.fs_gid; in exfat_fill_inode()
/linux-6.12.1/fs/fat/
Dinode.c518 inode->i_gid = sbi->options.fs_gid; in fat_fill_inode()
954 if (!gid_eq(opts->fs_gid, GLOBAL_ROOT_GID)) in fat_show_options()
956 from_kgid_munged(&init_user_ns, opts->fs_gid)); in fat_show_options()
1212 opts->fs_gid = result.gid; in fat_parse_param()
1322 inode->i_gid = sbi->options.fs_gid; in fat_read_root()
1907 opts->fs_gid = current_gid(); in fat_init_fs_context()
Dfat.h31 kgid_t fs_gid; member
Dfile.c525 sbi->options.fs_gid))) || in fat_setattr()
/linux-6.12.1/fs/ntfs3/
Dsuper.c330 opts->fs_gid = result.gid; in ntfs_fs_parse_param()
688 seq_printf(m, ",gid=%u", from_kgid_munged(user_ns, opts->fs_gid)); in ntfs_show_options()
1738 opts->fs_gid = current_gid(); in __ntfs_init_fs_context()
Dntfs_fs.h95 kgid_t fs_gid; member
Dinode.c52 inode->i_gid = sbi->options->fs_gid; in ntfs_read_mft()