Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Dzio.h190 ZIO_FLAG_PROBE = 1 << 16, enumerator
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dvdev.c1412 if (zio && (zio->io_flags & ZIO_FLAG_PROBE)) in vdev_probe()
1425 vps->vps_flags = ZIO_FLAG_CANFAIL | ZIO_FLAG_PROBE | in vdev_probe()
H A Dzio.c1686 if (zio->io_flags & (ZIO_FLAG_CONFIG_WRITER | ZIO_FLAG_PROBE)) in zio_taskq_dispatch()