Lines Matching defs:min_alloc_size
4102 if (ffe_ctl->max_extent_size >= ffe_ctl->min_alloc_size)
4106 * Even min_alloc_size is not left in any block groups. Since we cannot
4645 * @min_alloc_size - Indicates the minimum amount of space that the
4649 * However, the presence of @min_alloc_size gives a
4679 u64 num_bytes, u64 min_alloc_size,
4685 bool final_tried = num_bytes == min_alloc_size;
4697 ffe_ctl.min_alloc_size = min_alloc_size;
4713 num_bytes = max(num_bytes, min_alloc_size);
4715 if (num_bytes == min_alloc_size)