Searched refs:data_reloc_bg (Results 1 – 3 of 3) sorted by relevance
3885 data_reloc_bytenr = fs_info->data_reloc_bg; in do_allocation_zoned() 3927 block_group->start == fs_info->data_reloc_bg || in do_allocation_zoned() 3928 fs_info->data_reloc_bg == 0); in do_allocation_zoned() 3951 if (ffe_ctl->for_data_reloc && !fs_info->data_reloc_bg && in do_allocation_zoned() 3976 if (!fs_info->data_reloc_bg) in do_allocation_zoned() 3977 fs_info->data_reloc_bg = block_group->start; in do_allocation_zoned() 4013 fs_info->data_reloc_bg = 0; in do_allocation_zoned() 4309 if (fs_info->data_reloc_bg) in prepare_allocation_zoned() 4310 ffe_ctl->hint_byte = fs_info->data_reloc_bg; in prepare_allocation_zoned()
2499 if (fs_info->data_reloc_bg == bg->start) in btrfs_clear_data_reloc_bg() 2500 fs_info->data_reloc_bg = 0; in btrfs_clear_data_reloc_bg() 2520 if (fs_info->data_reloc_bg) in btrfs_zoned_reserve_data_reloc_bg() 2541 fs_info->data_reloc_bg = bg->start; in btrfs_zoned_reserve_data_reloc_bg()
850 u64 data_reloc_bg; member