/freebsd/sys/contrib/openzfs/module/zfs/ |
H A D | dmu_traverse.c | 186 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 uint32_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 uint32_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 D | dmu_diff.c | 139 int zio_flags = ZIO_FLAG_CANFAIL; in diff_cb() local 143 zio_flags |= ZIO_FLAG_RAW; in diff_cb() 146 ZIO_PRIORITY_ASYNC_READ, zio_flags, &aflags, zb) != 0) in diff_cb()
|
H A D | dsl_scan.c | 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; in dsl_scan_prefetch_thread() local 2121 zio_flags |= ZIO_FLAG_RAW; in dsl_scan_prefetch_thread() 2133 zio_flags, &flags, &spic->spic_zb); in dsl_scan_prefetch_thread() 2204 int zio_flags = ZIO_FLAG_CANFAIL | ZIO_FLAG_SCAN_THREAD; in dsl_scan_recurse() local 2230 ZIO_PRIORITY_SCRUB, zio_flags, &flags, zb); in dsl_scan_recurse() 2254 zio_flags |= ZIO_FLAG_RAW; in dsl_scan_recurse() 2258 ZIO_PRIORITY_SCRUB, zio_flags, &flags, zb); in dsl_scan_recurse() 2277 ZIO_PRIORITY_SCRUB, zio_flags, &flags, zb); in dsl_scan_recurse() 4001 int zio_flags = ZIO_FLAG_SCAN_THREAD | ZIO_FLAG_RAW | in read_by_block_level() local [all …]
|
H A D | zil.c | 248 zio_flag_t zio_flags = ZIO_FLAG_CANFAIL; in zil_read_log_block() local 254 zio_flags |= ZIO_FLAG_SPECULATIVE | ZIO_FLAG_SCRUB; in zil_read_log_block() 257 zio_flags |= ZIO_FLAG_SPECULATIVE; in zil_read_log_block() 260 zio_flags |= ZIO_FLAG_RAW; in zil_read_log_block() 266 abuf, ZIO_PRIORITY_SYNC_READ, zio_flags, &aflags, &zb); in zil_read_log_block() 321 zio_flag_t zio_flags = ZIO_FLAG_CANFAIL; in zil_read_log_data() local 335 zio_flags |= ZIO_FLAG_SPECULATIVE | ZIO_FLAG_SCRUB; in zil_read_log_data() 343 zio_flags |= ZIO_FLAG_RAW; in zil_read_log_data() 350 ZIO_PRIORITY_SYNC_READ, zio_flags, &aflags, &zb); in zil_read_log_data()
|
H A D | arc.c | 5671 int zio_flags, arc_flags_t *arc_flags, const zbookmark_phys_t *zb) in arc_read() argument 5677 boolean_t compressed_read = (zio_flags & ZIO_FLAG_RAW_COMPRESS) != 0; in arc_read() 5679 (zio_flags & ZIO_FLAG_RAW_ENCRYPT) != 0; in arc_read() 5681 (zio_flags & ZIO_FLAG_RAW_ENCRYPT) != 0; in arc_read() 5797 spa, NULL, NULL, NULL, zio_flags); in arc_read() 5846 if ((zio_flags & ZIO_FLAG_SPECULATIVE) == 0) { in arc_read() 5860 ASSERT((zio_flags & ZIO_FLAG_SPECULATIVE) || in arc_read() 5894 (zio_flags & ZIO_FLAG_CONFIG_WRITER) ? in arc_read() 6001 zio_flags |= ZIO_FLAG_RAW; in arc_read() 6008 zio_flags |= ZIO_FLAG_RAW_COMPRESS; in arc_read() [all …]
|
H A D | dbuf.c | 1591 int err, zio_flags; in dbuf_read_impl() local 1649 zio_flags = (flags & DB_RF_CANFAIL) ? in dbuf_read_impl() 1653 zio_flags |= ZIO_FLAG_RAW; in dbuf_read_impl() 1665 dbuf_read_done, db, ZIO_PRIORITY_SYNC_READ, zio_flags, in dbuf_read_impl() 3570 int zio_flags = ZIO_FLAG_CANFAIL | ZIO_FLAG_SPECULATIVE; in dbuf_issue_final_prefetch() local 3578 zio_flags |= ZIO_FLAG_RAW; in dbuf_issue_final_prefetch() 3585 dpa->dpa_prio, zio_flags, &aflags, &dpa->dpa_zb); in dbuf_issue_final_prefetch()
|
H A D | dmu_recv.c | 2284 zio_flag_t zio_flags = 0; in flush_write_batch_impl() local 2303 zio_flags |= ZIO_FLAG_RAW; in flush_write_batch_impl() 2309 zio_flags |= ZIO_FLAG_RAW_COMPRESS; in flush_write_batch_impl() 2333 drrw->drr_offset, abd, &zp, zio_flags, tx); in flush_write_batch_impl()
|
H A D | dmu_objset.c | 499 zio_flag_t zio_flags = ZIO_FLAG_CANFAIL; in dmu_objset_open_impl() local 509 zio_flags |= ZIO_FLAG_RAW; in dmu_objset_open_impl() 515 ZIO_PRIORITY_SYNC_READ, zio_flags, &aflags, &zb); in dmu_objset_open_impl()
|
/freebsd/sys/contrib/openzfs/include/os/linux/zfs/sys/ |
H A D | trace_common.h | 41 __field(zio_flag_t, zio_flags) \ 70 __entry->zio_flags = zio->io_flags; \ 102 __entry->zio_flags, __entry->zio_stage, __entry->zio_pipeline, \
|
/freebsd/sys/contrib/openzfs/include/sys/ |
H A D | arc.h | 324 int zio_flags, const zbookmark_phys_t *zb);
|