Searched refs:alloctree (Results 1 – 1 of 1) sorted by relevance
4186 zfs_range_tree_t *alloctree = msp->ms_allocating[txg & TXG_MASK]; in metaslab_sync() local4195 ASSERT0(zfs_range_tree_space(alloctree)); in metaslab_sync()4214 if (zfs_range_tree_is_empty(alloctree) && in metaslab_sync()4315 space_map_write(log_sm, alloctree, SM_ALLOC, in metaslab_sync()4325 zfs_range_tree_remove_xor_add(alloctree, in metaslab_sync()4334 space_map_write(msp->ms_sm, alloctree, SM_ALLOC, in metaslab_sync()4341 msp->ms_allocated_space += zfs_range_tree_space(alloctree); in metaslab_sync()4434 msp->ms_allocated_this_txg += zfs_range_tree_space(alloctree); in metaslab_sync()4435 zfs_range_tree_vacate(alloctree, NULL, NULL); in metaslab_sync()