Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/include/sys/
H A Dspace_map.h229 void space_map_write(space_map_t *sm, zfs_range_tree_t *rt, maptype_t maptype,
/freebsd/sys/contrib/openzfs/module/zfs/
H A Dmetaslab.c3804 space_map_write(sm, tmp_tree, SM_ALLOC, SM_NO_VDEVID, tx); in metaslab_condense()
3805 space_map_write(sm, msp->ms_allocatable, SM_FREE, SM_NO_VDEVID, tx); in metaslab_condense()
3806 space_map_write(sm, condense_tree, SM_FREE, SM_NO_VDEVID, tx); in metaslab_condense()
3994 space_map_write(msp->ms_sm, msp->ms_unflushed_allocs, SM_ALLOC, in metaslab_flush()
3996 space_map_write(msp->ms_sm, msp->ms_unflushed_frees, SM_FREE, in metaslab_flush()
4174 space_map_write(log_sm, alloctree, SM_ALLOC, in metaslab_sync()
4176 space_map_write(log_sm, msp->ms_freeing, SM_FREE, in metaslab_sync()
4193 space_map_write(msp->ms_sm, alloctree, SM_ALLOC, in metaslab_sync()
4195 space_map_write(msp->ms_sm, msp->ms_freeing, SM_FREE, in metaslab_sync()
4216 space_map_write(vd->vdev_checkpoint_sm, in metaslab_sync()
H A Dspace_map.c759 space_map_write(space_map_t *sm, zfs_range_tree_t *rt, maptype_t maptype, in space_map_write() function
H A Dvdev_indirect.c846 space_map_write(vd->vdev_obsolete_sm, in vdev_indirect_sync_obsolete()
H A Dvdev.c3552 space_map_write(vd->vdev_dtl_sm, rtsync, SM_ALLOC, SM_NO_VDEVID, tx); in vdev_dtl_sync()