Home
last modified time | relevance | path

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

/linux/fs/ext4/
H A Dmballoc.c2485 if (!ext4_mb_cr_expensive(ac->ac_criteria)) { in ext4_mb_complex_scan_group()
2698 if (!ext4_mb_cr_expensive(cr) && in ext4_mb_good_group_nolock()
2890 (ext4_mb_cr_expensive(cr) || in ext4_mb_regular_allocator()
H A Dext4.h2938 static inline bool ext4_mb_cr_expensive(enum criteria cr) in ext4_mb_cr_expensive() function