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.c145 uint64_t raw_offset, raw_run, vdev_id; in space_map_iterate() local
151 raw_run = SM_RUN_DECODE(e); in space_map_iterate()
155 raw_run = SM2_RUN_DECODE(e); in space_map_iterate()
169 uint64_t entry_run = raw_run << sm->sm_shift; in space_map_iterate()
332 uint64_t raw_offset, raw_run, vdev_id; in space_map_incremental_destroy() local
338 raw_run = SM_RUN_DECODE(e); in space_map_incremental_destroy()
343 raw_run = SM2_RUN_DECODE(e); in space_map_incremental_destroy()
358 uint64_t entry_run = raw_run << sm->sm_shift; in space_map_incremental_destroy()