Searched refs:alloctree (Results 1 – 1 of 1) sorted by relevance
4054 zfs_range_tree_t *alloctree = msp->ms_allocating[txg & TXG_MASK]; in metaslab_sync() local4063 ASSERT0(zfs_range_tree_space(alloctree)); in metaslab_sync()4082 if (zfs_range_tree_is_empty(alloctree) && in metaslab_sync()4183 space_map_write(log_sm, alloctree, SM_ALLOC, in metaslab_sync()4193 zfs_range_tree_remove_xor_add(alloctree, in metaslab_sync()4202 space_map_write(msp->ms_sm, alloctree, SM_ALLOC, in metaslab_sync()4209 msp->ms_allocated_space += zfs_range_tree_space(alloctree); in metaslab_sync()4302 msp->ms_allocated_this_txg += zfs_range_tree_space(alloctree); in metaslab_sync()4303 zfs_range_tree_vacate(alloctree, NULL, NULL); in metaslab_sync()