| /freebsd/sys/contrib/openzfs/module/zfs/ |
| H A D | dmu_traverse.c | 196 int zio_flags = ZIO_FLAG_CANFAIL | ZIO_FLAG_SPECULATIVE; in traverse_prefetch_metadata() local 213 zio_flags |= ZIO_FLAG_RAW; in traverse_prefetch_metadata() 216 ZIO_PRIORITY_ASYNC_READ, zio_flags, &flags, zb); in traverse_prefetch_metadata() 377 zio_flag_t zio_flags = ZIO_FLAG_CANFAIL; in traverse_visitbp() local 387 zio_flags |= ZIO_FLAG_RAW; in traverse_visitbp() 390 ZIO_PRIORITY_ASYNC_READ, zio_flags, &flags, zb); in traverse_visitbp() 409 zio_flag_t zio_flags = ZIO_FLAG_CANFAIL; in traverse_visitbp() local 414 zio_flags |= ZIO_FLAG_RAW; in traverse_visitbp() 417 ZIO_PRIORITY_ASYNC_READ, zio_flags, &flags, zb); in traverse_visitbp() 576 int zio_flags = ZIO_FLAG_CANFAIL | ZIO_FLAG_SPECULATIVE; in traverse_prefetcher() local [all …]
|
| H A D | dmu_diff.c | 140 int zio_flags = ZIO_FLAG_CANFAIL; in diff_cb() local 144 zio_flags |= ZIO_FLAG_RAW; in diff_cb() 147 ZIO_PRIORITY_ASYNC_READ, zio_flags, &aflags, zb) != 0) in diff_cb()
|
| H A D | dsl_scan.c | 367 static void scan_exec_io(dsl_pool_t *dp, const blkptr_t *bp, int zio_flags, 2102 int zio_flags = ZIO_FLAG_CANFAIL | ZIO_FLAG_SCAN_THREAD; in dsl_scan_prefetch_thread() local 2133 zio_flags |= ZIO_FLAG_RAW; in dsl_scan_prefetch_thread() 2145 zio_flags, &flags, &spic->spic_zb); in dsl_scan_prefetch_thread() 2216 int zio_flags = ZIO_FLAG_CANFAIL | ZIO_FLAG_SCAN_THREAD; in dsl_scan_recurse() local 2242 ZIO_PRIORITY_SCRUB, zio_flags, &flags, zb); in dsl_scan_recurse() 2266 zio_flags |= ZIO_FLAG_RAW; in dsl_scan_recurse() 2270 ZIO_PRIORITY_SCRUB, zio_flags, &flags, zb); in dsl_scan_recurse() 2289 ZIO_PRIORITY_SCRUB, zio_flags, &flags, zb); in dsl_scan_recurse() 4038 int zio_flags = ZIO_FLAG_SCAN_THREAD | ZIO_FLAG_RAW | in read_by_block_level() local [all …]
|
| H A D | zil.c | 251 zio_flag_t zio_flags = ZIO_FLAG_CANFAIL; in zil_read_log_block() local 257 zio_flags |= ZIO_FLAG_SPECULATIVE | ZIO_FLAG_SCRUB; in zil_read_log_block() 260 zio_flags |= ZIO_FLAG_SPECULATIVE; in zil_read_log_block() 263 zio_flags |= ZIO_FLAG_RAW; in zil_read_log_block() 269 abuf, ZIO_PRIORITY_SYNC_READ, zio_flags, &aflags, &zb); in zil_read_log_block() 324 zio_flag_t zio_flags = ZIO_FLAG_CANFAIL; in zil_read_log_data() local 338 zio_flags |= ZIO_FLAG_SPECULATIVE | ZIO_FLAG_SCRUB; in zil_read_log_data() 346 zio_flags |= ZIO_FLAG_RAW; in zil_read_log_data() 353 ZIO_PRIORITY_SYNC_READ, zio_flags, &aflags, &zb); in zil_read_log_data()
|
| H A D | arc.c | 5863 int zio_flags, arc_flags_t *arc_flags, const zbookmark_phys_t *zb) in arc_read() argument 5869 boolean_t compressed_read = (zio_flags & ZIO_FLAG_RAW_COMPRESS) != 0; in arc_read() 5871 (zio_flags & ZIO_FLAG_RAW_ENCRYPT) != 0; in arc_read() 5873 (zio_flags & ZIO_FLAG_RAW_ENCRYPT) != 0; in arc_read() 5990 spa, NULL, NULL, NULL, zio_flags); in arc_read() 6039 if ((zio_flags & ZIO_FLAG_SPECULATIVE) == 0) { in arc_read() 6053 ASSERT((zio_flags & ZIO_FLAG_SPECULATIVE) || in arc_read() 6083 if (zio_flags & ZIO_FLAG_CONFIG_WRITER) { in arc_read() 6211 zio_flags |= ZIO_FLAG_RAW; in arc_read() 6218 zio_flags |= ZIO_FLAG_RAW_COMPRESS; in arc_read() [all …]
|
| H A D | dbuf.c | 1585 int err, zio_flags; in dbuf_read_impl() local 1643 zio_flags = (flags & DB_RF_CANFAIL) ? in dbuf_read_impl() 1647 zio_flags |= ZIO_FLAG_RAW; in dbuf_read_impl() 1659 dbuf_read_done, db, ZIO_PRIORITY_SYNC_READ, zio_flags, in dbuf_read_impl() 3593 int zio_flags = ZIO_FLAG_CANFAIL | ZIO_FLAG_SPECULATIVE; in dbuf_issue_final_prefetch() local 3601 zio_flags |= ZIO_FLAG_RAW; in dbuf_issue_final_prefetch() 3608 dpa->dpa_prio, zio_flags, &aflags, &dpa->dpa_zb); in dbuf_issue_final_prefetch()
|
| H A D | dmu_recv.c | 2299 zio_flag_t zio_flags = 0; in flush_write_batch_impl() local 2321 zio_flags |= ZIO_FLAG_RAW; in flush_write_batch_impl() 2327 zio_flags |= ZIO_FLAG_RAW_COMPRESS; in flush_write_batch_impl() 2351 drrw->drr_offset, abd, &zp, zio_flags, tx); in flush_write_batch_impl()
|
| H A D | dmu_objset.c | 496 zio_flag_t zio_flags = ZIO_FLAG_CANFAIL; in dmu_objset_open_impl() local 506 zio_flags |= ZIO_FLAG_RAW; in dmu_objset_open_impl() 512 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 | 42 __field(zio_flag_t, zio_flags) \ 71 __entry->zio_flags = zio->io_flags; \ 103 __entry->zio_flags, __entry->zio_stage, __entry->zio_pipeline, \
|
| /freebsd/sys/contrib/openzfs/include/sys/ |
| H A D | arc.h | 325 int zio_flags, const zbookmark_phys_t *zb);
|