Home
last modified time | relevance | path

Searched refs:space_map_t (Results 1 – 14 of 14) sorted by relevance

/f-stack/freebsd/contrib/openzfs/include/sys/
H A Dspace_map.h101 } 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 Dvdev_impl.h300 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 Dvdev_indirect_mapping.h130 uint32_t *counts, space_map_t *obsolete_space_sm);
H A Dmetaslab_impl.h396 space_map_t *ms_sm;
H A Dspa_impl.h318 space_map_t *spa_syncing_log_sm; /* current log space map */
H A Dspa.h1067 extern space_map_t *spa_syncing_log_sm(spa_t *spa);
/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Dspace_map.c395 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 Dspa_checkpoint.c407 space_map_t *checkpoint_sm = vd->vdev_checkpoint_sm; in spa_checkpoint_discard_thread()
H A Dvdev_indirect_mapping.c558 uint32_t *counts, space_map_t *obsolete_space_sm) in vdev_indirect_mapping_load_obsolete_spacemap()
H A Dmetaslab.c1977 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 Dspa_log_spacemap.c1119 space_map_t *sm = NULL; in spa_ld_log_sm_data()
H A Dvdev_indirect.c668 space_map_t *prev_obsolete_sm = NULL; in spa_condense_indirect_thread()
H A Dspa_misc.c2648 space_map_t *
/f-stack/freebsd/contrib/openzfs/cmd/zdb/
H A Dzdb.c415 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 …]