Home
last modified time | relevance | path

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

/linux/fs/btrfs/
H A Dextent-tree.c4458 ffe_ctl->hint_byte = last_ptr->window_start; in prepare_allocation_clustered()
4465 ffe_ctl->hint_byte = last_ptr->window_start; in prepare_allocation_clustered()
4483 ffe_ctl->hint_byte = fs_info->treelog_bg; in prepare_allocation_zoned()
4491 ffe_ctl->hint_byte = fs_info->data_reloc_bg; in prepare_allocation_zoned()
4510 ffe_ctl->hint_byte = block_group->start; in prepare_allocation_zoned()
4622 ffe_ctl->search_start = max(ffe_ctl->search_start, ffe_ctl->hint_byte); in find_free_extent()
4623 if (ffe_ctl->search_start == ffe_ctl->hint_byte) { in find_free_extent()
4876 u64 empty_size, u64 hint_byte, in btrfs_reserve_extent() argument
4897 ffe_ctl.hint_byte = hint_byte; in btrfs_reserve_extent()