Searched refs:ext4_mb_good_group (Results 1 – 1 of 1) sorted by relevance
/linux-5.19.10/fs/ext4/ |
D | mballoc.c | 408 static bool ext4_mb_good_group(struct ext4_allocation_context *ac, 897 if (likely(ext4_mb_good_group(ac, iter->bb_group, 0))) { in ext4_mb_choose_next_group_cr0() 952 if (likely(ext4_mb_good_group(ac, grp->bb_group, 1))) in ext4_mb_choose_next_group_cr1() 966 if (ext4_mb_good_group(ac, grp->bb_group, 1)) { in ext4_mb_choose_next_group_cr1() 2417 static bool ext4_mb_good_group(struct ext4_allocation_context *ac, in ext4_mb_good_group() function 2542 ret = ext4_mb_good_group(ac, group, cr); in ext4_mb_good_group_nolock() 2761 ret = ext4_mb_good_group(ac, group, cr); in ext4_mb_regular_allocator()
|