Searched refs:CR_POWER2_ALIGNED (Results 1 - 3 of 3) sorted by relevance

/linux-master/fs/ext4/
H A Dmballoc.c159 * At CR_POWER2_ALIGNED , we look for groups which have the largest_free_order
163 * order of largest_free_order. This allows us to perform CR_POWER2_ALIGNED
182 * linear order which requires O(N) search time for each CR_POWER2_ALIGNED and
896 atomic64_inc(&sbi->s_bal_cX_groups_considered[CR_POWER2_ALIGNED]);
897 if (likely(ext4_mb_good_group(ac, iter->bb_group, CR_POWER2_ALIGNED))) {
1126 if (*new_cr == CR_POWER2_ALIGNED) {
2574 BUG_ON(cr < CR_POWER2_ALIGNED || cr >= EXT4_MB_NUM_CRS);
2588 case CR_POWER2_ALIGNED:
2678 * cr=CR_POWER2_ALIGNED/CR_GOAL_LEN_FAST is a very optimistic
2815 * if ac->ac_2order is set we also set criteria to CR_POWER2_ALIGNED
[all...]
H A Dext4.h143 CR_POWER2_ALIGNED, enumerator in enum:criteria
/linux-master/include/trace/events/
H A Dext4.h123 TRACE_DEFINE_ENUM(CR_POWER2_ALIGNED); variable
131 { CR_POWER2_ALIGNED, "CR_POWER2_ALIGNED" }, \

Completed in 153 milliseconds