Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Dvdev_cache.c334 uint64_t io_start = zio->io_offset; in vdev_cache_write() local
335 uint64_t io_end = io_start + zio->io_size; in vdev_cache_write()
336 uint64_t min_offset = P2ALIGN(io_start, VCBS); in vdev_cache_write()
351 uint64_t start = MAX(ve->ve_offset, io_start); in vdev_cache_write()
358 start - ve->ve_offset, start - io_start, in vdev_cache_write()
/f-stack/freebsd/sys/
H A Dbuf.h67 void (*io_start)(struct buf *); member
440 if (bioops.io_start) in buf_start()
441 (*bioops.io_start)(bp); in buf_start()