Searched refs:treelog_bg (Results 1 – 3 of 3) sorted by relevance
2175 if (fs_info->treelog_bg == block_group->start) { in check_bg_is_active()3205 u64 treelog_bg; in btrfs_show_zoned_stats() local3227 treelog_bg = data_race(fs_info->treelog_bg); in btrfs_show_zoned_stats()3228 if (treelog_bg) in btrfs_show_zoned_stats()3229 seq_printf(seq, "\ttree-log block-group: %llu\n", treelog_bg); in btrfs_show_zoned_stats()
4047 log_bytenr = fs_info->treelog_bg; in do_allocation_zoned()4098 block_group->start == fs_info->treelog_bg || in do_allocation_zoned()4099 fs_info->treelog_bg == 0); in do_allocation_zoned()4115 if (ffe_ctl->for_treelog && !fs_info->treelog_bg && in do_allocation_zoned()4146 if (ffe_ctl->for_treelog && !fs_info->treelog_bg) in do_allocation_zoned()4147 fs_info->treelog_bg = block_group->start; in do_allocation_zoned()4185 fs_info->treelog_bg = 0; in do_allocation_zoned()4479 if (fs_info->treelog_bg) in prepare_allocation_zoned()4480 ffe_ctl->hint_byte = fs_info->treelog_bg; in prepare_allocation_zoned()
913 u64 treelog_bg; member