Searched refs:space_map_t (Results 1 – 14 of 14) sorted by relevance
| /f-stack/freebsd/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 | 300 space_map_t *vdev_checkpoint_sm; /* contains reserved blocks */ 388 space_map_t *vdev_obsolete_sm; 401 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 | 318 space_map_t *spa_syncing_log_sm; /* current log space map */
|
| H A D | spa.h | 1067 extern space_map_t *spa_syncing_log_sm(spa_t *spa);
|
| /f-stack/freebsd/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() 945 space_map_free(space_map_t *sm, dmu_tx_t *tx) in space_map_free() 1082 space_map_object(space_map_t *sm) in space_map_object() 1088 space_map_allocated(space_map_t *sm) in space_map_allocated() 1094 space_map_length(space_map_t *sm) in space_map_length() [all …]
|
| H A D | spa_checkpoint.c | 407 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 | metaslab.c | 1977 space_map_t *sm = msp->ms_sm; in metaslab_aux_histograms_update() 2011 space_map_t *sm = msp->ms_sm; in metaslab_aux_histograms_update_done() 3033 space_map_t *sm = msp->ms_sm; in metaslab_weight_from_spacemap() 3510 space_map_t *sm = msp->ms_sm; in metaslab_should_condense() 3548 space_map_t *sm = msp->ms_sm; in metaslab_condense() 4027 space_map_t *log_sm = spa_syncing_log_sm(spa); in metaslab_sync()
|
| H A D | spa_log_spacemap.c | 1119 space_map_t *sm = NULL; in spa_ld_log_sm_data()
|
| H A D | vdev_indirect.c | 668 space_map_t *prev_obsolete_sm = NULL; in spa_condense_indirect_thread()
|
| H A D | spa_misc.c | 2648 space_map_t *
|
| /f-stack/freebsd/contrib/openzfs/cmd/zdb/ |
| H A D | zdb.c | 415 space_map_t *sm = NULL; in iterate_through_spacemap_logs() 1364 space_map_t *sm = vd->vdev_dtl_sm; in get_dtl_refcount() 1384 space_map_t *sm = vd->vdev_ms[m]->ms_sm; in get_metaslab_refcount() 1486 dump_spacemap(objset_t *os, space_map_t *sm) in dump_spacemap() 1613 space_map_t *sm = msp->ms_sm; in dump_metaslab() 1864 space_map_t *sm = NULL; in dump_log_spacemaps() 5498 space_map_t *prev_obsolete_sm = NULL; in zdb_load_obsolete_counts() 5600 space_map_t *checkpoint_sm = NULL; in zdb_leak_init_vdev_exclude_checkpoint() 6630 space_map_t *prev_obsolete_sm = NULL; in verify_device_removal_feature_counts() 6889 space_map_t *checkpoint_sm = NULL; in verify_checkpoint_vdev_spacemaps() [all …]
|