Lines Matching refs:s_groups_count
2696 sbi->s_groups_count,
2766 err = ext4_alloc_flex_bg_array(sb, sbi->s_groups_count);
2770 for (i = 0; i < sbi->s_groups_count; i++) {
2861 ext4_group_t i, grp = sbi->s_groups_count;
2868 for (i = 0; i < sbi->s_groups_count; i++) {
2871 if (i == sbi->s_groups_count - 1 || flexbg_flag)
2877 if ((grp == sbi->s_groups_count) &&
3417 ext4_group_t ngroups = EXT4_SB(sb)->s_groups_count;
3653 ext4_group_t group, ngroups = EXT4_SB(sb)->s_groups_count;
3722 ext4_group_t ngroups = sbi->s_groups_count;
4645 sbi->s_groups_count = blocks_count;
4646 sbi->s_blockfile_groups = min_t(ext4_group_t, sbi->s_groups_count,
4648 if (((u64)sbi->s_groups_count * sbi->s_inodes_per_group) !=
4652 ((u64)sbi->s_groups_count * sbi->s_inodes_per_group));
4656 db_count = (sbi->s_groups_count + EXT4_DESC_PER_BLOCK(sb) - 1) /
5996 for (g = 0; g < sbi->s_groups_count; g++) {