Searched refs:sme_run (Results 1 – 6 of 6) sorted by relevance
/freebsd/sys/contrib/openzfs/module/zfs/ |
H A D | spa_checkpoint.c | 212 uint64_t end = sme->sme_offset + sme->sme_run; in spa_checkpoint_discard_sync_callback() 240 range_tree_add(ms->ms_freeing, sme->sme_offset, sme->sme_run); in spa_checkpoint_discard_sync_callback() 244 sme->sme_run); in spa_checkpoint_discard_sync_callback() 245 ASSERT3U(vd->vdev_stat.vs_checkpoint_space, >=, sme->sme_run); in spa_checkpoint_discard_sync_callback() 247 vd->vdev_spa->spa_checkpoint_info.sci_dspace -= sme->sme_run; in spa_checkpoint_discard_sync_callback() 248 vd->vdev_stat.vs_checkpoint_space -= sme->sme_run; in spa_checkpoint_discard_sync_callback()
|
H A D | space_map.c | 182 .sme_run = entry_run, in space_map_iterate() 371 .sme_run = entry_run in space_map_incremental_destroy() 405 VERIFY3U(range_tree_space(smla->smla_rt) + sme->sme_run, <=, in space_map_load_callback() 407 range_tree_add(smla->smla_rt, sme->sme_offset, sme->sme_run); in space_map_load_callback() 409 range_tree_remove(smla->smla_rt, sme->sme_offset, sme->sme_run); in space_map_load_callback()
|
H A D | vdev_indirect_mapping.c | 550 sme->sme_offset, sme->sme_run, losma->losma_counts); in load_obsolete_sm_callback()
|
H A D | spa_log_spacemap.c | 1080 uint64_t size = sme->sme_run; in spa_ld_log_sm_cb()
|
/freebsd/sys/contrib/openzfs/include/sys/ |
H A D | space_map.h | 150 uint64_t sme_run; /* max is 2^36; units of sm_shift */ member
|
/freebsd/sys/contrib/openzfs/cmd/zdb/ |
H A D | zdb.c | 416 uint64_t size = sme->sme_run; in metaslab_spacemap_validation_cb() 6247 uint64_t size = sme->sme_run; in load_unflushed_svr_segs_cb() 6417 uint64_t end = sme->sme_offset + sme->sme_run; in checkpoint_sm_exclude_entry_cb() 6445 range_tree_remove(ms->ms_allocatable, sme->sme_offset, sme->sme_run); in checkpoint_sm_exclude_entry_cb() 6448 cseea->cseea_checkpoint_size += sme->sme_run; in checkpoint_sm_exclude_entry_cb() 6533 *ualloc_space += sme->sme_run; in count_unflushed_space_cb() 6535 *ualloc_space -= sme->sme_run; in count_unflushed_space_cb() 6558 uint64_t size = sme->sme_run; in load_unflushed_cb() 7774 uint64_t end = sme->sme_offset + sme->sme_run; in verify_checkpoint_sm_entry_cb() 7800 sme->sme_offset, sme->sme_run); in verify_checkpoint_sm_entry_cb()
|