Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/module/zfs/
H A Dspace_map.c134 uint64_t raw_offset, raw_run, vdev_id; in space_map_iterate() local
140 raw_run = SM_RUN_DECODE(e); in space_map_iterate()
144 raw_run = SM2_RUN_DECODE(e); in space_map_iterate()
158 uint64_t entry_run = raw_run << sm->sm_shift; in space_map_iterate()
321 uint64_t raw_offset, raw_run, vdev_id; in space_map_incremental_destroy() local
327 raw_run = SM_RUN_DECODE(e); in space_map_incremental_destroy()
332 raw_run = SM2_RUN_DECODE(e); in space_map_incremental_destroy()
347 uint64_t entry_run = raw_run << sm->sm_shift; in space_map_incremental_destroy()