Home
last modified time | relevance | path

Searched refs:maptype (Results 1 – 3 of 3) sorted by relevance

/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Dspace_map.c427 if (maptype == SM_FREE) in space_map_load_length()
432 smla.smla_type = maptype; in space_map_load_length()
447 space_map_load(space_map_t *sm, range_tree_t *rt, maptype_t maptype) in space_map_load() argument
531 SM_DEBUG_ACTION_ENCODE(maptype) | in space_map_write_intro_debug()
633 SM_TYPE_ENCODE(maptype) | in space_map_write_seg()
646 *block_cursor = SM2_TYPE_ENCODE(maptype) | in space_map_write_seg()
675 space_map_write_intro_debug(sm, maptype, tx); in space_map_write_impl()
733 rt), maptype, vdev_id, words, &db, FTAG, tx); in space_map_write_impl()
755 space_map_write(space_map_t *sm, range_tree_t *rt, maptype_t maptype, in space_map_write() argument
775 if (maptype == SM_ALLOC) in space_map_write()
[all …]
/f-stack/freebsd/contrib/openzfs/include/sys/
H A Dspace_map.h210 int space_map_load(space_map_t *sm, range_tree_t *rt, maptype_t maptype);
211 int space_map_load_length(space_map_t *sm, range_tree_t *rt, maptype_t maptype,
229 void space_map_write(space_map_t *sm, range_tree_t *rt, maptype_t maptype,
/f-stack/freebsd/contrib/openzfs/cmd/zdb/
H A Dzdb.c5728 load_unflushed_to_ms_allocatables(spa_t *spa, maptype_t maptype) in load_unflushed_to_ms_allocatables() argument
5730 iterate_through_spacemap_logs(spa, load_unflushed_cb, &maptype); in load_unflushed_to_ms_allocatables()
5734 load_concrete_ms_allocatable_trees(spa_t *spa, maptype_t maptype) in load_concrete_ms_allocatable_trees() argument
5766 msp->ms_allocatable, maptype)); in load_concrete_ms_allocatable_trees()
5774 load_unflushed_to_ms_allocatables(spa, maptype); in load_concrete_ms_allocatable_trees()