Home
last modified time | relevance | path

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

/linux-6.15/fs/exfat/
H A Dsuper.c135 if (!gid_eq(opts->fs_gid, GLOBAL_ROOT_GID)) in exfat_show_options()
137 from_kgid_munged(&init_user_ns, opts->fs_gid)); in exfat_show_options()
298 opts->fs_gid = result.gid; in exfat_parse_param()
394 inode->i_gid = sbi->options.fs_gid; in exfat_read_root()
782 sbi->options.fs_gid = current_gid(); in exfat_init_fs_context()
H A Dexfat_fs.h227 kgid_t fs_gid; member
H A Dinode.c640 inode->i_gid = sbi->options.fs_gid; in exfat_fill_inode()
H A Dfile.c319 sbi->options.fs_gid))) || in exfat_setattr()
/linux-6.15/fs/fat/
H A 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()
H A Dfat.h31 kgid_t fs_gid; member
H A Dfile.c525 sbi->options.fs_gid))) || in fat_setattr()
/linux-6.15/fs/ntfs3/
H A Dsuper.c330 opts->fs_gid = result.gid; in ntfs_fs_parse_param()
729 seq_printf(m, ",gid=%u", from_kgid_munged(user_ns, opts->fs_gid)); in ntfs_show_options()
1766 opts->fs_gid = current_gid(); in __ntfs_init_fs_context()
H A Dntfs_fs.h95 kgid_t fs_gid; member
H A Dinode.c52 inode->i_gid = sbi->options->fs_gid; in ntfs_read_mft()