Home
last modified time | relevance | path

Searched refs:ZIO_FLAG_SPECULATIVE (Results 1 – 15 of 15) sorted by relevance

/freebsd/sys/contrib/openzfs/module/zfs/
H A Dvdev_label.c795 ZIO_FLAG_SPECULATIVE; in vdev_label_read_config()
1329 ZIO_FLAG_SPECULATIVE | ZIO_FLAG_TRYHARD; in vdev_label_read_bootenv()
1604 ZIO_FLAG_SPECULATIVE | ZIO_FLAG_TRYHARD; in vdev_uberblock_load()
1677 ZIO_FLAG_SPECULATIVE; in vdev_copy_uberblocks()
H A Ddmu_traverse.c186 int zio_flags = ZIO_FLAG_CANFAIL | ZIO_FLAG_SPECULATIVE; in traverse_prefetch_metadata()
566 int zio_flags = ZIO_FLAG_CANFAIL | ZIO_FLAG_SPECULATIVE; in traverse_prefetcher()
H A Dzio.c606 ASSERT(ret != EACCES || (zio->io_flags & ZIO_FLAG_SPECULATIVE)); in zio_decrypt()
614 if ((zio->io_flags & ZIO_FLAG_SPECULATIVE) == 0) { in zio_decrypt()
1573 flags &= ~ZIO_FLAG_SPECULATIVE; in zio_vdev_child_io()
2543 ZIO_FLAG_CANFAIL | ZIO_FLAG_SPECULATIVE | in zio_suspend()
3392 ZIO_FLAG_CANFAIL | ZIO_FLAG_SPECULATIVE | in zio_ddt_collision()
3418 ZIO_FLAG_CANFAIL | ZIO_FLAG_SPECULATIVE, in zio_ddt_collision()
4503 !(zio->io_flags & ZIO_FLAG_SPECULATIVE)) { in zio_checksum_verify()
4860 (ZIO_FLAG_SPECULATIVE | ZIO_FLAG_DONT_PROPAGATE))) && in zio_done()
H A Dvdev_indirect.c1394 if (zio->io_flags & ZIO_FLAG_SPECULATIVE) in vdev_indirect_checksum_error()
1469 if (zio->io_flags & ZIO_FLAG_SPECULATIVE) in vdev_indirect_all_checksum_errors()
H A Dzil.c251 zio_flags |= ZIO_FLAG_SPECULATIVE | ZIO_FLAG_SCRUB; in zil_read_log_block()
254 zio_flags |= ZIO_FLAG_SPECULATIVE; in zil_read_log_block()
332 zio_flags |= ZIO_FLAG_SPECULATIVE | ZIO_FLAG_SCRUB; in zil_read_log_data()
591 ZIO_FLAG_CANFAIL | ZIO_FLAG_SPECULATIVE | ZIO_FLAG_SCRUB))); in zil_claim_log_block()
H A Dddt.c1049 ZIO_FLAG_CANFAIL | ZIO_FLAG_SPECULATIVE | ZIO_FLAG_SELF_HEAL); in ddt_sync()
H A Ddsl_scan.c3956 zio_flags |= ZIO_FLAG_SPECULATIVE; in read_by_block_level()
4753 zio_flags |= ZIO_FLAG_SPECULATIVE; in dsl_scan_scrub_cb()
4806 !(zio->io_flags & ZIO_FLAG_SPECULATIVE))) { in dsl_scan_scrub_done()
H A Darc.c5358 ASSERT((zio->io_flags & ZIO_FLAG_SPECULATIVE) || in arc_read_done()
5368 if ((zio->io_flags & ZIO_FLAG_SPECULATIVE) == 0) { in arc_read_done()
5654 if ((zio_flags & ZIO_FLAG_SPECULATIVE) == 0) { in arc_read()
5668 ASSERT((zio_flags & ZIO_FLAG_SPECULATIVE) || in arc_read()
10015 ZIO_FLAG_SPECULATIVE, B_FALSE)); in l2arc_dev_hdr_read()
H A Ddbuf.c3405 int zio_flags = ZIO_FLAG_CANFAIL | ZIO_FLAG_SPECULATIVE; in dbuf_issue_final_prefetch()
3515 ZIO_FLAG_CANFAIL | ZIO_FLAG_SPECULATIVE, in dbuf_prefetch_indirect_done()
3652 ZIO_FLAG_CANFAIL | ZIO_FLAG_SPECULATIVE, in dbuf_prefetch_impl()
H A Dspa.c2739 ZIO_FLAG_SPECULATIVE | ZIO_FLAG_CANFAIL | in spa_load_verify_cb()
2786 ZIO_FLAG_CANFAIL | ZIO_FLAG_SPECULATIVE); in spa_load_verify()
3907 ZIO_FLAG_CANFAIL | ZIO_FLAG_SPECULATIVE |
6431 ZIO_FLAG_CANFAIL | ZIO_FLAG_SPECULATIVE |
H A Dvdev_raidz.c2608 if (!(zio->io_flags & ZIO_FLAG_SPECULATIVE) && in vdev_raidz_checksum_error()
3536 !(zio->io_flags & ZIO_FLAG_SPECULATIVE)) { in vdev_raidz_io_done()
H A Ddmu_recv.c1376 zio_flag_t flags = ZIO_FLAG_SPECULATIVE | ZIO_FLAG_DONT_RETRY | in do_corrective_recv()
H A Dvdev.c4990 if (flags & ZIO_FLAG_SPECULATIVE) in vdev_stat_update()
/freebsd/sys/contrib/openzfs/include/sys/
H A Dzio.h190 #define ZIO_FLAG_SPECULATIVE (1ULL << 8) macro
/freebsd/sys/contrib/openzfs/cmd/zdb/
H A Dzdb.c5800 if (ioerr && !(zio->io_flags & ZIO_FLAG_SPECULATIVE)) { in zdb_blkptr_done()
5867 flags |= ZIO_FLAG_SPECULATIVE; in zdb_blkptr_cb()
6860 ZIO_FLAG_CANFAIL | ZIO_FLAG_SPECULATIVE | in dump_block_stats()
8819 ZIO_FLAG_SPECULATIVE | in zdb_read_block()