Home
last modified time | relevance | path

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

/Linux-v6.1/fs/exfat/
Dsuper.c153 if (!gid_eq(opts->fs_gid, GLOBAL_ROOT_GID)) in exfat_show_options()
155 from_kgid_munged(&init_user_ns, opts->fs_gid)); in exfat_show_options()
276 opts->fs_gid = make_kgid(current_user_ns(), result.uint_32); in exfat_parse_param()
369 inode->i_gid = sbi->options.fs_gid; in exfat_read_root()
765 sbi->options.fs_gid = current_gid(); in exfat_init_fs_context()
Dfile.c279 !gid_eq(attr->ia_gid, sbi->options.fs_gid)) || in exfat_setattr()
Dexfat_fs.h196 kgid_t fs_gid; member
Dinode.c553 inode->i_gid = sbi->options.fs_gid; in exfat_fill_inode()
/Linux-v6.1/fs/fat/
Dinode.c524 inode->i_gid = sbi->options.fs_gid; in fat_fill_inode()
953 if (!gid_eq(opts->fs_gid, GLOBAL_ROOT_GID)) in fat_show_options()
955 from_kgid_munged(&init_user_ns, opts->fs_gid)); in fat_show_options()
1142 opts->fs_gid = current_gid(); in parse_options()
1225 opts->fs_gid = make_kgid(current_user_ns(), option); in parse_options()
1226 if (!gid_valid(opts->fs_gid)) in parse_options()
1394 inode->i_gid = sbi->options.fs_gid; in fat_read_root()
Dfat.h29 kgid_t fs_gid; member
Dfile.c525 sbi->options.fs_gid))) || in fat_setattr()
/Linux-v6.1/fs/ntfs3/
Dsuper.c294 opts->fs_gid = make_kgid(current_user_ns(), result.uint_32); in ntfs_fs_parse_param()
295 if (!gid_valid(opts->fs_gid)) in ntfs_fs_parse_param()
520 from_kgid_munged(user_ns, opts->fs_gid)); in ntfs_show_options()
1403 opts->fs_gid = current_gid(); in ntfs_init_fs_context()
Dntfs_fs.h89 kgid_t fs_gid; member
Dinode.c51 inode->i_gid = sbi->options->fs_gid; in ntfs_read_mft()