Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dspace_map.c125 uint64_t raw_offset, raw_run, vdev_id; in space_map_iterate() local
131 raw_run = SM_RUN_DECODE(e); in space_map_iterate()
135 raw_run = SM2_RUN_DECODE(e); in space_map_iterate()
149 uint64_t entry_run = raw_run << sm->sm_shift; in space_map_iterate()
310 uint64_t raw_offset, raw_run, vdev_id; in space_map_incremental_destroy() local
316 raw_run = SM_RUN_DECODE(e); in space_map_incremental_destroy()
321 raw_run = SM2_RUN_DECODE(e); in space_map_incremental_destroy()
336 uint64_t entry_run = raw_run << sm->sm_shift; in space_map_incremental_destroy()
/illumos-gate/usr/src/cmd/mdb/common/modules/zfs/
H A Dzfs.c205 uint64_t raw_offset, raw_run, vdev_id = SM_NO_VDEVID; in sm_entries() local
211 raw_run = SM_RUN_DECODE(word); in sm_entries()
216 raw_run = SM2_RUN_DECODE(word); in sm_entries()
243 (u_longlong_t)(raw_offset + raw_run), in sm_entries()
244 (u_longlong_t)raw_run, in sm_entries()