Home
last modified time | relevance | path

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

/freebsd-14.2/sys/contrib/openzfs/module/zfs/
H A Ddmu_traverse.c202 zio_flags |= ZIO_FLAG_RAW; in traverse_prefetch_metadata()
205 ZIO_PRIORITY_ASYNC_READ, zio_flags, &flags, zb); in traverse_prefetch_metadata()
366 uint32_t zio_flags = ZIO_FLAG_CANFAIL; in traverse_visitbp() local
376 zio_flags |= ZIO_FLAG_RAW; in traverse_visitbp()
379 ZIO_PRIORITY_ASYNC_READ, zio_flags, &flags, zb); in traverse_visitbp()
398 uint32_t zio_flags = ZIO_FLAG_CANFAIL; in traverse_visitbp() local
403 zio_flags |= ZIO_FLAG_RAW; in traverse_visitbp()
586 zio_flags |= ZIO_FLAG_RAW; in traverse_prefetcher()
589 zio_flags, &aflags, zb); in traverse_prefetcher()
669 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.c2082 zio_flags |= ZIO_FLAG_RAW; in dsl_scan_prefetch_thread()
2094 zio_flags, &flags, &spic->spic_zb); in dsl_scan_prefetch_thread()
2215 zio_flags |= ZIO_FLAG_RAW; in dsl_scan_recurse()
3961 zio_flags |= ZIO_FLAG_SPECULATIVE; in read_by_block_level()
4678 sio->sio_flags = zio_flags; in scan_io_queue_insert()
4703 scan_exec_io(dp, bp, zio_flags, zb, NULL); in dsl_scan_enqueue()
4720 i, zio_flags, zb); in dsl_scan_enqueue()
4748 zio_flags |= ZIO_FLAG_SCRUB; in dsl_scan_scrub_cb()
4752 zio_flags |= ZIO_FLAG_RESILVER; in dsl_scan_scrub_cb()
4758 zio_flags |= ZIO_FLAG_SPECULATIVE; in dsl_scan_scrub_cb()
[all …]
H A Dzil.c246 zio_flag_t zio_flags = ZIO_FLAG_CANFAIL; in zil_read_log_block() local
252 zio_flags |= ZIO_FLAG_SPECULATIVE | ZIO_FLAG_SCRUB; in zil_read_log_block()
255 zio_flags |= ZIO_FLAG_SPECULATIVE; in zil_read_log_block()
258 zio_flags |= ZIO_FLAG_RAW; in zil_read_log_block()
264 abuf, ZIO_PRIORITY_SYNC_READ, zio_flags, &aflags, &zb); in zil_read_log_block()
319 zio_flag_t zio_flags = ZIO_FLAG_CANFAIL; in zil_read_log_data() local
333 zio_flags |= ZIO_FLAG_SPECULATIVE | ZIO_FLAG_SCRUB; in zil_read_log_data()
341 zio_flags |= ZIO_FLAG_RAW; in zil_read_log_data()
348 ZIO_PRIORITY_SYNC_READ, zio_flags, &aflags, &zb); in zil_read_log_data()
H A Darc.c5481 (zio_flags & ZIO_FLAG_RAW_ENCRYPT) != 0; in arc_read()
5483 (zio_flags & ZIO_FLAG_RAW_ENCRYPT) != 0; in arc_read()
5600 spa, NULL, NULL, NULL, zio_flags); in arc_read()
5790 zio_flags |= ZIO_FLAG_RAW; in arc_read()
5797 zio_flags |= ZIO_FLAG_RAW_COMPRESS; in arc_read()
5808 zio_flags |= ZIO_FLAG_RAW_ENCRYPT; in arc_read()
5901 cb->l2rcb_flags = zio_flags; in arc_read()
5939 zio_flags | ZIO_FLAG_CANFAIL | in arc_read()
6681 zio_flags |= ZIO_FLAG_RAW; in arc_write()
6686 zio_flags |= ZIO_FLAG_RAW_COMPRESS; in arc_write()
[all …]
H A Ddbuf.c1559 int err, zio_flags; in dbuf_read_impl() local
1642 zio_flags = (flags & DB_RF_CANFAIL) ? in dbuf_read_impl()
1646 zio_flags |= ZIO_FLAG_RAW; in dbuf_read_impl()
1656 dbuf_read_done, db, ZIO_PRIORITY_SYNC_READ, zio_flags, in dbuf_read_impl()
3384 int zio_flags = ZIO_FLAG_CANFAIL | ZIO_FLAG_SPECULATIVE; in dbuf_issue_final_prefetch() local
3392 zio_flags |= ZIO_FLAG_RAW; in dbuf_issue_final_prefetch()
3399 dpa->dpa_prio, zio_flags, &aflags, &dpa->dpa_zb); in dbuf_issue_final_prefetch()
H A Ddmu_recv.c2244 zio_flag_t zio_flags = 0; in flush_write_batch_impl() local
2263 zio_flags |= ZIO_FLAG_RAW; in flush_write_batch_impl()
2269 zio_flags |= ZIO_FLAG_RAW_COMPRESS; in flush_write_batch_impl()
2293 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-14.2/sys/contrib/openzfs/include/os/linux/zfs/sys/
H A Dtrace_common.h42 __field(zio_flag_t, zio_flags) \
72 __entry->zio_flags = zio->io_flags; \
104 __entry->zio_flags, __entry->zio_stage, __entry->zio_pipeline, \
/freebsd-14.2/sys/contrib/openzfs/include/sys/
H A Darc.h308 int zio_flags, const zbookmark_phys_t *zb);