Searched refs:s_resgid (Results 1 – 8 of 8) sorted by relevance
/openbmc/linux/fs/ext2/ |
H A D | super.c | 259 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 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()
|
/openbmc/linux/fs/ext4/ |
H A D | balloc.c | 643 (!gid_eq(sbi->s_resgid, GLOBAL_ROOT_GID) && in_group_p(sbi->s_resgid)) || in ext4_has_free_clusters()
|
H A D | super.c | 1994 kgid_t s_resgid; member 2304 ctx->s_resgid = 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() 5255 sbi->s_resgid = make_kgid(&init_user_ns, le16_to_cpu(es->s_def_resgid)); in __ext4_fill_super() 6433 kgid_t s_resgid; member 6464 old_opts.s_resgid = sbi->s_resgid; in __ext4_remount() 6734 sbi->s_resgid = old_opts.s_resgid; in __ext4_remount()
|
H A D | ext4.h | 1506 kgid_t s_resgid; member
|
/openbmc/linux/fs/f2fs/ |
H A D | super.c | 335 !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 D | f2fs.h | 152 kgid_t s_resgid; /* reserved blocks for gid */ member 2275 if (!gid_eq(F2FS_OPTION(sbi).s_resgid, GLOBAL_ROOT_GID) && in __allow_reserved_blocks() 2276 in_group_p(F2FS_OPTION(sbi).s_resgid)) in __allow_reserved_blocks()
|