Home
last modified time | relevance | path

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

/Linux-v6.1/fs/btrfs/
Dextent-tree.c3766 data_reloc_bytenr = fs_info->data_reloc_bg; in do_allocation_zoned()
3806 block_group->start == fs_info->data_reloc_bg || in do_allocation_zoned()
3807 fs_info->data_reloc_bg == 0); in do_allocation_zoned()
3829 if (ffe_ctl->for_data_reloc && !fs_info->data_reloc_bg && in do_allocation_zoned()
3853 if (ffe_ctl->for_data_reloc && !fs_info->data_reloc_bg) in do_allocation_zoned()
3854 fs_info->data_reloc_bg = block_group->start; in do_allocation_zoned()
3873 fs_info->data_reloc_bg == block_group->start) { in do_allocation_zoned()
3888 fs_info->data_reloc_bg = 0; in do_allocation_zoned()
4216 if (fs_info->data_reloc_bg) in prepare_allocation()
4217 ffe_ctl->hint_byte = fs_info->data_reloc_bg; in prepare_allocation()
Dzoned.c2178 if (fs_info->data_reloc_bg == bg->start) in btrfs_clear_data_reloc_bg()
2179 fs_info->data_reloc_bg = 0; in btrfs_clear_data_reloc_bg()
Dctree.h1036 u64 data_reloc_bg; member