Home
last modified time | relevance | path

Searched refs:SM_ALLOC (Results 1 – 10 of 10) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Dspace_map.h142 SM_ALLOC, enumerator
/illumos-gate/usr/src/cmd/zdb/
H A Dzdb.c842 entry_type = (SM_TYPE_DECODE(word) == SM_ALLOC) ? in dump_spacemap()
862 entry_type = (SM2_TYPE_DECODE(extra_word) == SM_ALLOC) ? in dump_spacemap()
3794 ASSERT(sme->sme_type == SM_ALLOC || sme->sme_type == SM_FREE); in load_unflushed_svr_segs_cb()
3804 if (sme->sme_type == SM_ALLOC) in load_unflushed_svr_segs_cb()
3912 VERIFY0(space_map_load(msp->ms_sm, allocs, SM_ALLOC)); in zdb_claim_removing()
4109 ASSERT(sme->sme_type == SM_ALLOC || sme->sme_type == SM_FREE); in count_unflushed_space_cb()
4114 if (sme->sme_type == SM_ALLOC) in count_unflushed_space_cb()
4149 ASSERT(sme->sme_type == SM_ALLOC || sme->sme_type == SM_FREE); in load_unflushed_cb()
4150 ASSERT(*uic_maptype == SM_ALLOC || *uic_maptype == SM_FREE); in load_unflushed_cb()
4335 load_concrete_ms_allocatable_trees(spa, SM_ALLOC); in zdb_leak_init()
[all …]
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dspace_map.c356 if (type == SM_ALLOC) in space_map_incremental_destroy()
756 if (maptype == SM_ALLOC) in space_map_write()
H A Dvdev_indirect_mapping.c541 ASSERT3S(sme->sme_type, ==, SM_ALLOC); in load_obsolete_sm_callback()
H A Dspa_log_spacemap.c1088 case SM_ALLOC: in spa_ld_log_sm_cb()
H A Dvdev_removal.c1405 svr->svr_allocd_segs, SM_ALLOC)); in spa_vdev_remove_thread()
1606 svr->svr_allocd_segs, SM_ALLOC)); in spa_vdev_remove_cancel_sync()
H A Dmetaslab.c3611 space_map_write(sm, tmp_tree, SM_ALLOC, SM_NO_VDEVID, tx); in metaslab_condense()
3776 space_map_write(msp->ms_sm, msp->ms_unflushed_allocs, SM_ALLOC, in metaslab_flush()
3967 space_map_write(log_sm, alloctree, SM_ALLOC, in metaslab_sync()
3986 space_map_write(msp->ms_sm, alloctree, SM_ALLOC, in metaslab_sync()
H A Dvdev_indirect.c841 vd->vdev_obsolete_segments, SM_ALLOC, SM_NO_VDEVID, tx); in vdev_indirect_sync_obsolete()
H A Dvdev.c2681 vd->vdev_dtl[DTL_MISSING], SM_ALLOC); in vdev_dtl_load()
2821 space_map_write(vd->vdev_dtl_sm, rtsync, SM_ALLOC, SM_NO_VDEVID, tx); in vdev_dtl_sync()
/illumos-gate/usr/src/cmd/mdb/common/modules/zfs/
H A Dzfs.c208 entry_type = (SM_TYPE_DECODE(word) == SM_ALLOC) ? in sm_entries()
233 entry_type = (SM2_TYPE_DECODE(word) == SM_ALLOC) ? in sm_entries()