Home
last modified time | relevance | path

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

/linux-6.1.9/fs/btrfs/
Dextent-tree.c3769 data_reloc_bytenr = fs_info->data_reloc_bg; in do_allocation_zoned()
3809 block_group->start == fs_info->data_reloc_bg || in do_allocation_zoned()
3810 fs_info->data_reloc_bg == 0); in do_allocation_zoned()
3832 if (ffe_ctl->for_data_reloc && !fs_info->data_reloc_bg && in do_allocation_zoned()
3856 if (ffe_ctl->for_data_reloc && !fs_info->data_reloc_bg) in do_allocation_zoned()
3857 fs_info->data_reloc_bg = block_group->start; in do_allocation_zoned()
3876 fs_info->data_reloc_bg == block_group->start) { in do_allocation_zoned()
3891 fs_info->data_reloc_bg = 0; in do_allocation_zoned()
4219 if (fs_info->data_reloc_bg) in prepare_allocation()
4220 ffe_ctl->hint_byte = fs_info->data_reloc_bg; in prepare_allocation()
Dzoned.c2180 if (fs_info->data_reloc_bg == bg->start) in btrfs_clear_data_reloc_bg()
2181 fs_info->data_reloc_bg = 0; in btrfs_clear_data_reloc_bg()
Dctree.h1042 u64 data_reloc_bg; member