Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/include/sys/
H A Dvdev.h148 extern boolean_t vdev_cache_read(zio_t *zio);
/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Dvdev_cache.c251 vdev_cache_read(zio_t *zio) in vdev_cache_read() function
H A Dzio.c3819 if (zio->io_type == ZIO_TYPE_READ && vdev_cache_read(zio)) in zio_vdev_io_start()