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.c3813 space_map_write(sm, tmp_tree, SM_ALLOC, SM_NO_VDEVID, tx); in metaslab_condense()
3814 space_map_write(sm, msp->ms_allocatable, SM_FREE, SM_NO_VDEVID, tx); in metaslab_condense()
3815 space_map_write(sm, condense_tree, SM_FREE, SM_NO_VDEVID, tx); in metaslab_condense()
4003 space_map_write(msp->ms_sm, msp->ms_unflushed_allocs, SM_ALLOC, in metaslab_flush()
4005 space_map_write(msp->ms_sm, msp->ms_unflushed_frees, SM_FREE, in metaslab_flush()
4183 space_map_write(log_sm, alloctree, SM_ALLOC, in metaslab_sync()
4185 space_map_write(log_sm, msp->ms_freeing, SM_FREE, in metaslab_sync()
4202 space_map_write(msp->ms_sm, alloctree, SM_ALLOC, in metaslab_sync()
4204 space_map_write(msp->ms_sm, msp->ms_freeing, SM_FREE, in metaslab_sync()
4225 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()