Home
last modified time | relevance | path

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

/linux/fs/ext4/
H A Dext4.h176 EXT4_MB_NUM_CRS enumerator
1615 atomic_t s_bal_cX_ex_scanned[EXT4_MB_NUM_CRS]; /* total extents scanned */
1624 atomic64_t s_bal_cX_groups_considered[EXT4_MB_NUM_CRS];
1625 atomic64_t s_bal_cX_hits[EXT4_MB_NUM_CRS];
1626 atomic64_t s_bal_cX_failed[EXT4_MB_NUM_CRS]; /* cX loop didn't find blocks */
H A Dmballoc.c2586 BUG_ON(cr < CR_POWER2_ALIGNED || cr >= EXT4_MB_NUM_CRS); in ext4_mb_good_group()
2862 for (; cr < EXT4_MB_NUM_CRS && ac->ac_status == AC_STATUS_CONTINUE; cr++) { in ext4_mb_regular_allocator()
4603 for (int i=0; i<EXT4_MB_NUM_CRS; i++) { in ext4_mb_collect_stats()