Searched refs:ext4_mb_good_group (Results 1 – 1 of 1) sorted by relevance
| /Linux-v5.15/fs/ext4/ |
| D | mballoc.c | 408 static bool ext4_mb_good_group(struct ext4_allocation_context *ac, 900 if (likely(ext4_mb_good_group(ac, iter->bb_group, 0))) { in ext4_mb_choose_next_group_cr0() 955 if (likely(ext4_mb_good_group(ac, grp->bb_group, 1))) in ext4_mb_choose_next_group_cr1() 969 if (ext4_mb_good_group(ac, grp->bb_group, 1)) { in ext4_mb_choose_next_group_cr1() 2420 static bool ext4_mb_good_group(struct ext4_allocation_context *ac, in ext4_mb_good_group() function 2545 ret = ext4_mb_good_group(ac, group, cr); in ext4_mb_good_group_nolock() 2764 ret = ext4_mb_good_group(ac, group, cr); in ext4_mb_regular_allocator()
|