Home
last modified time | relevance | path

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

/fs/btrfs/
Dextent-tree.h70 u64 hint_byte; member
129 u64 min_alloc_size, u64 empty_size, u64 hint_byte,
Dextent-tree.c4127 ffe_ctl->hint_byte = last_ptr->window_start; in prepare_allocation_clustered()
4134 ffe_ctl->hint_byte = last_ptr->window_start; in prepare_allocation_clustered()
4149 ffe_ctl->hint_byte = fs_info->treelog_bg; in prepare_allocation_zoned()
4154 ffe_ctl->hint_byte = fs_info->data_reloc_bg; in prepare_allocation_zoned()
4169 ffe_ctl->hint_byte = block_group->start; in prepare_allocation_zoned()
4271 ffe_ctl->search_start = max(ffe_ctl->search_start, ffe_ctl->hint_byte); in find_free_extent()
4272 if (ffe_ctl->search_start == ffe_ctl->hint_byte) { in find_free_extent()
4521 u64 empty_size, u64 hint_byte, in btrfs_reserve_extent() argument
4542 ffe_ctl.hint_byte = hint_byte; in btrfs_reserve_extent()