Home
last modified time | relevance | path

Searched refs:min_alloc_size (Results 1 – 5 of 5) sorted by relevance

/linux/mm/
H A Dpercpu-internal.h176 size_t min_alloc_size; /* min allocation size */ member
190 /* initialize min_alloc_size to unit_size */ in pcpu_stats_save_ai()
191 pcpu_stats.min_alloc_size = pcpu_stats_ai.unit_size; in pcpu_stats_save_ai()
210 pcpu_stats.min_alloc_size = in pcpu_stats_area_alloc()
211 min(pcpu_stats.min_alloc_size, size); in pcpu_stats_area_alloc()
H A Dpercpu-stats.c188 PU(min_alloc_size); in percpu_stats_show()
/linux/fs/btrfs/
H A Dextent-tree.h30 u64 min_alloc_size; member
140 u64 min_alloc_size, u64 empty_size, u64 hint_byte,
H A Dextent-tree.c4114 if (ffe_ctl->max_extent_size >= ffe_ctl->min_alloc_size) in can_allocate_chunk_zoned()
4118 * Even min_alloc_size is not left in any block groups. Since we cannot in can_allocate_chunk_zoned()
4655 * @min_alloc_size - Indicates the minimum amount of space that the
4659 * However, the presence of @min_alloc_size gives a
4689 u64 num_bytes, u64 min_alloc_size, in btrfs_reserve_extent() argument
4695 bool final_tried = num_bytes == min_alloc_size; in btrfs_reserve_extent()
4707 ffe_ctl.min_alloc_size = min_alloc_size; in btrfs_reserve_extent()
4723 num_bytes = max(num_bytes, min_alloc_size); in btrfs_reserve_extent()
4725 if (num_bytes == min_alloc_size) in btrfs_reserve_extent()
[all...]
H A Dinode.c1276 u64 min_alloc_size; in cow_file_range() local
1338 min_alloc_size = num_bytes; in cow_file_range()
1340 min_alloc_size = fs_info->sectorsize; in cow_file_range()
1347 min_alloc_size, 0, alloc_hint, in cow_file_range()