Searched refs:treelog_bg (Results 1 – 3 of 3) sorted by relevance
393 if (fs_info->treelog_bg == bg->start) in btrfs_clear_treelog_bg()394 fs_info->treelog_bg = 0; in btrfs_clear_treelog_bg()
3753 log_bytenr = fs_info->treelog_bg; in do_allocation_zoned()3803 block_group->start == fs_info->treelog_bg || in do_allocation_zoned()3804 fs_info->treelog_bg == 0); in do_allocation_zoned()3819 if (ffe_ctl->for_treelog && !fs_info->treelog_bg && in do_allocation_zoned()3850 if (ffe_ctl->for_treelog && !fs_info->treelog_bg) in do_allocation_zoned()3851 fs_info->treelog_bg = block_group->start; in do_allocation_zoned()3871 fs_info->treelog_bg = 0; in do_allocation_zoned()4210 if (fs_info->treelog_bg) in prepare_allocation()4211 ffe_ctl->hint_byte = fs_info->treelog_bg; in prepare_allocation()
1029 u64 treelog_bg; member