Searched refs:treelog_bg (Results 1 – 3 of 3) sorted by relevance
315 if (fs_info->treelog_bg == bg->start) in btrfs_clear_treelog_bg()316 fs_info->treelog_bg = 0; in btrfs_clear_treelog_bg()
3769 log_bytenr = fs_info->treelog_bg; in do_allocation_zoned()3781 block_group->start == fs_info->treelog_bg || in do_allocation_zoned()3782 fs_info->treelog_bg == 0); in do_allocation_zoned()3793 if (ffe_ctl->for_treelog && !fs_info->treelog_bg && in do_allocation_zoned()3813 if (ffe_ctl->for_treelog && !fs_info->treelog_bg) in do_allocation_zoned()3814 fs_info->treelog_bg = block_group->start; in do_allocation_zoned()3831 fs_info->treelog_bg = 0; in do_allocation_zoned()4084 if (fs_info->treelog_bg) in prepare_allocation()4085 ffe_ctl->hint_byte = fs_info->treelog_bg; in prepare_allocation()
1018 u64 treelog_bg; member