Searched refs:SM_ALLOC (Results 1 – 10 of 10) sorted by relevance
| /f-stack/freebsd/contrib/openzfs/include/sys/ |
| H A D | space_map.h | 142 SM_ALLOC, enumerator
|
| /f-stack/freebsd/contrib/openzfs/module/zfs/ |
| H A D | space_map.c | 377 if (type == SM_ALLOC) in space_map_incremental_destroy() 775 if (maptype == SM_ALLOC) in space_map_write()
|
| H A D | vdev_indirect_mapping.c | 545 ASSERT3S(sme->sme_type, ==, SM_ALLOC); in load_obsolete_sm_callback()
|
| H A D | spa_log_spacemap.c | 1085 case SM_ALLOC: in spa_ld_log_sm_cb()
|
| H A D | vdev_removal.c | 1467 svr->svr_allocd_segs, SM_ALLOC)); in spa_vdev_remove_thread() 1698 svr->svr_allocd_segs, SM_ALLOC)); in spa_vdev_remove_cancel_sync()
|
| H A D | vdev_rebuild.c | 837 vr->vr_scan_tree, SM_ALLOC)); in vdev_rebuild_thread()
|
| H A D | metaslab.c | 3675 space_map_write(sm, tmp_tree, SM_ALLOC, SM_NO_VDEVID, tx); in metaslab_condense() 3840 space_map_write(msp->ms_sm, msp->ms_unflushed_allocs, SM_ALLOC, in metaslab_flush() 4031 space_map_write(log_sm, alloctree, SM_ALLOC, in metaslab_sync() 4050 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 | 2990 error = space_map_load(vd->vdev_dtl_sm, rt, SM_ALLOC); in vdev_dtl_load() 3138 space_map_write(vd->vdev_dtl_sm, rtsync, SM_ALLOC, SM_NO_VDEVID, tx); in vdev_dtl_sync()
|
| /f-stack/freebsd/contrib/openzfs/cmd/zdb/ |
| H A D | zdb.c | 475 if (sme->sme_type == SM_ALLOC) { in metaslab_spacemap_validation_cb() 503 if (sme->sme_type != SM_ALLOC) { in metaslab_spacemap_validation_cb() 1540 entry_type = (SM_TYPE_DECODE(word) == SM_ALLOC) ? in dump_spacemap() 1560 entry_type = (SM2_TYPE_DECODE(extra_word) == SM_ALLOC) ? in dump_spacemap() 5358 ASSERT(sme->sme_type == SM_ALLOC || sme->sme_type == SM_FREE); in load_unflushed_svr_segs_cb() 5363 if (sme->sme_type == SM_ALLOC) in load_unflushed_svr_segs_cb() 5427 VERIFY0(space_map_load(msp->ms_sm, allocs, SM_ALLOC)); in zdb_claim_removing() 5676 if (sme->sme_type == SM_ALLOC) in count_unflushed_space_cb() 5714 ASSERT(*uic_maptype == SM_ALLOC || *uic_maptype == SM_FREE); in load_unflushed_cb() 5897 load_concrete_ms_allocatable_trees(spa, SM_ALLOC); in zdb_leak_init() [all …]
|