Home
last modified time | relevance | path

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

/linux-4.1.27/fs/fat/
Dinode.c459 inode->i_gid = sbi->options.fs_gid; in fat_fill_inode()
843 if (!gid_eq(opts->fs_gid, GLOBAL_ROOT_GID)) in fat_show_options()
845 from_kgid_munged(&init_user_ns, opts->fs_gid)); in fat_show_options()
1032 opts->fs_gid = current_gid(); in parse_options()
1113 opts->fs_gid = make_kgid(current_user_ns(), option); in parse_options()
1114 if (!gid_valid(opts->fs_gid)) in parse_options()
1278 inode->i_gid = sbi->options.fs_gid; in fat_read_root()
Dfile.c419 (!gid_eq(attr->ia_gid, sbi->options.fs_gid))) || in fat_setattr()
Dfat.h28 kgid_t fs_gid; member