Lines Matching refs:ext4_get_groups_count
883 ngroups = ext4_get_groups_count(sb); in ext4_mb_init_cache()
2228 ext4_group_t ngroups = ext4_get_groups_count(sb); in ext4_mb_prefetch()
2285 group = ext4_get_groups_count(sb); in ext4_mb_prefetch_fini()
2313 ngroups = ext4_get_groups_count(sb); in ext4_mb_regular_allocator()
2497 if (*pos < 0 || *pos >= ext4_get_groups_count(sb)) in ext4_mb_seq_groups_start()
2509 if (*pos < 0 || *pos >= ext4_get_groups_count(sb)) in ext4_mb_seq_groups_next()
2701 ext4_group_t ngroups = ext4_get_groups_count(sb); in ext4_mb_init_backend()
2750 if (sbi->s_mb_prefetch > ext4_get_groups_count(sb)) in ext4_mb_init_backend()
2751 sbi->s_mb_prefetch = ext4_get_groups_count(sb); in ext4_mb_init_backend()
2760 if (sbi->s_mb_prefetch_limit > ext4_get_groups_count(sb)) in ext4_mb_init_backend()
2761 sbi->s_mb_prefetch_limit = ext4_get_groups_count(sb); in ext4_mb_init_backend()
2964 ext4_group_t ngroups = ext4_get_groups_count(sb); in ext4_mb_release()
4512 ngroups = ext4_get_groups_count(sb); in ext4_mb_show_pa()
4896 ext4_group_t i, ngroups = ext4_get_groups_count(sb); in ext4_mb_discard_preallocations()
5225 for (; group < ext4_get_groups_count(sb); group++) { in ext4_mb_new_blocks_simple()
5252 if (group >= ext4_get_groups_count(sb) || i >= max) { in ext4_mb_new_blocks_simple()