Home
last modified time | relevance | path

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

/Linux-v6.6/fs/btrfs/
Dextent-tree.c3709 data_reloc_bytenr = fs_info->data_reloc_bg; in do_allocation_zoned()
3751 block_group->start == fs_info->data_reloc_bg || in do_allocation_zoned()
3752 fs_info->data_reloc_bg == 0); in do_allocation_zoned()
3775 if (ffe_ctl->for_data_reloc && !fs_info->data_reloc_bg && in do_allocation_zoned()
3800 if (!fs_info->data_reloc_bg) in do_allocation_zoned()
3801 fs_info->data_reloc_bg = block_group->start; in do_allocation_zoned()
3837 fs_info->data_reloc_bg = 0; in do_allocation_zoned()
4155 if (fs_info->data_reloc_bg) in prepare_allocation()
4156 ffe_ctl->hint_byte = fs_info->data_reloc_bg; in prepare_allocation()
Dfs.h770 u64 data_reloc_bg; member
Dzoned.c2314 if (fs_info->data_reloc_bg == bg->start) in btrfs_clear_data_reloc_bg()
2315 fs_info->data_reloc_bg = 0; in btrfs_clear_data_reloc_bg()