Home
last modified time | relevance | path

Searched refs:s_resgid (Results 1 – 8 of 8) sorted by relevance

/openbmc/linux/fs/ext2/
H A Dsuper.c259 if (!gid_eq(sbi->s_resgid, make_kgid(&init_user_ns, EXT2_DEF_RESGID)) || in ext2_show_options()
262 from_kgid_munged(&init_user_ns, sbi->s_resgid)); in ext2_show_options()
517 opts->s_resgid = gid; in parse_options()
906 opts.s_resgid = make_kgid(&init_user_ns, le16_to_cpu(es->s_def_resgid)); in ext2_fill_super()
915 sbi->s_resgid = opts.s_resgid; in ext2_fill_super()
1339 new_opts.s_resgid = sbi->s_resgid; in ext2_remount()
1402 sbi->s_resgid = new_opts.s_resgid; in ext2_remount()
H A Dext2.h88 kgid_t s_resgid; member
625 kgid_t s_resgid; member
H A Dballoc.c1166 (gid_eq(sbi->s_resgid, GLOBAL_ROOT_GID) || in ext2_has_free_blocks()
1167 !in_group_p (sbi->s_resgid))) { in ext2_has_free_blocks()
/openbmc/linux/fs/ext4/
H A Dballoc.c643 (!gid_eq(sbi->s_resgid, GLOBAL_ROOT_GID) && in_group_p(sbi->s_resgid)) || in ext4_has_free_clusters()
H A Dsuper.c1993 kgid_t s_resgid; member
2303 ctx->s_resgid = gid; in ext4_parse_param()
2866 APPLY(s_resgid); in ext4_apply_options()
3001 if (nodefs || !gid_eq(sbi->s_resgid, make_kgid(&init_user_ns, EXT4_DEF_RESGID)) || in _ext4_show_options()
3004 from_kgid_munged(&init_user_ns, sbi->s_resgid)); in _ext4_show_options()
5242 sbi->s_resgid = make_kgid(&init_user_ns, le16_to_cpu(es->s_def_resgid)); in __ext4_fill_super()
6426 kgid_t s_resgid; member
6457 old_opts.s_resgid = sbi->s_resgid; in __ext4_remount()
6718 sbi->s_resgid = old_opts.s_resgid; in __ext4_remount()
H A Dext4.h1506 kgid_t s_resgid; member
/openbmc/linux/fs/f2fs/
H A Dsuper.c335 !gid_eq(F2FS_OPTION(sbi).s_resgid, in limit_reserve_root()
341 F2FS_OPTION(sbi).s_resgid)); in limit_reserve_root()
857 F2FS_OPTION(sbi).s_resgid = gid; in parse_options()
2032 F2FS_OPTION(sbi).s_resgid)); in f2fs_show_options()
2128 F2FS_OPTION(sbi).s_resgid = make_kgid(&init_user_ns, F2FS_DEF_RESGID); in default_options()
H A Df2fs.h152 kgid_t s_resgid; /* reserved blocks for gid */ member
2271 if (!gid_eq(F2FS_OPTION(sbi).s_resgid, GLOBAL_ROOT_GID) && in __allow_reserved_blocks()
2272 in_group_p(F2FS_OPTION(sbi).s_resgid)) in __allow_reserved_blocks()