Searched refs:space_map_t (Results 1 – 14 of 14) sorted by relevance
| /freebsd-14.2/sys/contrib/openzfs/include/sys/ |
| H A D | space_map.h | 101 } space_map_t; typedef 213 int space_map_iterate(space_map_t *sm, uint64_t length, 219 void space_map_histogram_clear(space_map_t *sm); 220 void space_map_histogram_add(space_map_t *sm, range_tree_t *rt, 223 uint64_t space_map_object(space_map_t *sm); 224 int64_t space_map_allocated(space_map_t *sm); 225 uint64_t space_map_length(space_map_t *sm); 226 uint64_t space_map_entries(space_map_t *sm, range_tree_t *rt); 227 uint64_t space_map_nblocks(space_map_t *sm); 235 void space_map_free(space_map_t *sm, dmu_tx_t *tx); [all …]
|
| H A D | spa_log_spacemap.h | 56 space_map_t *sls_sm; /* space map pointer, if open */
|
| H A D | vdev_impl.h | 290 space_map_t *vdev_checkpoint_sm; /* contains reserved blocks */ 379 space_map_t *vdev_obsolete_sm; 392 space_map_t *vdev_dtl_sm; /* dirty time log space map */
|
| H A D | vdev_indirect_mapping.h | 130 uint32_t *counts, space_map_t *obsolete_space_sm);
|
| H A D | metaslab_impl.h | 395 space_map_t *ms_sm;
|
| H A D | spa_impl.h | 330 space_map_t *spa_syncing_log_sm; /* current log space map */
|
| H A D | spa.h | 1058 extern space_map_t *spa_syncing_log_sm(spa_t *spa);
|
| /freebsd-14.2/sys/contrib/openzfs/module/zfs/ |
| H A D | space_map.c | 395 space_map_t *smla_sm; 453 space_map_histogram_clear(space_map_t *sm) in space_map_histogram_clear() 795 space_map_open_impl(space_map_t *sm) in space_map_open_impl() 813 space_map_t *sm; in space_map_open() 820 sm = kmem_alloc(sizeof (space_map_t), KM_SLEEP); in space_map_open() 842 space_map_close(space_map_t *sm) in space_map_close() 948 space_map_free(space_map_t *sm, dmu_tx_t *tx) in space_map_free() 1085 space_map_object(space_map_t *sm) in space_map_object() 1091 space_map_allocated(space_map_t *sm) in space_map_allocated() 1097 space_map_length(space_map_t *sm) in space_map_length() [all …]
|
| H A D | spa_checkpoint.c | 408 space_map_t *checkpoint_sm = vd->vdev_checkpoint_sm; in spa_checkpoint_discard_thread()
|
| H A D | vdev_indirect_mapping.c | 560 uint32_t *counts, space_map_t *obsolete_space_sm) in vdev_indirect_mapping_load_obsolete_spacemap()
|
| H A D | metaslab.c | 2014 space_map_t *sm = msp->ms_sm; in metaslab_aux_histograms_update() 2048 space_map_t *sm = msp->ms_sm; in metaslab_aux_histograms_update_done() 3093 space_map_t *sm = msp->ms_sm; in metaslab_weight_from_spacemap() 3578 space_map_t *sm = msp->ms_sm; in metaslab_should_condense() 3616 space_map_t *sm = msp->ms_sm; in metaslab_condense() 4104 space_map_t *log_sm = spa_syncing_log_sm(spa); in metaslab_sync()
|
| H A D | vdev_indirect.c | 666 space_map_t *prev_obsolete_sm = NULL; in spa_condense_indirect_thread()
|
| H A D | spa_misc.c | 2796 space_map_t *
|
| /freebsd-14.2/sys/contrib/openzfs/cmd/zdb/ |
| H A D | zdb.c | 458 space_map_t *sm = NULL; in iterate_through_spacemap_logs() 1508 space_map_t *sm = vd->vdev_dtl_sm; in get_dtl_refcount() 1528 space_map_t *sm = vd->vdev_ms[m]->ms_sm; in get_metaslab_refcount() 1630 dump_spacemap(objset_t *os, space_map_t *sm) in dump_spacemap() 1757 space_map_t *sm = msp->ms_sm; in dump_metaslab() 2010 space_map_t *sm = NULL; in dump_log_spacemaps() 6180 space_map_t *prev_obsolete_sm = NULL; in zdb_load_obsolete_counts() 6281 space_map_t *checkpoint_sm = NULL; in zdb_leak_init_vdev_exclude_checkpoint() 7397 space_map_t *prev_obsolete_sm = NULL; in verify_device_removal_feature_counts() 7660 space_map_t *checkpoint_sm = NULL; in verify_checkpoint_vdev_spacemaps() [all …]
|