Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/include/sys/
H A Dspace_map.h143 SM_ALLOC, enumerator
/freebsd/sys/contrib/openzfs/module/zfs/
H A Dspace_map.c377 if (type == SM_ALLOC) in space_map_incremental_destroy()
779 if (maptype == SM_ALLOC) in space_map_write()
H A Dvdev_indirect_mapping.c549 ASSERT3S(sme->sme_type, ==, SM_ALLOC); in load_obsolete_sm_callback()
H A Dspa_log_spacemap.c1111 case SM_ALLOC: in spa_ld_log_sm_cb()
H A Dvdev_removal.c1693 VERIFY0(space_map_load(msp->ms_sm, segs, SM_ALLOC)); in spa_vdev_remove_thread()
1962 VERIFY0(space_map_load(msp->ms_sm, segs, SM_ALLOC)); in spa_vdev_remove_cancel_sync()
H A Dvdev_rebuild.c875 vr->vr_scan_tree, SM_ALLOC)); in vdev_rebuild_thread()
H A Dmetaslab.c4016 space_map_write(sm, tmp_tree, SM_ALLOC, SM_NO_VDEVID, tx); in metaslab_condense()
4206 space_map_write(msp->ms_sm, msp->ms_unflushed_allocs, SM_ALLOC, in metaslab_flush()
4387 space_map_write(log_sm, alloctree, SM_ALLOC, in metaslab_sync()
4406 space_map_write(msp->ms_sm, alloctree, SM_ALLOC, in metaslab_sync()
H A Dvdev_indirect.c848 vd->vdev_obsolete_segments, SM_ALLOC, SM_NO_VDEVID, tx); in vdev_indirect_sync_obsolete()
H A Dvdev.c3552 error = space_map_load(vd->vdev_dtl_sm, rt, SM_ALLOC); in vdev_dtl_load()
3707 space_map_write(vd->vdev_dtl_sm, rtsync, SM_ALLOC, SM_NO_VDEVID, tx); in vdev_dtl_sync()
/freebsd/usr.sbin/makefs/zfs/
H A Dvdev.c383 smblk[length + 1] = SM2_TYPE_ENCODE(SM_ALLOC) | in vdev_spacemap_write()
/freebsd/sys/contrib/openzfs/cmd/zdb/
H A Dzdb.c447 if (sme->sme_type == SM_ALLOC) { in metaslab_spacemap_validation_cb()
477 if (sme->sme_type != SM_ALLOC) { in metaslab_spacemap_validation_cb()
1631 entry_type = (SM_TYPE_DECODE(word) == SM_ALLOC) ? in dump_spacemap()
1656 entry_type = (SM2_TYPE_DECODE(extra_word) == SM_ALLOC) ? in dump_spacemap()
6818 ASSERT(sme->sme_type == SM_ALLOC || sme->sme_type == SM_FREE); in load_unflushed_svr_segs_cb()
6823 if (sme->sme_type == SM_ALLOC) in load_unflushed_svr_segs_cb()
6890 VERIFY0(space_map_load(msp->ms_sm, allocs, SM_ALLOC)); in zdb_claim_removing()
7094 ASSERT(sme->sme_type == SM_ALLOC || sme->sme_type == SM_FREE); in count_unflushed_space_cb()
7099 if (sme->sme_type == SM_ALLOC) in count_unflushed_space_cb()
7136 ASSERT(sme->sme_type == SM_ALLOC || sme->sme_type == SM_FREE); in load_unflushed_cb()
[all …]
/freebsd/sys/cddl/boot/zfs/
H A Dzfsimpl.h1360 SM_ALLOC, enumerator