| /freebsd-13.1/sys/contrib/openzfs/module/zfs/ |
| H A D | dmu_traverse.c | 206 zio_flags |= ZIO_FLAG_RAW; in traverse_prefetch_metadata() 209 ZIO_PRIORITY_ASYNC_READ, zio_flags, &flags, zb); in traverse_prefetch_metadata() 370 uint32_t zio_flags = ZIO_FLAG_CANFAIL; in traverse_visitbp() local 380 zio_flags |= ZIO_FLAG_RAW; in traverse_visitbp() 383 ZIO_PRIORITY_ASYNC_READ, zio_flags, &flags, zb); in traverse_visitbp() 402 uint32_t zio_flags = ZIO_FLAG_CANFAIL; in traverse_visitbp() local 407 zio_flags |= ZIO_FLAG_RAW; in traverse_visitbp() 590 zio_flags |= ZIO_FLAG_RAW; in traverse_prefetcher() 593 zio_flags, &aflags, zb); in traverse_prefetcher() 673 enum zio_flag zio_flags = ZIO_FLAG_CANFAIL; in traverse_impl() 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 | 1741 zio_flags |= ZIO_FLAG_RAW; in dsl_scan_prefetch_thread() 1844 ZIO_PRIORITY_SCRUB, zio_flags, &flags, zb); in dsl_scan_recurse() 1868 zio_flags |= ZIO_FLAG_RAW; in dsl_scan_recurse() 3885 int zio_flags, const zbookmark_phys_t *zb) in scan_io_queue_insert() argument 3894 sio->sio_flags = zio_flags; in scan_io_queue_insert() 3925 scan_exec_io(dp, bp, zio_flags, zb, NULL); in dsl_scan_enqueue() 3942 i, zio_flags, zb); in dsl_scan_enqueue() 3970 zio_flags |= ZIO_FLAG_SCRUB; in dsl_scan_scrub_cb() 3974 zio_flags |= ZIO_FLAG_RESILVER; in dsl_scan_scrub_cb() 3980 zio_flags |= ZIO_FLAG_SPECULATIVE; in dsl_scan_scrub_cb() [all …]
|
| H A D | zil.c | 223 enum zio_flag zio_flags = ZIO_FLAG_CANFAIL; in zil_read_log_block() local 230 zio_flags |= ZIO_FLAG_SPECULATIVE | ZIO_FLAG_SCRUB; in zil_read_log_block() 233 zio_flags |= ZIO_FLAG_SPECULATIVE; in zil_read_log_block() 236 zio_flags |= ZIO_FLAG_RAW; in zil_read_log_block() 242 &abuf, ZIO_PRIORITY_SYNC_READ, zio_flags, &aflags, &zb); in zil_read_log_block() 301 enum zio_flag zio_flags = ZIO_FLAG_CANFAIL; in zil_read_log_data() local 315 zio_flags |= ZIO_FLAG_SPECULATIVE | ZIO_FLAG_SCRUB; in zil_read_log_data() 323 zio_flags |= ZIO_FLAG_RAW; in zil_read_log_data() 329 ZIO_PRIORITY_SYNC_READ, zio_flags, &aflags, &zb); in zil_read_log_data()
|
| H A D | arc.c | 5936 (zio_flags & ZIO_FLAG_RAW_ENCRYPT) != 0; in arc_read() 6042 spa, NULL, NULL, NULL, zio_flags); in arc_read() 6226 zio_flags |= ZIO_FLAG_RAW; in arc_read() 6233 zio_flags |= ZIO_FLAG_RAW_COMPRESS; in arc_read() 6244 zio_flags |= ZIO_FLAG_RAW_ENCRYPT; in arc_read() 6354 cb->l2rcb_flags = zio_flags; in arc_read() 6392 zio_flags | ZIO_FLAG_DONT_CACHE | in arc_read() 7108 zio_flags |= ZIO_FLAG_RAW; in arc_write() 7113 zio_flags |= ZIO_FLAG_RAW_COMPRESS; in arc_write() 7145 if (!(zio_flags & ZIO_FLAG_RAW)) in arc_write() [all …]
|
| H A D | dbuf.c | 1467 int err, zio_flags; in dbuf_read_impl() local 1470 err = zio_flags = 0; in dbuf_read_impl() 1533 zio_flags = (flags & DB_RF_CANFAIL) ? in dbuf_read_impl() 1537 zio_flags |= ZIO_FLAG_RAW; in dbuf_read_impl() 1548 dbuf_read_done, db, ZIO_PRIORITY_SYNC_READ, zio_flags, in dbuf_read_impl() 3158 int zio_flags = ZIO_FLAG_CANFAIL | ZIO_FLAG_SPECULATIVE; in dbuf_issue_final_prefetch() local 3166 zio_flags |= ZIO_FLAG_RAW; in dbuf_issue_final_prefetch() 3173 dpa->dpa_prio, zio_flags, &aflags, &dpa->dpa_zb); in dbuf_issue_final_prefetch()
|
| H A D | dmu_recv.c | 1945 enum zio_flag zio_flags = 0; in flush_write_batch_impl() local 1964 zio_flags |= ZIO_FLAG_RAW; in flush_write_batch_impl() 1970 zio_flags |= ZIO_FLAG_RAW_COMPRESS; in flush_write_batch_impl() 1994 drrw->drr_offset, abd, &zp, zio_flags, tx); in flush_write_batch_impl()
|
| H A D | dmu_objset.c | 452 enum zio_flag zio_flags = ZIO_FLAG_CANFAIL; in dmu_objset_open_impl() local 462 zio_flags |= ZIO_FLAG_RAW; in dmu_objset_open_impl() 468 ZIO_PRIORITY_SYNC_READ, zio_flags, &aflags, &zb); in dmu_objset_open_impl()
|
| /freebsd-13.1/sys/contrib/openzfs/include/os/linux/zfs/sys/ |
| H A D | trace_common.h | 42 __field(enum zio_flag, zio_flags) \ 72 __entry->zio_flags = zio->io_flags; \ 104 __entry->zio_flags, __entry->zio_stage, __entry->zio_pipeline, \
|
| /freebsd-13.1/sys/contrib/openzfs/include/sys/ |
| H A D | arc.h | 306 void *priv, zio_priority_t priority, int zio_flags,
|