Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/zfs/
H A Ddmu_traverse.c199 zio_flags |= ZIO_FLAG_RAW; in traverse_prefetch_metadata()
202 ZIO_PRIORITY_ASYNC_READ, zio_flags, &flags, zb); in traverse_prefetch_metadata()
327 uint32_t zio_flags = ZIO_FLAG_CANFAIL; in traverse_visitbp() local
336 zio_flags |= ZIO_FLAG_RAW; in traverse_visitbp()
338 ZIO_PRIORITY_ASYNC_READ, zio_flags, &flags, zb); in traverse_visitbp()
356 uint32_t zio_flags = ZIO_FLAG_CANFAIL; in traverse_visitbp() local
360 zio_flags |= ZIO_FLAG_RAW; in traverse_visitbp()
543 zio_flags |= ZIO_FLAG_RAW; in traverse_prefetcher()
546 zio_flags, &aflags, zb); in traverse_prefetcher()
620 enum zio_flag zio_flags = ZIO_FLAG_CANFAIL; in traverse_impl() local
[all …]
H A Ddmu_diff.c135 int zio_flags = ZIO_FLAG_CANFAIL; in diff_cb() local
139 zio_flags |= ZIO_FLAG_RAW; in diff_cb()
142 ZIO_PRIORITY_ASYNC_READ, zio_flags, &aflags, zb) != 0) in diff_cb()
H A Ddsl_scan.c1686 zio_flags |= ZIO_FLAG_RAW; in dsl_scan_prefetch_thread()
1774 ZIO_PRIORITY_SCRUB, zio_flags, &flags, zb); in dsl_scan_recurse()
1798 zio_flags |= ZIO_FLAG_RAW; in dsl_scan_recurse()
3767 int zio_flags, const zbookmark_phys_t *zb) in scan_io_queue_insert() argument
3776 sio->sio_flags = zio_flags; in scan_io_queue_insert()
3807 scan_exec_io(dp, bp, zio_flags, zb, NULL); in dsl_scan_enqueue()
3823 i, zio_flags, zb); in dsl_scan_enqueue()
3851 zio_flags |= ZIO_FLAG_SCRUB; in dsl_scan_scrub_cb()
3855 zio_flags |= ZIO_FLAG_RESILVER; in dsl_scan_scrub_cb()
3861 zio_flags |= ZIO_FLAG_SPECULATIVE; in dsl_scan_scrub_cb()
[all …]
H A Dzil.c200 enum zio_flag zio_flags = ZIO_FLAG_CANFAIL; in zil_read_log_block() local
207 zio_flags |= ZIO_FLAG_SPECULATIVE | ZIO_FLAG_SCRUB; in zil_read_log_block()
210 zio_flags |= ZIO_FLAG_SPECULATIVE; in zil_read_log_block()
213 zio_flags |= ZIO_FLAG_RAW; in zil_read_log_block()
219 &abuf, ZIO_PRIORITY_SYNC_READ, zio_flags, &aflags, &zb); in zil_read_log_block()
278 enum zio_flag zio_flags = ZIO_FLAG_CANFAIL; in zil_read_log_data() local
292 zio_flags |= ZIO_FLAG_SPECULATIVE | ZIO_FLAG_SCRUB; in zil_read_log_data()
300 zio_flags |= ZIO_FLAG_RAW; in zil_read_log_data()
306 ZIO_PRIORITY_SYNC_READ, zio_flags, &aflags, &zb); in zil_read_log_data()
H A Darc.c5637 (zio_flags & ZIO_FLAG_RAW_ENCRYPT) != 0; in arc_read()
5707 spa, NULL, NULL, NULL, zio_flags); in arc_read()
5884 zio_flags |= ZIO_FLAG_RAW; in arc_read()
5891 zio_flags |= ZIO_FLAG_RAW_COMPRESS; in arc_read()
5902 zio_flags |= ZIO_FLAG_RAW_ENCRYPT; in arc_read()
5999 cb->l2rcb_flags = zio_flags; in arc_read()
6037 zio_flags | ZIO_FLAG_DONT_CACHE | in arc_read()
6698 zio_flags |= ZIO_FLAG_RAW; in arc_write()
6702 zio_flags |= ZIO_FLAG_RAW_COMPRESS; in arc_write()
6735 if (!(zio_flags & ZIO_FLAG_RAW)) in arc_write()
[all …]
H A Ddbuf.c1096 int err, zio_flags = 0; in dbuf_read_impl() local
1213 zio_flags = (flags & DB_RF_CANFAIL) ? in dbuf_read_impl()
1217 zio_flags |= ZIO_FLAG_RAW; in dbuf_read_impl()
1228 dbuf_read_done, db, ZIO_PRIORITY_SYNC_READ, zio_flags, in dbuf_read_impl()
2635 int zio_flags = ZIO_FLAG_CANFAIL | ZIO_FLAG_SPECULATIVE; in dbuf_issue_final_prefetch() local
2642 zio_flags |= ZIO_FLAG_RAW; in dbuf_issue_final_prefetch()
2649 dpa->dpa_prio, zio_flags, &aflags, &dpa->dpa_zb); in dbuf_issue_final_prefetch()
H A Ddmu_objset.c435 enum zio_flag zio_flags = ZIO_FLAG_CANFAIL; in dmu_objset_open_impl() local
445 zio_flags |= ZIO_FLAG_RAW; in dmu_objset_open_impl()
451 ZIO_PRIORITY_SYNC_READ, zio_flags, &aflags, &zb); in dmu_objset_open_impl()
H A Dzio.c2826 int zio_flags = ZIO_FLAG_CANFAIL | ZIO_FLAG_SPECULATIVE; in zio_ddt_collision() local
2847 zio_flags |= ZIO_FLAG_RAW; in zio_ddt_collision()
2856 zio_flags, &aflags, &zio->io_bookmark); in zio_ddt_collision()
/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Darc.h242 void *private, zio_priority_t priority, int zio_flags,