Home
last modified time | relevance | path

Searched refs:zio_flags (Results 1 – 10 of 10) sorted by relevance

/freebsd/sys/contrib/openzfs/module/zfs/
H A Ddmu_traverse.c186 int zio_flags = ZIO_FLAG_CANFAIL | ZIO_FLAG_SPECULATIVE; in traverse_prefetch_metadata() local
203 zio_flags |= ZIO_FLAG_RAW; in traverse_prefetch_metadata()
206 ZIO_PRIORITY_ASYNC_READ, zio_flags, &flags, zb); in traverse_prefetch_metadata()
367 zio_flag_t zio_flags = ZIO_FLAG_CANFAIL; in traverse_visitbp() local
377 zio_flags |= ZIO_FLAG_RAW; in traverse_visitbp()
380 ZIO_PRIORITY_ASYNC_READ, zio_flags, &flags, zb); in traverse_visitbp()
399 zio_flag_t zio_flags = ZIO_FLAG_CANFAIL; in traverse_visitbp() local
404 zio_flags |= ZIO_FLAG_RAW; in traverse_visitbp()
407 ZIO_PRIORITY_ASYNC_READ, zio_flags, &flags, zb); in traverse_visitbp()
566 int zio_flags = ZIO_FLAG_CANFAIL | ZIO_FLAG_SPECULATIVE; in traverse_prefetcher() local
[all …]
H A Ddmu_diff.c130 int zio_flags = ZIO_FLAG_CANFAIL; in diff_cb() local
134 zio_flags |= ZIO_FLAG_RAW; in diff_cb()
137 ZIO_PRIORITY_ASYNC_READ, zio_flags, &aflags, zb) != 0) in diff_cb()
H A Ddsl_scan.c401 static void scan_exec_io(dsl_pool_t *dp, const blkptr_t *bp, int zio_flags,
2210 int zio_flags = ZIO_FLAG_CANFAIL | ZIO_FLAG_SCAN_THREAD; in dsl_scan_prefetch_thread() local
2241 zio_flags |= ZIO_FLAG_RAW; in dsl_scan_prefetch_thread()
2253 zio_flags, &flags, &spic->spic_zb); in dsl_scan_prefetch_thread()
2324 int zio_flags = ZIO_FLAG_CANFAIL | ZIO_FLAG_SCAN_THREAD; in dsl_scan_recurse() local
2350 ZIO_PRIORITY_SCRUB, zio_flags, &flags, zb); in dsl_scan_recurse()
2374 zio_flags |= ZIO_FLAG_RAW; in dsl_scan_recurse()
2378 ZIO_PRIORITY_SCRUB, zio_flags, &flags, zb); in dsl_scan_recurse()
2397 ZIO_PRIORITY_SCRUB, zio_flags, &flags, zb); in dsl_scan_recurse()
4174 int zio_flags = ZIO_FLAG_SCAN_THREAD | ZIO_FLAG_CANFAIL | in read_by_block_level() local
[all …]
H A Dzil.c241 zio_flag_t zio_flags = ZIO_FLAG_CANFAIL; in zil_read_log_block() local
247 zio_flags |= ZIO_FLAG_SPECULATIVE | ZIO_FLAG_SCRUB; in zil_read_log_block()
250 zio_flags |= ZIO_FLAG_SPECULATIVE; in zil_read_log_block()
253 zio_flags |= ZIO_FLAG_RAW; in zil_read_log_block()
259 abuf, ZIO_PRIORITY_SYNC_READ, zio_flags, &aflags, &zb); in zil_read_log_block()
314 zio_flag_t zio_flags = ZIO_FLAG_CANFAIL; in zil_read_log_data() local
328 zio_flags |= ZIO_FLAG_SPECULATIVE | ZIO_FLAG_SCRUB; in zil_read_log_data()
336 zio_flags |= ZIO_FLAG_RAW; in zil_read_log_data()
343 ZIO_PRIORITY_SYNC_READ, zio_flags, &aflags, &zb); in zil_read_log_data()
H A Darc.c5899 int zio_flags, arc_flags_t *arc_flags, const zbookmark_phys_t *zb) in arc_read() argument
5905 boolean_t compressed_read = (zio_flags & ZIO_FLAG_RAW_COMPRESS) != 0; in arc_read()
5907 (zio_flags & ZIO_FLAG_RAW_ENCRYPT) != 0; in arc_read()
5909 (zio_flags & ZIO_FLAG_RAW_ENCRYPT) != 0; in arc_read()
6026 spa, NULL, NULL, NULL, zio_flags); in arc_read()
6075 if ((zio_flags & ZIO_FLAG_SPECULATIVE) == 0) { in arc_read()
6089 ASSERT((zio_flags & ZIO_FLAG_SPECULATIVE) || in arc_read()
6119 if (zio_flags & ZIO_FLAG_CONFIG_WRITER) { in arc_read()
6247 zio_flags |= ZIO_FLAG_RAW; in arc_read()
6254 zio_flags |= ZIO_FLAG_RAW_COMPRESS; in arc_read()
[all …]
H A Ddbuf.c1586 int err, zio_flags; in dbuf_read_impl() local
1646 zio_flags = (flags & DB_RF_CANFAIL) ? in dbuf_read_impl()
1650 zio_flags |= ZIO_FLAG_RAW; in dbuf_read_impl()
1662 dbuf_read_done, db, ZIO_PRIORITY_SYNC_READ, zio_flags, in dbuf_read_impl()
3668 int zio_flags = ZIO_FLAG_CANFAIL | ZIO_FLAG_SPECULATIVE; in dbuf_issue_final_prefetch() local
3676 zio_flags |= ZIO_FLAG_RAW; in dbuf_issue_final_prefetch()
3682 dpa->dpa_prio, zio_flags, &aflags, &dpa->dpa_zb); in dbuf_issue_final_prefetch()
H A Ddmu_objset.c486 zio_flag_t zio_flags = ZIO_FLAG_CANFAIL; in dmu_objset_open_impl() local
496 zio_flags |= ZIO_FLAG_RAW; in dmu_objset_open_impl()
502 ZIO_PRIORITY_SYNC_READ, zio_flags, &aflags, &zb); in dmu_objset_open_impl()
H A Ddmu_recv.c3733 zio_flag_t zio_flags = 0; in flush_write_batch_impl() local
3755 zio_flags |= ZIO_FLAG_RAW; in flush_write_batch_impl()
3761 zio_flags |= ZIO_FLAG_RAW_COMPRESS; in flush_write_batch_impl()
3785 drrw->drr_offset, abd, &zp, zio_flags, tx); in flush_write_batch_impl()
/freebsd/sys/contrib/openzfs/include/os/linux/zfs/sys/
H A Dtrace_common.h32 __field(zio_flag_t, zio_flags) \
61 __entry->zio_flags = zio->io_flags; \
93 __entry->zio_flags, __entry->zio_stage, __entry->zio_pipeline, \
/freebsd/sys/contrib/openzfs/include/sys/
H A Darc.h314 int zio_flags, const zbookmark_phys_t *zb);