Home
last modified time | relevance | path

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

/linux-6.6.21/fs/ext4/
Dmballoc.c2479 if (!ext4_mb_cr_expensive(ac->ac_criteria)) { in ext4_mb_complex_scan_group()
2692 if (!ext4_mb_cr_expensive(cr) && in ext4_mb_good_group_nolock()
2883 (ext4_mb_cr_expensive(cr) || in ext4_mb_regular_allocator()
Dext4.h2929 static inline bool ext4_mb_cr_expensive(enum criteria cr) in ext4_mb_cr_expensive() function