Searched refs:ZIO_FLAG_SCRUB (Results 1 - 7 of 7) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dvdev_mirror.c274 if ((zio->io_flags & ZIO_FLAG_SCRUB) && !mm->mm_replacing) {
410 ((zio->io_flags & ZIO_FLAG_SCRUB) && mm->mm_replacing))) {
427 if (!(zio->io_flags & ZIO_FLAG_SCRUB) &&
H A Dzil.c191 zio_flags |= ZIO_FLAG_SPECULATIVE | ZIO_FLAG_SCRUB;
273 zio_flags |= ZIO_FLAG_SPECULATIVE | ZIO_FLAG_SCRUB;
389 ZIO_FLAG_CANFAIL | ZIO_FLAG_SPECULATIVE | ZIO_FLAG_SCRUB)));
H A Ddsl_scan.c1795 zio_flags |= ZIO_FLAG_SCRUB;
H A Dvdev_raidz.c1796 (zio->io_flags & (ZIO_FLAG_SCRUB | ZIO_FLAG_RESILVER))) {
H A Dspa.c1932 ZIO_FLAG_SCRUB | ZIO_FLAG_RAW, zb));
/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Dzio.h150 ZIO_FLAG_SCRUB = 1 << 4, enumerator in enum:zio_flag
/illumos-gate/usr/src/cmd/zdb/
H A Dzdb.c2463 int flags = ZIO_FLAG_CANFAIL | ZIO_FLAG_SCRUB | ZIO_FLAG_RAW;

Completed in 105 milliseconds