Searched refs:maptype_t (Results 1 – 4 of 4) sorted by relevance
/freebsd/sys/contrib/openzfs/include/sys/ |
H A D | space_map.h | 145 } maptype_t; typedef 148 maptype_t sme_type; 211 int space_map_load(space_map_t *sm, zfs_range_tree_t *rt, maptype_t maptype); 213 maptype_t maptype, uint64_t length); 230 void space_map_write(space_map_t *sm, zfs_range_tree_t *rt, maptype_t maptype,
|
/freebsd/sys/contrib/openzfs/module/zfs/ |
H A D | space_map.c | 146 maptype_t type; in space_map_iterate() 333 maptype_t type; in space_map_incremental_destroy() 398 maptype_t smla_type; 423 space_map_load_length(space_map_t *sm, zfs_range_tree_t *rt, maptype_t maptype, in space_map_load_length() 450 space_map_load(space_map_t *sm, zfs_range_tree_t *rt, maptype_t maptype) in space_map_load() 530 space_map_write_intro_debug(space_map_t *sm, maptype_t maptype, dmu_tx_t *tx) in space_map_write_intro_debug() 554 maptype_t maptype, uint64_t vdev_id, uint8_t words, dmu_buf_t **dbp, in space_map_write_seg() 673 space_map_write_impl(space_map_t *sm, zfs_range_tree_t *rt, maptype_t maptype, in space_map_write_impl() 760 space_map_write(space_map_t *sm, zfs_range_tree_t *rt, maptype_t maptype, in space_map_write()
|
/freebsd/sys/cddl/boot/zfs/ |
H A D | zfsimpl.h | 1373 } maptype_t; typedef
|
/freebsd/sys/contrib/openzfs/cmd/zdb/ |
H A D | zdb.c | 6607 maptype_t *uic_maptype = arg; in load_unflushed_cb() 6636 load_unflushed_to_ms_allocatables(spa_t *spa, maptype_t maptype) in load_unflushed_to_ms_allocatables() 6642 load_concrete_ms_allocatable_trees(spa_t *spa, maptype_t maptype) in load_concrete_ms_allocatable_trees()
|