Searched refs:alloctree (Results 1 – 1 of 1) sorted by relevance
| /f-stack/freebsd/contrib/openzfs/module/zfs/ |
| H A D | metaslab.c | 3887 range_tree_t *alloctree = msp->ms_allocating[txg & TXG_MASK]; in metaslab_sync() local 3896 ASSERT3P(alloctree, ==, NULL); in metaslab_sync() 3900 ASSERT3P(alloctree, !=, NULL); in metaslab_sync() 3917 if (range_tree_is_empty(alloctree) && in metaslab_sync() 4031 space_map_write(log_sm, alloctree, SM_ALLOC, in metaslab_sync() 4041 range_tree_remove_xor_add(alloctree, in metaslab_sync() 4050 space_map_write(msp->ms_sm, alloctree, SM_ALLOC, in metaslab_sync() 4057 msp->ms_allocated_space += range_tree_space(alloctree); in metaslab_sync() 4150 msp->ms_allocated_this_txg += range_tree_space(alloctree); in metaslab_sync() 4151 range_tree_vacate(alloctree, NULL, NULL); in metaslab_sync()
|