Searched refs:ext4_mb_good_group (Results 1 – 1 of 1) sorted by relevance
| /Linux-v6.1/fs/ext4/ |
| D | mballoc.c | 411 static bool ext4_mb_good_group(struct ext4_allocation_context *ac, 886 if (likely(ext4_mb_good_group(ac, iter->bb_group, 0))) { in ext4_mb_choose_next_group_cr0() 934 if (likely(ext4_mb_good_group(ac, iter->bb_group, 1))) { in ext4_mb_choose_next_group_cr1() 2380 static bool ext4_mb_good_group(struct ext4_allocation_context *ac, in ext4_mb_good_group() function 2505 ret = ext4_mb_good_group(ac, group, cr); in ext4_mb_good_group_nolock() 2721 ret = ext4_mb_good_group(ac, group, cr); in ext4_mb_regular_allocator()
|