Home
last modified time | relevance | path

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

/Linux-v5.4/fs/fat/
Dinode.c522 inode->i_gid = sbi->options.fs_gid; in fat_fill_inode()
942 if (!gid_eq(opts->fs_gid, GLOBAL_ROOT_GID)) in fat_show_options()
944 from_kgid_munged(&init_user_ns, opts->fs_gid)); in fat_show_options()
1131 opts->fs_gid = current_gid(); in parse_options()
1214 opts->fs_gid = make_kgid(current_user_ns(), option); in parse_options()
1215 if (!gid_valid(opts->fs_gid)) in parse_options()
1393 inode->i_gid = sbi->options.fs_gid; in fat_read_root()
Dfat.h29 kgid_t fs_gid; member
Dfile.c522 (!gid_eq(attr->ia_gid, sbi->options.fs_gid))) || in fat_setattr()
/Linux-v5.4/drivers/staging/exfat/
Dexfat_super.c2964 (!gid_eq(attr->ia_gid, sbi->options.fs_gid))) || in exfat_setattr()
3315 inode->i_gid = sbi->options.fs_gid; in exfat_fill_inode()
3543 if (__kgid_val(opts->fs_gid)) in exfat_show_options()
3544 seq_printf(m, ",gid=%u", __kgid_val(opts->fs_gid)); in exfat_show_options()
3676 opts->fs_gid = current_gid(); in parse_options()
3707 opts->fs_gid = KGIDT_INIT(option); in parse_options()
3807 inode->i_gid = sbi->options.fs_gid; in exfat_read_root()
Dexfat.h667 kgid_t fs_gid; member