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.c144 uint64_t raw_offset, raw_run, vdev_id; in space_map_iterate() local
150 raw_run = SM_RUN_DECODE(e); in space_map_iterate()
154 raw_run = SM2_RUN_DECODE(e); in space_map_iterate()
168 uint64_t entry_run = raw_run << sm->sm_shift; in space_map_iterate()
331 uint64_t raw_offset, raw_run, vdev_id; in space_map_incremental_destroy() local
337 raw_run = SM_RUN_DECODE(e); in space_map_incremental_destroy()
342 raw_run = SM2_RUN_DECODE(e); in space_map_incremental_destroy()
357 uint64_t entry_run = raw_run << sm->sm_shift; in space_map_incremental_destroy()