Lines Matching refs:s_groups_count
3030 if (sbi->s_groups_count >= MB_DEFAULT_LINEAR_SCAN_THRESHOLD && in _ext4_show_options()
3033 } else if (sbi->s_groups_count < MB_DEFAULT_LINEAR_SCAN_THRESHOLD && in _ext4_show_options()
3112 sbi->s_groups_count, in ext4_setup_super()
3180 err = ext4_alloc_flex_bg_array(sb, sbi->s_groups_count); in ext4_fill_flex_info()
3184 for (i = 0; i < sbi->s_groups_count; i++) { in ext4_fill_flex_info()
3275 ext4_group_t i, grp = sbi->s_groups_count; in ext4_check_descriptors()
3282 for (i = 0; i < sbi->s_groups_count; i++) { in ext4_check_descriptors()
3285 if (i == sbi->s_groups_count - 1 || flexbg_flag) in ext4_check_descriptors()
3291 if ((grp == sbi->s_groups_count) && in ext4_check_descriptors()
3682 ext4_group_t ngroups = EXT4_SB(sb)->s_groups_count; in ext4_run_li_request()
3920 ext4_group_t group, ngroups = EXT4_SB(sb)->s_groups_count; in ext4_has_uninit_itable()
3988 ext4_group_t ngroups = sbi->s_groups_count; in ext4_register_li_request()
4820 sbi->s_groups_count = blocks_count; in ext4_check_geometry()
4821 sbi->s_blockfile_groups = min_t(ext4_group_t, sbi->s_groups_count, in ext4_check_geometry()
4823 if (((u64)sbi->s_groups_count * sbi->s_inodes_per_group) != in ext4_check_geometry()
4827 ((u64)sbi->s_groups_count * sbi->s_inodes_per_group)); in ext4_check_geometry()
4844 db_count = (sbi->s_groups_count + EXT4_DESC_PER_BLOCK(sb) - 1) / in ext4_group_desc_init()
5545 if (sbi->s_groups_count >= MB_DEFAULT_LINEAR_SCAN_THRESHOLD) in __ext4_fill_super()
6624 for (g = 0; g < sbi->s_groups_count; g++) { in __ext4_remount()