Home
last modified time | relevance | path

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

/linux-4.4.14/fs/fat/
Dinode.c460 inode->i_gid = sbi->options.fs_gid; in fat_fill_inode()
844 if (!gid_eq(opts->fs_gid, GLOBAL_ROOT_GID)) in fat_show_options()
846 from_kgid_munged(&init_user_ns, opts->fs_gid)); in fat_show_options()
1033 opts->fs_gid = current_gid(); in parse_options()
1114 opts->fs_gid = make_kgid(current_user_ns(), option); in parse_options()
1115 if (!gid_valid(opts->fs_gid)) in parse_options()
1279 inode->i_gid = sbi->options.fs_gid; in fat_read_root()
Dfile.c420 (!gid_eq(attr->ia_gid, sbi->options.fs_gid))) || in fat_setattr()
Dfat.h28 kgid_t fs_gid; member