Home
last modified time | relevance | path

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

/linux-6.15/fs/ext2/
H A Dsuper.c285 if (!gid_eq(sbi->s_resgid, make_kgid(&init_user_ns, EXT2_DEF_RESGID)) || in ext2_show_options()
288 from_kgid_munged(&init_user_ns, sbi->s_resgid)); in ext2_show_options()
482 kgid_t s_resgid; member
547 ctx->s_resgid = result.gid; in ext2_parse_param()
870 sbi->s_resgid = ctx->s_resgid; in ext2_set_options()
872 sbi->s_resgid = make_kgid(&init_user_ns, in ext2_set_options()
1378 new_opts.s_resgid = ctx->s_resgid; in ext2_reconfigure()
1437 sbi->s_resgid = new_opts.s_resgid; in ext2_reconfigure()
1684 ctx->s_resgid = sbi->s_resgid; in ext2_init_fs_context()
H A Dext2.h88 kgid_t s_resgid; member
626 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()
/linux-6.15/fs/ext4/
H A Dballoc.c651 (!gid_eq(sbi->s_resgid, GLOBAL_ROOT_GID) && in_group_p(sbi->s_resgid)) || in ext4_has_free_clusters()
H A Dsuper.c1976 kgid_t s_resgid; member
2271 ctx->s_resgid = result.gid; in ext4_parse_param()
2831 APPLY(s_resgid); in ext4_apply_options()
2966 if (nodefs || !gid_eq(sbi->s_resgid, make_kgid(&init_user_ns, EXT4_DEF_RESGID)) || in _ext4_show_options()
2969 from_kgid_munged(&init_user_ns, sbi->s_resgid)); in _ext4_show_options()
5278 sbi->s_resgid = make_kgid(&init_user_ns, le16_to_cpu(es->s_def_resgid)); in __ext4_fill_super()
6443 kgid_t s_resgid; member
6474 old_opts.s_resgid = sbi->s_resgid; in __ext4_remount()
6756 sbi->s_resgid = old_opts.s_resgid; in __ext4_remount()
H A Dext4.h1525 kgid_t s_resgid; member
/linux-6.15/fs/f2fs/
H A Dsuper.c354 !gid_eq(F2FS_OPTION(sbi).s_resgid, in limit_reserve_root()
360 F2FS_OPTION(sbi).s_resgid)); in limit_reserve_root()
874 F2FS_OPTION(sbi).s_resgid = gid; in parse_options()
2081 F2FS_OPTION(sbi).s_resgid)); in f2fs_show_options()
2180 F2FS_OPTION(sbi).s_resgid = make_kgid(&init_user_ns, F2FS_DEF_RESGID); in default_options()
H A Df2fs.h167 kgid_t s_resgid; /* reserved blocks for gid */ member
2349 if (!gid_eq(F2FS_OPTION(sbi).s_resgid, GLOBAL_ROOT_GID) && in __allow_reserved_blocks()
2350 in_group_p(F2FS_OPTION(sbi).s_resgid)) in __allow_reserved_blocks()