Home
last modified time | relevance | path

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

/Linux-v6.1/fs/btrfs/
Dextent-tree.c3514 u64 hint_byte; member
4182 ffe_ctl->hint_byte = last_ptr->window_start; in prepare_allocation_clustered()
4189 ffe_ctl->hint_byte = last_ptr->window_start; in prepare_allocation_clustered()
4211 ffe_ctl->hint_byte = fs_info->treelog_bg; in prepare_allocation()
4217 ffe_ctl->hint_byte = fs_info->data_reloc_bg; in prepare_allocation()
4304 ffe_ctl->search_start = max(ffe_ctl->search_start, ffe_ctl->hint_byte); in find_free_extent()
4305 if (ffe_ctl->search_start == ffe_ctl->hint_byte) { in find_free_extent()
4539 u64 empty_size, u64 hint_byte, in btrfs_reserve_extent() argument
4560 ffe_ctl.hint_byte = hint_byte; in btrfs_reserve_extent()
Dctree.h2903 u64 min_alloc_size, u64 empty_size, u64 hint_byte,