Searched refs:fs_gid (Results 1 – 10 of 10) sorted by relevance
/Linux-v5.15/fs/exfat/ |
D | super.c | 158 if (!gid_eq(opts->fs_gid, GLOBAL_ROOT_GID)) in exfat_show_options() 160 from_kgid_munged(&init_user_ns, opts->fs_gid)); in exfat_show_options() 273 opts->fs_gid = make_kgid(current_user_ns(), result.uint_32); in exfat_parse_param() 360 inode->i_gid = sbi->options.fs_gid; in exfat_read_root() 760 sbi->options.fs_gid = current_gid(); in exfat_init_fs_context()
|
D | file.c | 319 !gid_eq(attr->ia_gid, sbi->options.fs_gid)) || in exfat_setattr()
|
D | exfat_fs.h | 197 kgid_t fs_gid; member
|
D | inode.c | 574 inode->i_gid = sbi->options.fs_gid; in exfat_fill_inode()
|
/Linux-v5.15/fs/fat/ |
D | inode.c | 523 inode->i_gid = sbi->options.fs_gid; in fat_fill_inode() 949 if (!gid_eq(opts->fs_gid, GLOBAL_ROOT_GID)) in fat_show_options() 951 from_kgid_munged(&init_user_ns, opts->fs_gid)); in fat_show_options() 1138 opts->fs_gid = current_gid(); in parse_options() 1221 opts->fs_gid = make_kgid(current_user_ns(), option); in parse_options() 1222 if (!gid_valid(opts->fs_gid)) in parse_options() 1390 inode->i_gid = sbi->options.fs_gid; in fat_read_root()
|
D | fat.h | 29 kgid_t fs_gid; member
|
D | file.c | 513 (!gid_eq(attr->ia_gid, sbi->options.fs_gid))) || in fat_setattr()
|
/Linux-v5.15/fs/ntfs3/ |
D | super.c | 293 opts->fs_gid = make_kgid(current_user_ns(), result.uint_32); in ntfs_fs_parse_param() 294 if (!gid_valid(opts->fs_gid)) in ntfs_fs_parse_param() 519 from_kgid_munged(user_ns, opts->fs_gid)); in ntfs_show_options() 1393 opts->fs_gid = current_gid(); in ntfs_init_fs_context()
|
D | ntfs_fs.h | 90 kgid_t fs_gid; member
|
D | inode.c | 51 inode->i_gid = sbi->options->fs_gid; in ntfs_read_mft()
|