Home
last modified time | relevance | path

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

/freebsd-head/sys/contrib/openzfs/include/sys/
HDspace_map.h143 SM_ALLOC, enumerator
/freebsd-head/sys/contrib/openzfs/module/zfs/
HDspace_map.c378 if (type == SM_ALLOC) in space_map_incremental_destroy()
780 if (maptype == SM_ALLOC) in space_map_write()
HDvdev_indirect_mapping.c548 ASSERT3S(sme->sme_type, ==, SM_ALLOC); in load_obsolete_sm_callback()
HDspa_log_spacemap.c1111 case SM_ALLOC: in spa_ld_log_sm_cb()
HDvdev_removal.c1652 VERIFY0(space_map_load(msp->ms_sm, segs, SM_ALLOC)); in spa_vdev_remove_thread()
1919 VERIFY0(space_map_load(msp->ms_sm, segs, SM_ALLOC)); in spa_vdev_remove_cancel_sync()
HDvdev_rebuild.c871 vr->vr_scan_tree, SM_ALLOC)); in vdev_rebuild_thread()
HDmetaslab.c3945 space_map_write(sm, tmp_tree, SM_ALLOC, SM_NO_VDEVID, tx); in metaslab_condense()
4135 space_map_write(msp->ms_sm, msp->ms_unflushed_allocs, SM_ALLOC, in metaslab_flush()
4315 space_map_write(log_sm, alloctree, SM_ALLOC, in metaslab_sync()
4334 space_map_write(msp->ms_sm, alloctree, SM_ALLOC, in metaslab_sync()
HDvdev_indirect.c848 vd->vdev_obsolete_segments, SM_ALLOC, SM_NO_VDEVID, tx); in vdev_indirect_sync_obsolete()
HDvdev.c3432 error = space_map_load(vd->vdev_dtl_sm, rt, SM_ALLOC); in vdev_dtl_load()
3586 space_map_write(vd->vdev_dtl_sm, rtsync, SM_ALLOC, SM_NO_VDEVID, tx); in vdev_dtl_sync()
/freebsd-head/usr.sbin/makefs/zfs/
HDvdev.c382 smblk[length + 1] = SM2_TYPE_ENCODE(SM_ALLOC) | in vdev_spacemap_write()
/freebsd-head/sys/contrib/openzfs/cmd/zdb/
HDzdb.c420 if (sme->sme_type == SM_ALLOC) { in metaslab_spacemap_validation_cb()
448 if (sme->sme_type != SM_ALLOC) { in metaslab_spacemap_validation_cb()
1585 entry_type = (SM_TYPE_DECODE(word) == SM_ALLOC) ? in dump_spacemap()
1605 entry_type = (SM2_TYPE_DECODE(extra_word) == SM_ALLOC) ? in dump_spacemap()
6261 ASSERT(sme->sme_type == SM_ALLOC || sme->sme_type == SM_FREE); in load_unflushed_svr_segs_cb()
6266 if (sme->sme_type == SM_ALLOC) in load_unflushed_svr_segs_cb()
6332 VERIFY0(space_map_load(msp->ms_sm, allocs, SM_ALLOC)); in zdb_claim_removing()
6536 ASSERT(sme->sme_type == SM_ALLOC || sme->sme_type == SM_FREE); in count_unflushed_space_cb()
6541 if (sme->sme_type == SM_ALLOC) in count_unflushed_space_cb()
6578 ASSERT(sme->sme_type == SM_ALLOC || sme->sme_type == SM_FREE); in load_unflushed_cb()
[all …]
/freebsd-head/sys/cddl/boot/zfs/
HDzfsimpl.h1365 SM_ALLOC, enumerator