Searched refs:hint_byte (Results 1 – 2 of 2) sorted by relevance
/fs/btrfs/ |
D | extent-tree.c | 3780 u64 hint_byte, struct btrfs_key *ins, in find_free_extent() argument 3847 hint_byte = last_ptr->window_start; in find_free_extent() 3854 hint_byte = last_ptr->window_start; in find_free_extent() 3862 ffe_ctl.search_start = max(ffe_ctl.search_start, hint_byte); in find_free_extent() 3863 if (ffe_ctl.search_start == hint_byte) { in find_free_extent() 4108 u64 empty_size, u64 hint_byte, in btrfs_reserve_extent() argument 4120 hint_byte, ins, flags, delalloc); in btrfs_reserve_extent()
|
D | ctree.h | 2435 u64 min_alloc_size, u64 empty_size, u64 hint_byte,
|