Home
last modified time | relevance | path

Searched refs:entry_run (Results 1 – 2 of 2) sorted by last modified time

/illumos-gate/usr/src/cmd/zdb/
H A Dzdb.c839 uint64_t entry_off, entry_run, entry_vdev = SM_NO_VDEVID; in dump_spacemap() local
846 entry_run = SM_RUN_DECODE(word) << mapshift; in dump_spacemap()
860 entry_run = SM2_RUN_DECODE(word) << mapshift; in dump_spacemap()
873 (u_longlong_t)(entry_off + entry_run), in dump_spacemap()
874 (u_longlong_t)entry_run, in dump_spacemap()
878 alloc += entry_run; in dump_spacemap()
880 alloc -= entry_run; in dump_spacemap()
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dspace_map.c149 uint64_t entry_run = raw_run << sm->sm_shift; in space_map_iterate() local
152 VERIFY0(P2PHASE(entry_run, 1ULL << sm->sm_shift)); in space_map_iterate()
155 ASSERT3U(entry_run, <=, sm->sm_size); in space_map_iterate()
156 ASSERT3U(entry_offset + entry_run, <=, in space_map_iterate()
163 .sme_run = entry_run in space_map_iterate()
336 uint64_t entry_run = raw_run << sm->sm_shift; in space_map_incremental_destroy() local
342 VERIFY3U(entry_run, <=, sm->sm_size); in space_map_incremental_destroy()
343 VERIFY3U(entry_offset + entry_run, <=, in space_map_incremental_destroy()
350 .sme_run = entry_run in space_map_incremental_destroy()
357 sm->sm_phys->smp_alloc -= entry_run; in space_map_incremental_destroy()
[all …]