Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/exfat/
H A Dsuper.c158 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()
759 sbi->options.fs_gid = current_gid(); in exfat_init_fs_context()
H A Dfile.c316 !gid_eq(attr->ia_gid, sbi->options.fs_gid)) || in exfat_setattr()
H A Dexfat_fs.h197 kgid_t fs_gid; member
H A Dinode.c572 inode->i_gid = sbi->options.fs_gid; in exfat_fill_inode()
/OK3568_Linux_fs/kernel/fs/fat/
H A Dinode.c522 inode->i_gid = sbi->options.fs_gid; in fat_fill_inode()
948 if (!gid_eq(opts->fs_gid, GLOBAL_ROOT_GID)) in fat_show_options()
950 from_kgid_munged(&init_user_ns, opts->fs_gid)); in fat_show_options()
1137 opts->fs_gid = current_gid(); in parse_options()
1220 opts->fs_gid = make_kgid(current_user_ns(), option); in parse_options()
1221 if (!gid_valid(opts->fs_gid)) in parse_options()
1389 inode->i_gid = sbi->options.fs_gid; in fat_read_root()
H A Dfat.h29 kgid_t fs_gid; member
H A Dfile.c511 (!gid_eq(attr->ia_gid, sbi->options.fs_gid))) || in fat_setattr()