Searched refs:ZIO_FLAG_IO_RETRY (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Dzio.h168 #define ZIO_FLAG_DDT_INHERIT (ZIO_FLAG_IO_RETRY - 1)
169 #define ZIO_FLAG_GANG_INHERIT (ZIO_FLAG_IO_RETRY - 1)
174 ZIO_FLAG_IO_RETRY = 1 << 15, /* must be first for INHERIT */ enumerator in enum:zio_flag
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzio_inject.c285 (ZIO_FLAG_IO_RETRY | ZIO_FLAG_TRYHARD)))) {
311 zio->io_flags |= ZIO_FLAG_IO_RETRY;
H A Dzfs_fm.c154 !(zio->io_flags & ZIO_FLAG_IO_RETRY))
H A Dvdev_disk.c769 if (!(zio->io_flags & (ZIO_FLAG_IO_RETRY | ZIO_FLAG_TRYHARD)))
H A Dzio.c1027 (vd != vd->vdev_top || (flags & ZIO_FLAG_IO_RETRY))) {
3135 !(zio->io_flags & (ZIO_FLAG_DONT_RETRY | ZIO_FLAG_IO_RETRY))) {
3139 zio->io_flags |= ZIO_FLAG_IO_RETRY |
3413 ASSERT(!(zio->io_flags & (ZIO_FLAG_IO_REPAIR | ZIO_FLAG_IO_RETRY)));
H A Dvdev.c2881 !(zio->io_flags & ZIO_FLAG_IO_RETRY))

Completed in 83 milliseconds