Home
last modified time | relevance | path

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

/linux-6.6.21/fs/ext4/
Dmballoc.c422 static bool ext4_mb_good_group(struct ext4_allocation_context *ac,
897 if (likely(ext4_mb_good_group(ac, iter->bb_group, CR_POWER2_ALIGNED))) { in ext4_mb_choose_next_group_p2_aligned()
933 if (likely(ext4_mb_good_group(ac, iter->bb_group, cr))) { in ext4_mb_find_good_group_avg_frag_lists()
2573 static bool ext4_mb_good_group(struct ext4_allocation_context *ac, in ext4_mb_good_group() function
2707 ret = ext4_mb_good_group(ac, group, cr); in ext4_mb_good_group_nolock()
2913 ret = ext4_mb_good_group(ac, group, cr); in ext4_mb_regular_allocator()