Home
last modified time | relevance | path

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

/linux-4.1.27/fs/btrfs/
Dextent-tree.c7173 u64 num_bytes, u64 min_alloc_size, in btrfs_reserve_extent() argument
7191 num_bytes = max(num_bytes, min_alloc_size); in btrfs_reserve_extent()
7192 if (num_bytes == min_alloc_size) in btrfs_reserve_extent()
Dctree.h3395 u64 min_alloc_size, u64 empty_size, u64 hint_byte,