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.h230 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.c3989 space_map_write(sm, tmp_tree, SM_ALLOC, SM_NO_VDEVID, tx); in metaslab_condense()
3990 space_map_write(sm, msp->ms_allocatable, SM_FREE, SM_NO_VDEVID, tx); in metaslab_condense()
3991 space_map_write(sm, condense_tree, SM_FREE, SM_NO_VDEVID, tx); in metaslab_condense()
4179 space_map_write(msp->ms_sm, msp->ms_unflushed_allocs, SM_ALLOC, in metaslab_flush()
4181 space_map_write(msp->ms_sm, msp->ms_unflushed_frees, SM_FREE, in metaslab_flush()
4360 space_map_write(log_sm, alloctree, SM_ALLOC, in metaslab_sync()
4362 space_map_write(log_sm, msp->ms_freeing, SM_FREE, in metaslab_sync()
4379 space_map_write(msp->ms_sm, alloctree, SM_ALLOC, in metaslab_sync()
4381 space_map_write(msp->ms_sm, msp->ms_freeing, SM_FREE, in metaslab_sync()
4402 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.c3673 space_map_write(vd->vdev_dtl_sm, rtsync, SM_ALLOC, SM_NO_VDEVID, tx); in vdev_dtl_sync()