Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/fs/zfs/sys/
H A Dzio.h174 #define ZIO_FLAG_DDT_INHERIT (ZIO_FLAG_IO_RETRY - 1)
175 #define ZIO_FLAG_GANG_INHERIT (ZIO_FLAG_IO_RETRY - 1)
180 ZIO_FLAG_IO_RETRY = 1 << 14, /* must be first for INHERIT */ enumerator
/titanic_41/usr/src/uts/common/fs/zfs/
H A Dzio_inject.c247 (ZIO_FLAG_IO_RETRY | ZIO_FLAG_TRYHARD)))) { in zio_handle_device_injection()
273 zio->io_flags |= ZIO_FLAG_IO_RETRY; in zio_handle_device_injection()
H A Dzfs_fm.c154 !(zio->io_flags & ZIO_FLAG_IO_RETRY)) in zfs_ereport_start()
H A Dvdev_disk.c807 if (!(zio->io_flags & (ZIO_FLAG_IO_RETRY | ZIO_FLAG_TRYHARD))) in vdev_disk_io_start()
H A Dzio.c2792 !(zio->io_flags & (ZIO_FLAG_DONT_RETRY | ZIO_FLAG_IO_RETRY))) { in zio_vdev_io_assess()
2796 zio->io_flags |= ZIO_FLAG_IO_RETRY | in zio_vdev_io_assess()
H A Dvdev.c2786 !(zio->io_flags & ZIO_FLAG_IO_RETRY)) in vdev_stat_update()