Home
last modified time | relevance | path

Searched refs:space_map_write (Results 1 – 5 of 5) sorted by relevance

/src/sys/contrib/openzfs/include/sys/
H A Dspace_map.h230 void space_map_write(space_map_t *sm, zfs_range_tree_t *rt, maptype_t maptype,
/src/sys/contrib/openzfs/module/zfs/
H A Dmetaslab.c4010 space_map_write(sm, tmp_tree, SM_ALLOC, SM_NO_VDEVID, tx); in metaslab_condense()
4011 space_map_write(sm, msp->ms_allocatable, SM_FREE, SM_NO_VDEVID, tx); in metaslab_condense()
4012 space_map_write(sm, condense_tree, SM_FREE, SM_NO_VDEVID, tx); in metaslab_condense()
4200 space_map_write(msp->ms_sm, msp->ms_unflushed_allocs, SM_ALLOC, in metaslab_flush()
4202 space_map_write(msp->ms_sm, msp->ms_unflushed_frees, SM_FREE, in metaslab_flush()
4381 space_map_write(log_sm, alloctree, SM_ALLOC, in metaslab_sync()
4383 space_map_write(log_sm, msp->ms_freeing, SM_FREE, in metaslab_sync()
4400 space_map_write(msp->ms_sm, alloctree, SM_ALLOC, in metaslab_sync()
4402 space_map_write(msp->ms_sm, msp->ms_freeing, SM_FREE, in metaslab_sync()
4423 space_map_write(vd->vdev_checkpoint_sm, in metaslab_sync()
H A Dspace_map.c760 space_map_write(space_map_t *sm, zfs_range_tree_t *rt, maptype_t maptype, in space_map_write() function
H A Dvdev_indirect.c847 space_map_write(vd->vdev_obsolete_sm, in vdev_indirect_sync_obsolete()
H A Dvdev.c3675 space_map_write(vd->vdev_dtl_sm, rtsync, SM_ALLOC, SM_NO_VDEVID, tx); in vdev_dtl_sync()