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

/linux-master/fs/exfat/
H A Dsuper.c141 if (!gid_eq(opts->fs_gid, GLOBAL_ROOT_GID))
143 from_kgid_munged(&init_user_ns, opts->fs_gid));
268 opts->fs_gid = make_kgid(current_user_ns(), result.uint_32);
364 inode->i_gid = sbi->options.fs_gid;
755 sbi->options.fs_gid = current_gid();
H A Dfile.c328 !gid_eq(attr->ia_gid, sbi->options.fs_gid)) ||
H A Dexfat_fs.h223 kgid_t fs_gid; member in struct:exfat_mount_options
H A Dinode.c650 inode->i_gid = sbi->options.fs_gid;
/linux-master/fs/fat/
H A Dinode.c520 inode->i_gid = sbi->options.fs_gid;
956 if (!gid_eq(opts->fs_gid, GLOBAL_ROOT_GID))
958 from_kgid_munged(&init_user_ns, opts->fs_gid));
1145 opts->fs_gid = current_gid();
1228 opts->fs_gid = make_kgid(current_user_ns(), option);
1229 if (!gid_valid(opts->fs_gid))
1397 inode->i_gid = sbi->options.fs_gid;
H A Dfat.h29 kgid_t fs_gid; member in struct:fat_mount_options
H A Dfile.c525 sbi->options.fs_gid))) ||
/linux-master/fs/ntfs3/
H A Dsuper.c327 opts->fs_gid = make_kgid(current_user_ns(), result.uint_32);
328 if (!gid_valid(opts->fs_gid))
687 seq_printf(m, ",gid=%u", from_kgid_munged(user_ns, opts->fs_gid));
1752 opts->fs_gid = current_gid();
H A Dntfs_fs.h95 kgid_t fs_gid; member in struct:ntfs_mount_options
H A Dinode.c52 inode->i_gid = sbi->options->fs_gid;

Completed in 298 milliseconds