Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/fs/zfs/
H A Dvdev_cache.c335 uint64_t io_start = zio->io_offset; in vdev_cache_write() local
336 uint64_t io_end = io_start + zio->io_size; in vdev_cache_write()
337 uint64_t min_offset = P2ALIGN(io_start, VCBS); in vdev_cache_write()
352 uint64_t start = MAX(ve->ve_offset, io_start); in vdev_cache_write()
358 bcopy((char *)zio->io_data + start - io_start, in vdev_cache_write()