Home
last modified time | relevance | path

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

/freebsd-13.1/sys/contrib/openzfs/module/zfs/
H A Ddmu_traverse.c206 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 Ddmu_diff.c139 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 Ddsl_scan.c1741 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 Dzil.c223 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 Darc.c5936 (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 Ddbuf.c1467 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 Ddmu_recv.c1945 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 Ddmu_objset.c452 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 Dtrace_common.h42 __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 Darc.h306 void *priv, zio_priority_t priority, int zio_flags,