Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Dvdev_cache.c193 uint64_t cache_phase = P2PHASE(zio->io_offset, VCBS); in vdev_cache_hit() local
205 abd_copy_off(zio->io_abd, ve->ve_abd, 0, cache_phase, zio->io_size); in vdev_cache_hit()
257 uint64_t cache_phase __maybe_unused = P2PHASE(zio->io_offset, VCBS); in vdev_cache_read()
273 ASSERT3U(cache_phase + zio->io_size, <=, VCBS); in vdev_cache_read()