Searched refs:treelog_bg (Results 1 – 3 of 3) sorted by relevance
2201 if (fs_info->treelog_bg == block_group->start) { in check_bg_is_active()3235 u64 treelog_bg; in btrfs_show_zoned_stats() local3257 treelog_bg = data_race(fs_info->treelog_bg); in btrfs_show_zoned_stats()3258 if (treelog_bg) in btrfs_show_zoned_stats()3259 seq_printf(seq, "\ttree-log block-group: %llu\n", treelog_bg); in btrfs_show_zoned_stats()
4051 log_bytenr = fs_info->treelog_bg; in do_allocation_zoned()4102 block_group->start == fs_info->treelog_bg || in do_allocation_zoned()4103 fs_info->treelog_bg == 0); in do_allocation_zoned()4119 if (ffe_ctl->for_treelog && !fs_info->treelog_bg && in do_allocation_zoned()4150 if (ffe_ctl->for_treelog && !fs_info->treelog_bg) in do_allocation_zoned()4151 fs_info->treelog_bg = block_group->start; in do_allocation_zoned()4189 fs_info->treelog_bg = 0; in do_allocation_zoned()4483 if (fs_info->treelog_bg) in prepare_allocation_zoned()4484 ffe_ctl->hint_byte = fs_info->treelog_bg; in prepare_allocation_zoned()
924 u64 treelog_bg; member