Searched refs:ext4_mb_good_group (Results 1 – 1 of 1) sorted by relevance
/linux-6.12.1/fs/ext4/ |
D | mballoc.c | 423 static bool ext4_mb_good_group(struct ext4_allocation_context *ac, 899 if (likely(ext4_mb_good_group(ac, iter->bb_group, CR_POWER2_ALIGNED))) { in ext4_mb_choose_next_group_p2_aligned() 935 if (likely(ext4_mb_good_group(ac, iter->bb_group, cr))) { in ext4_mb_find_good_group_avg_frag_lists() 2579 static bool ext4_mb_good_group(struct ext4_allocation_context *ac, in ext4_mb_good_group() function 2713 ret = ext4_mb_good_group(ac, group, cr); in ext4_mb_good_group_nolock() 2920 ret = ext4_mb_good_group(ac, group, cr); in ext4_mb_regular_allocator()
|