Home
last modified time | relevance | path

Searched refs:CR_BEST_AVAIL_LEN (Results 1 – 3 of 3) sorted by relevance

/linux/fs/ext4/
H A Dmballoc.c979 *new_cr = CR_BEST_AVAIL_LEN; in ext4_mb_choose_next_group_goal_fast()
1133 } else if (*new_cr == CR_BEST_AVAIL_LEN) { in ext4_mb_choose_next_group()
2620 case CR_BEST_AVAIL_LEN: in ext4_mb_good_group()
2938 cr == CR_BEST_AVAIL_LEN) && in ext4_mb_regular_allocator()
2956 if (i == ngroups && ac->ac_criteria == CR_BEST_AVAIL_LEN) in ext4_mb_regular_allocator()
3146 atomic64_read(&sbi->s_bal_cX_hits[CR_BEST_AVAIL_LEN])); in ext4_seq_mb_stats_show()
3150 &sbi->s_bal_cX_groups_considered[CR_BEST_AVAIL_LEN])); in ext4_seq_mb_stats_show()
3152 atomic_read(&sbi->s_bal_cX_ex_scanned[CR_BEST_AVAIL_LEN])); in ext4_seq_mb_stats_show()
3154 atomic64_read(&sbi->s_bal_cX_failed[CR_BEST_AVAIL_LEN])); in ext4_seq_mb_stats_show()
H A Dext4.h156 CR_BEST_AVAIL_LEN, enumerator
/linux/include/trace/events/
H A Dext4.h124 TRACE_DEFINE_ENUM(CR_BEST_AVAIL_LEN);
132 { CR_BEST_AVAIL_LEN, "CR_BEST_AVAIL_LEN" }, \