Lines Matching refs:s_groups_count
2219 sbi->s_groups_count, in ext4_setup_super()
2273 err = ext4_alloc_flex_bg_array(sb, sbi->s_groups_count); in ext4_fill_flex_info()
2277 for (i = 0; i < sbi->s_groups_count; i++) { in ext4_fill_flex_info()
2371 ext4_group_t i, grp = sbi->s_groups_count; in ext4_check_descriptors()
2378 for (i = 0; i < sbi->s_groups_count; i++) { in ext4_check_descriptors()
2381 if (i == sbi->s_groups_count - 1 || flexbg_flag) in ext4_check_descriptors()
2387 if ((grp == sbi->s_groups_count) && in ext4_check_descriptors()
2941 ngroups = EXT4_SB(sb)->s_groups_count; in ext4_run_li_request()
3156 ext4_group_t group, ngroups = EXT4_SB(sb)->s_groups_count; in ext4_has_uninit_itable()
3221 ext4_group_t ngroups = sbi->s_groups_count; in ext4_register_li_request()
4050 "blocks per group %lu)", sbi->s_groups_count, in ext4_fill_super()
4056 sbi->s_groups_count = blocks_count; in ext4_fill_super()
4057 sbi->s_blockfile_groups = min_t(ext4_group_t, sbi->s_groups_count, in ext4_fill_super()
4059 db_count = (sbi->s_groups_count + EXT4_DESC_PER_BLOCK(sb) - 1) / in ext4_fill_super()
4078 if (((u64)sbi->s_groups_count * sbi->s_inodes_per_group) != in ext4_fill_super()
4082 ((u64)sbi->s_groups_count * sbi->s_inodes_per_group)); in ext4_fill_super()
5251 for (g = 0; g < sbi->s_groups_count; g++) { in ext4_remount()