Searched refs:ext4_mb_good_group (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-6.6/fs/ext4/ |
H A D | mballoc.c | 204 * can be used for allocation. ext4_mb_good_group explains how the groups are 422 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()
|
/kernel/linux/linux-5.10/fs/ext4/ |
H A D | mballoc.c | 150 * can be used for allocation. ext4_mb_good_group explains how the groups are 2121 static bool ext4_mb_good_group(struct ext4_allocation_context *ac, in ext4_mb_good_group() function 2236 ret = ext4_mb_good_group(ac, group, cr); in ext4_mb_good_group_nolock() 2449 ret = ext4_mb_good_group(ac, group, cr); in ext4_mb_regular_allocator()
|
Completed in 15 milliseconds