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.c203 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()
587 zio_flags |= ZIO_FLAG_RAW; in traverse_prefetcher()
590 zio_flags, &aflags, zb); in traverse_prefetcher()
670 zio_flag_t 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.c2085 zio_flags |= ZIO_FLAG_RAW; in dsl_scan_prefetch_thread()
2097 zio_flags, &flags, &spic->spic_zb); in dsl_scan_prefetch_thread()
2218 zio_flags |= ZIO_FLAG_RAW; in dsl_scan_recurse()
3956 zio_flags |= ZIO_FLAG_SPECULATIVE; in read_by_block_level()
4673 sio->sio_flags = zio_flags; in scan_io_queue_insert()
4698 scan_exec_io(dp, bp, zio_flags, zb, NULL); in dsl_scan_enqueue()
4715 i, zio_flags, zb); in dsl_scan_enqueue()
4743 zio_flags |= ZIO_FLAG_SCRUB; in dsl_scan_scrub_cb()
4747 zio_flags |= ZIO_FLAG_RESILVER; in dsl_scan_scrub_cb()
4753 zio_flags |= ZIO_FLAG_SPECULATIVE; in dsl_scan_scrub_cb()
[all …]
H A Dzil.c245 zio_flag_t zio_flags = ZIO_FLAG_CANFAIL; in zil_read_log_block() local
251 zio_flags |= ZIO_FLAG_SPECULATIVE | ZIO_FLAG_SCRUB; in zil_read_log_block()
254 zio_flags |= ZIO_FLAG_SPECULATIVE; in zil_read_log_block()
257 zio_flags |= ZIO_FLAG_RAW; in zil_read_log_block()
263 abuf, ZIO_PRIORITY_SYNC_READ, zio_flags, &aflags, &zb); in zil_read_log_block()
318 zio_flag_t zio_flags = ZIO_FLAG_CANFAIL; in zil_read_log_data() local
332 zio_flags |= ZIO_FLAG_SPECULATIVE | ZIO_FLAG_SCRUB; in zil_read_log_data()
340 zio_flags |= ZIO_FLAG_RAW; in zil_read_log_data()
347 ZIO_PRIORITY_SYNC_READ, zio_flags, &aflags, &zb); in zil_read_log_data()
H A Darc.c5486 (zio_flags & ZIO_FLAG_RAW_ENCRYPT) != 0; in arc_read()
5488 (zio_flags & ZIO_FLAG_RAW_ENCRYPT) != 0; in arc_read()
5605 spa, NULL, NULL, NULL, zio_flags); in arc_read()
5795 zio_flags |= ZIO_FLAG_RAW; in arc_read()
5802 zio_flags |= ZIO_FLAG_RAW_COMPRESS; in arc_read()
5813 zio_flags |= ZIO_FLAG_RAW_ENCRYPT; in arc_read()
5906 cb->l2rcb_flags = zio_flags; in arc_read()
5944 zio_flags | ZIO_FLAG_CANFAIL | in arc_read()
6686 zio_flags |= ZIO_FLAG_RAW; in arc_write()
6691 zio_flags |= ZIO_FLAG_RAW_COMPRESS; in arc_write()
[all …]
H A Ddbuf.c1577 int err, zio_flags; in dbuf_read_impl() local
1661 zio_flags = (flags & DB_RF_CANFAIL) ? in dbuf_read_impl()
1665 zio_flags |= ZIO_FLAG_RAW; in dbuf_read_impl()
1675 dbuf_read_done, db, ZIO_PRIORITY_SYNC_READ, zio_flags, in dbuf_read_impl()
3405 int zio_flags = ZIO_FLAG_CANFAIL | ZIO_FLAG_SPECULATIVE; in dbuf_issue_final_prefetch() local
3413 zio_flags |= ZIO_FLAG_RAW; in dbuf_issue_final_prefetch()
3420 dpa->dpa_prio, zio_flags, &aflags, &dpa->dpa_zb); in dbuf_issue_final_prefetch()
H A Ddmu_recv.c2247 zio_flag_t zio_flags = 0; in flush_write_batch_impl() local
2266 zio_flags |= ZIO_FLAG_RAW; in flush_write_batch_impl()
2272 zio_flags |= ZIO_FLAG_RAW_COMPRESS; in flush_write_batch_impl()
2296 drrw->drr_offset, abd, &zp, zio_flags, tx); in flush_write_batch_impl()
H A Ddmu_objset.c498 zio_flag_t zio_flags = ZIO_FLAG_CANFAIL; in dmu_objset_open_impl() local
508 zio_flags |= ZIO_FLAG_RAW; in dmu_objset_open_impl()
514 ZIO_PRIORITY_SYNC_READ, zio_flags, &aflags, &zb); in dmu_objset_open_impl()
/freebsd/sys/contrib/openzfs/include/os/linux/zfs/sys/
H A Dtrace_common.h41 __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 Darc.h308 int zio_flags, const zbookmark_phys_t *zb);