Home
last modified time | relevance | path

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

/linux/fs/btrfs/
H A Dzoned.c2753 if (fs_info->data_reloc_bg == bg->start) in btrfs_clear_data_reloc_bg()
2754 fs_info->data_reloc_bg = 0; in btrfs_clear_data_reloc_bg()
2774 if (fs_info->data_reloc_bg) in btrfs_zoned_reserve_data_reloc_bg()
2827 fs_info->data_reloc_bg = bg->start; in btrfs_zoned_reserve_data_reloc_bg()
3204 u64 data_reloc_bg; in btrfs_show_zoned_stats() local
3223 data_reloc_bg = data_race(fs_info->data_reloc_bg); in btrfs_show_zoned_stats()
3224 if (data_reloc_bg) in btrfs_show_zoned_stats()
3226 data_reloc_bg); in btrfs_show_zoned_stats()
H A Dextent-tree.c4060 data_reloc_bytenr = fs_info->data_reloc_bg; in do_allocation_zoned()
4101 block_group->start == fs_info->data_reloc_bg || in do_allocation_zoned()
4102 fs_info->data_reloc_bg == 0); in do_allocation_zoned()
4125 if (ffe_ctl->for_data_reloc && !fs_info->data_reloc_bg && in do_allocation_zoned()
4150 if (!fs_info->data_reloc_bg) in do_allocation_zoned()
4151 fs_info->data_reloc_bg = block_group->start; in do_allocation_zoned()
4187 fs_info->data_reloc_bg = 0; in do_allocation_zoned()
4487 if (fs_info->data_reloc_bg) in prepare_allocation_zoned()
4488 ffe_ctl->hint_byte = fs_info->data_reloc_bg; in prepare_allocation_zoned()