Searched refs:SM_ALLOC (Results 1 – 12 of 12) sorted by relevance
| /freebsd/sys/contrib/openzfs/include/sys/ |
| H A D | space_map.h | 143 SM_ALLOC, enumerator
|
| /freebsd/sys/contrib/openzfs/module/zfs/ |
| H A D | space_map.c | 377 if (type == SM_ALLOC) in space_map_incremental_destroy() 779 if (maptype == SM_ALLOC) in space_map_write()
|
| H A D | vdev_indirect_mapping.c | 549 ASSERT3S(sme->sme_type, ==, SM_ALLOC); in load_obsolete_sm_callback()
|
| H A D | spa_log_spacemap.c | 1111 case SM_ALLOC: in spa_ld_log_sm_cb()
|
| H A D | vdev_removal.c | 1693 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 D | vdev_rebuild.c | 875 vr->vr_scan_tree, SM_ALLOC)); in vdev_rebuild_thread()
|
| H A D | metaslab.c | 4016 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 D | vdev_indirect.c | 848 vd->vdev_obsolete_segments, SM_ALLOC, SM_NO_VDEVID, tx); in vdev_indirect_sync_obsolete()
|
| H A D | vdev.c | 3552 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 D | vdev.c | 383 smblk[length + 1] = SM2_TYPE_ENCODE(SM_ALLOC) | in vdev_spacemap_write()
|
| /freebsd/sys/contrib/openzfs/cmd/zdb/ |
| H A D | zdb.c | 447 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 D | zfsimpl.h | 1360 SM_ALLOC, enumerator
|