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

/freebsd-12-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/
H A Dzio.h167 #define ZIO_FLAG_DDT_INHERIT (ZIO_FLAG_IO_RETRY - 1)
168 #define ZIO_FLAG_GANG_INHERIT (ZIO_FLAG_IO_RETRY - 1)
173 ZIO_FLAG_IO_RETRY = 1 << 15, /* must be first for INHERIT */ enumerator in enum:zio_flag
/freebsd-12-stable/sys/cddl/contrib/opensolaris/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.c826 if (!(zio->io_flags & (ZIO_FLAG_IO_RETRY | ZIO_FLAG_TRYHARD)))
H A Dzio.c1211 (vd != vd->vdev_top || (flags & ZIO_FLAG_IO_RETRY))) {
3559 !(zio->io_flags & (ZIO_FLAG_DONT_RETRY | ZIO_FLAG_IO_RETRY))) {
3563 zio->io_flags |= ZIO_FLAG_IO_RETRY |
3840 ASSERT(!(zio->io_flags & (ZIO_FLAG_IO_REPAIR | ZIO_FLAG_IO_RETRY)));
H A Dvdev.c3928 !(zio->io_flags & ZIO_FLAG_IO_RETRY))

Completed in 125 milliseconds