Home
last modified time | relevance | path

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

/f-stack/freebsd/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()
334 uint32_t zio_flags = ZIO_FLAG_CANFAIL; in traverse_visitbp() local
344 zio_flags |= ZIO_FLAG_RAW; in traverse_visitbp()
347 ZIO_PRIORITY_ASYNC_READ, zio_flags, &flags, zb); in traverse_visitbp()
366 uint32_t zio_flags = ZIO_FLAG_CANFAIL; in traverse_visitbp() local
371 zio_flags |= ZIO_FLAG_RAW; in traverse_visitbp()
554 zio_flags |= ZIO_FLAG_RAW; in traverse_prefetcher()
557 zio_flags, &aflags, zb); in traverse_prefetcher()
637 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.c1738 zio_flags |= ZIO_FLAG_RAW; in dsl_scan_prefetch_thread()
1828 ZIO_PRIORITY_SCRUB, zio_flags, &flags, zb); in dsl_scan_recurse()
1852 zio_flags |= ZIO_FLAG_RAW; in dsl_scan_recurse()
3881 int zio_flags, const zbookmark_phys_t *zb) in scan_io_queue_insert() argument
3890 sio->sio_flags = zio_flags; in scan_io_queue_insert()
3921 scan_exec_io(dp, bp, zio_flags, zb, NULL); in dsl_scan_enqueue()
3938 i, zio_flags, zb); in dsl_scan_enqueue()
3966 zio_flags |= ZIO_FLAG_SCRUB; in dsl_scan_scrub_cb()
3970 zio_flags |= ZIO_FLAG_RESILVER; in dsl_scan_scrub_cb()
3976 zio_flags |= ZIO_FLAG_SPECULATIVE; in dsl_scan_scrub_cb()
[all …]
H A Dzil.c221 enum zio_flag zio_flags = ZIO_FLAG_CANFAIL; in zil_read_log_block() local
228 zio_flags |= ZIO_FLAG_SPECULATIVE | ZIO_FLAG_SCRUB; in zil_read_log_block()
231 zio_flags |= ZIO_FLAG_SPECULATIVE; in zil_read_log_block()
234 zio_flags |= ZIO_FLAG_RAW; in zil_read_log_block()
240 &abuf, ZIO_PRIORITY_SYNC_READ, zio_flags, &aflags, &zb); in zil_read_log_block()
299 enum zio_flag zio_flags = ZIO_FLAG_CANFAIL; in zil_read_log_data() local
313 zio_flags |= ZIO_FLAG_SPECULATIVE | ZIO_FLAG_SCRUB; in zil_read_log_data()
321 zio_flags |= ZIO_FLAG_RAW; in zil_read_log_data()
327 ZIO_PRIORITY_SYNC_READ, zio_flags, &aflags, &zb); in zil_read_log_data()
H A Darc.c5917 (zio_flags & ZIO_FLAG_RAW_ENCRYPT) != 0; in arc_read()
6010 spa, NULL, NULL, NULL, zio_flags); in arc_read()
6205 zio_flags |= ZIO_FLAG_RAW; in arc_read()
6212 zio_flags |= ZIO_FLAG_RAW_COMPRESS; in arc_read()
6223 zio_flags |= ZIO_FLAG_RAW_ENCRYPT; in arc_read()
6333 cb->l2rcb_flags = zio_flags; in arc_read()
6371 zio_flags | ZIO_FLAG_DONT_CACHE | in arc_read()
7091 zio_flags |= ZIO_FLAG_RAW; in arc_write()
7096 zio_flags |= ZIO_FLAG_RAW_COMPRESS; in arc_write()
7128 if (!(zio_flags & ZIO_FLAG_RAW)) in arc_write()
[all …]
H A Ddbuf.c1444 int err, zio_flags; in dbuf_read_impl() local
1447 err = zio_flags = 0; in dbuf_read_impl()
1510 zio_flags = (flags & DB_RF_CANFAIL) ? in dbuf_read_impl()
1514 zio_flags |= ZIO_FLAG_RAW; in dbuf_read_impl()
1525 dbuf_read_done, db, ZIO_PRIORITY_SYNC_READ, zio_flags, in dbuf_read_impl()
3106 int zio_flags = ZIO_FLAG_CANFAIL | ZIO_FLAG_SPECULATIVE; in dbuf_issue_final_prefetch() local
3114 zio_flags |= ZIO_FLAG_RAW; in dbuf_issue_final_prefetch()
3121 dpa->dpa_prio, zio_flags, &aflags, &dpa->dpa_zb); in dbuf_issue_final_prefetch()
H A Ddmu_recv.c1938 enum zio_flag zio_flags = 0; in flush_write_batch_impl() local
1957 zio_flags |= ZIO_FLAG_RAW; in flush_write_batch_impl()
1963 zio_flags |= ZIO_FLAG_RAW_COMPRESS; in flush_write_batch_impl()
1987 drrw->drr_offset, abd, &zp, zio_flags, tx); in flush_write_batch_impl()
H A Ddmu_objset.c444 enum zio_flag zio_flags = ZIO_FLAG_CANFAIL; in dmu_objset_open_impl() local
454 zio_flags |= ZIO_FLAG_RAW; in dmu_objset_open_impl()
460 ZIO_PRIORITY_SYNC_READ, zio_flags, &aflags, &zb); in dmu_objset_open_impl()
/f-stack/freebsd/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, \
/f-stack/freebsd/contrib/openzfs/include/sys/
H A Darc.h299 void *priv, zio_priority_t priority, int zio_flags,