Searched refs:space_map_t (Results 1 – 14 of 14) sorted by relevance
| /freebsd-13.1/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 | vdev_impl.h | 304 space_map_t *vdev_checkpoint_sm; /* contains reserved blocks */ 392 space_map_t *vdev_obsolete_sm; 405 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 | 396 space_map_t *ms_sm;
|
| H A D | spa_impl.h | 322 space_map_t *spa_syncing_log_sm; /* current log space map */
|
| H A D | spa.h | 1073 extern space_map_t *spa_syncing_log_sm(spa_t *spa);
|
| /freebsd-13.1/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() 794 space_map_open_impl(space_map_t *sm) in space_map_open_impl() 812 space_map_t *sm; in space_map_open() 819 sm = kmem_alloc(sizeof (space_map_t), KM_SLEEP); in space_map_open() 841 space_map_close(space_map_t *sm) in space_map_close() 947 space_map_free(space_map_t *sm, dmu_tx_t *tx) in space_map_free() 1084 space_map_object(space_map_t *sm) in space_map_object() 1090 space_map_allocated(space_map_t *sm) in space_map_allocated() 1096 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 | 558 uint32_t *counts, space_map_t *obsolete_space_sm) in vdev_indirect_mapping_load_obsolete_spacemap()
|
| H A D | spa_log_spacemap.c | 1119 space_map_t *sm = NULL; in spa_ld_log_sm_data()
|
| H A D | metaslab.c | 2002 space_map_t *sm = msp->ms_sm; in metaslab_aux_histograms_update() 2036 space_map_t *sm = msp->ms_sm; in metaslab_aux_histograms_update_done() 3078 space_map_t *sm = msp->ms_sm; in metaslab_weight_from_spacemap() 3555 space_map_t *sm = msp->ms_sm; in metaslab_should_condense() 3593 space_map_t *sm = msp->ms_sm; in metaslab_condense() 4073 space_map_t *log_sm = spa_syncing_log_sm(spa); in metaslab_sync()
|
| H A D | vdev_indirect.c | 667 space_map_t *prev_obsolete_sm = NULL; in spa_condense_indirect_thread()
|
| H A D | spa_misc.c | 2691 space_map_t *
|
| /freebsd-13.1/sys/contrib/openzfs/cmd/zdb/ |
| H A D | zdb.c | 439 space_map_t *sm = NULL; in iterate_through_spacemap_logs() 1394 space_map_t *sm = vd->vdev_dtl_sm; in get_dtl_refcount() 1414 space_map_t *sm = vd->vdev_ms[m]->ms_sm; in get_metaslab_refcount() 1516 dump_spacemap(objset_t *os, space_map_t *sm) in dump_spacemap() 1643 space_map_t *sm = msp->ms_sm; in dump_metaslab() 1894 space_map_t *sm = NULL; in dump_log_spacemaps() 5612 space_map_t *prev_obsolete_sm = NULL; in zdb_load_obsolete_counts() 5714 space_map_t *checkpoint_sm = NULL; in zdb_leak_init_vdev_exclude_checkpoint() 6762 space_map_t *prev_obsolete_sm = NULL; in verify_device_removal_feature_counts() 7021 space_map_t *checkpoint_sm = NULL; in verify_checkpoint_vdev_spacemaps() [all …]
|