Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/mm/
H A Dpercpu-internal.h173 size_t min_alloc_size; /* min allocaiton size */ member
188 pcpu_stats.min_alloc_size = pcpu_stats_ai.unit_size; in pcpu_stats_save_ai()
207 pcpu_stats.min_alloc_size = in pcpu_stats_area_alloc()
208 min(pcpu_stats.min_alloc_size, size); in pcpu_stats_area_alloc()
H A Dpercpu-stats.c202 PU(min_alloc_size); in percpu_stats_show()
/OK3568_Linux_fs/kernel/fs/btrfs/
H A Dextent-tree.c4260 u64 num_bytes, u64 min_alloc_size, in btrfs_reserve_extent() argument
4265 bool final_tried = num_bytes == min_alloc_size; in btrfs_reserve_extent()
4281 num_bytes = max(num_bytes, min_alloc_size); in btrfs_reserve_extent()
4283 if (num_bytes == min_alloc_size) in btrfs_reserve_extent()
H A Dinode.c988 u64 min_alloc_size; in cow_file_range() local
1049 min_alloc_size = num_bytes; in cow_file_range()
1051 min_alloc_size = fs_info->sectorsize; in cow_file_range()
1056 min_alloc_size, 0, alloc_hint, in cow_file_range()
H A Dctree.h2589 u64 min_alloc_size, u64 empty_size, u64 hint_byte,