Lines Matching defs:zio_flags
359 static void scan_exec_io(dsl_pool_t *dp, const blkptr_t *bp, int zio_flags,
2090 int zio_flags = ZIO_FLAG_CANFAIL | ZIO_FLAG_SCAN_THREAD;
2121 zio_flags |= ZIO_FLAG_RAW;
2133 zio_flags, &flags, &spic->spic_zb);
2204 int zio_flags = ZIO_FLAG_CANFAIL | ZIO_FLAG_SCAN_THREAD;
2230 ZIO_PRIORITY_SCRUB, zio_flags, &flags, zb);
2254 zio_flags |= ZIO_FLAG_RAW;
2258 ZIO_PRIORITY_SCRUB, zio_flags, &flags, zb);
2277 ZIO_PRIORITY_SCRUB, zio_flags, &flags, zb);
4001 int zio_flags = ZIO_FLAG_SCAN_THREAD | ZIO_FLAG_RAW |
4006 zio_flags |= ZIO_FLAG_SPECULATIVE;
4009 scan_exec_io(dp, &bp, zio_flags, &zb, NULL);
4738 int zio_flags, const zbookmark_phys_t *zb)
4746 sio->sio_flags = zio_flags;
4759 dsl_scan_enqueue(dsl_pool_t *dp, const blkptr_t *bp, int zio_flags,
4771 scan_exec_io(dp, bp, zio_flags, zb, NULL);
4788 i, zio_flags, zb);
4802 int zio_flags = ZIO_FLAG_SCAN_THREAD | ZIO_FLAG_RAW | ZIO_FLAG_CANFAIL;
4816 zio_flags |= ZIO_FLAG_SCRUB;
4820 zio_flags |= ZIO_FLAG_RESILVER;
4826 zio_flags |= ZIO_FLAG_SPECULATIVE;
4846 dsl_scan_enqueue(dp, bp, zio_flags, zb);
4899 scan_exec_io(dsl_pool_t *dp, const blkptr_t *bp, int zio_flags,
4931 queue, ZIO_PRIORITY_SCRUB, zio_flags, zb));