Searched refs:s_resgid (Results 1 – 8 of 8) sorted by relevance
| /linux/fs/ext2/ |
| H A D | super.c | 286 if (!gid_eq(sbi->s_resgid, make_kgid(&init_user_ns, EXT2_DEF_RESGID)) || in ext2_show_options() 289 from_kgid_munged(&init_user_ns, sbi->s_resgid)); in ext2_show_options() 483 kgid_t s_resgid; member 548 ctx->s_resgid = result.gid; in ext2_parse_param() 872 sbi->s_resgid = ctx->s_resgid; in ext2_set_options() 874 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 D | ext2.h | 88 kgid_t s_resgid; member 625 kgid_t s_resgid; member
|
| H A D | balloc.c | 1166 (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/fs/ext4/ |
| H A D | balloc.c | 651 (!gid_eq(sbi->s_resgid, GLOBAL_ROOT_GID) && in_group_p(sbi->s_resgid)) || in ext4_has_free_clusters()
|
| H A D | super.c | 2015 kgid_t s_resgid; member 2313 ctx->s_resgid = result.gid; in ext4_parse_param() 2867 APPLY(s_resgid); in ext4_apply_options() 3002 if (nodefs || !gid_eq(sbi->s_resgid, make_kgid(&init_user_ns, EXT4_DEF_RESGID)) || in _ext4_show_options() 3005 from_kgid_munged(&init_user_ns, sbi->s_resgid)); in _ext4_show_options() 5362 sbi->s_resgid = make_kgid(&init_user_ns, ext4_get_resuid(es)); in __ext4_fill_super() 6536 kgid_t s_resgid; member 6567 old_opts.s_resgid = sbi->s_resgid; in __ext4_remount() 6849 sbi->s_resgid = old_opts.s_resgid; in __ext4_remount()
|
| H A D | ext4.h | 1553 kgid_t s_resgid; member
|
| /linux/fs/f2fs/ |
| H A D | super.c | 524 !gid_eq(F2FS_OPTION(sbi).s_resgid, in limit_reserve_root() 531 F2FS_OPTION(sbi).s_resgid)); in limit_reserve_root() 929 F2FS_CTX_INFO(ctx).s_resgid = result.gid; in f2fs_parse_param() 1730 F2FS_OPTION(sbi).s_resgid = F2FS_CTX_INFO(ctx).s_resgid; in f2fs_apply_options() 2460 F2FS_OPTION(sbi).s_resgid)); in f2fs_show_options() 2566 F2FS_OPTION(sbi).s_resgid = make_kgid(&init_user_ns, F2FS_DEF_RESGID); in default_options()
|
| H A D | f2fs.h | 221 kgid_t s_resgid; /* reserved blocks for gid */ member 2524 if (!gid_eq(F2FS_OPTION(sbi).s_resgid, GLOBAL_ROOT_GID) && in __allow_reserved_root() 2525 in_group_p(F2FS_OPTION(sbi).s_resgid)) in __allow_reserved_root()
|