Home
last modified time | relevance | path

Searched refs:s_bal_cX_groups_considered (Results 1 – 2 of 2) sorted by relevance

/linux/fs/ext4/
H A Dmballoc.c928 atomic64_inc(&sbi->s_bal_cX_groups_considered[cr]); in ext4_mb_scan_groups_xa_range()
2790 atomic64_inc(&sbi->s_bal_cX_groups_considered[ac->ac_criteria]); in ext4_mb_good_group_nolock()
3233 &sbi->s_bal_cX_groups_considered[CR_POWER2_ALIGNED])); in ext4_seq_mb_stats_show()
3245 &sbi->s_bal_cX_groups_considered[CR_GOAL_LEN_FAST])); in ext4_seq_mb_stats_show()
3258 &sbi->s_bal_cX_groups_considered[CR_BEST_AVAIL_LEN])); in ext4_seq_mb_stats_show()
3270 &sbi->s_bal_cX_groups_considered[CR_GOAL_LEN_SLOW])); in ext4_seq_mb_stats_show()
3282 atomic64_read(&sbi->s_bal_cX_groups_considered[CR_ANY_FREE])); in ext4_seq_mb_stats_show()
H A Dext4.h1654 atomic64_t s_bal_cX_groups_considered[EXT4_MB_NUM_CRS]; member