Home
last modified time | relevance | path

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

/linux-4.4.14/fs/btrfs/
Dextent-tree.c7539 u64 num_bytes, u64 min_alloc_size, in btrfs_reserve_extent() argument
7543 bool final_tried = num_bytes == min_alloc_size; in btrfs_reserve_extent()
7557 num_bytes = max(num_bytes, min_alloc_size); in btrfs_reserve_extent()
7558 if (num_bytes == min_alloc_size) in btrfs_reserve_extent()
Dctree.h3441 u64 min_alloc_size, u64 empty_size, u64 hint_byte,