Home
last modified time | relevance | path

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

/onnv-gate/usr/src/uts/common/fs/zfs/
H A Dvdev_cache.c187 uint64_t cache_phase = P2PHASE(zio->io_offset, VCBS); in vdev_cache_hit() local
199 bcopy(ve->ve_data + cache_phase, zio->io_data, zio->io_size); in vdev_cache_hit()
249 uint64_t cache_phase = P2PHASE(zio->io_offset, VCBS); in vdev_cache_read() local
266 ASSERT(cache_phase + zio->io_size <= VCBS); in vdev_cache_read()