/illumos-gate/usr/src/uts/common/fs/zfs/ |
H A D | dmu_traverse.c | 182 int zio_flags = ZIO_FLAG_CANFAIL | ZIO_FLAG_SPECULATIVE; in traverse_prefetch_metadata() local 199 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() 363 ZIO_PRIORITY_ASYNC_READ, zio_flags, &flags, zb); in traverse_visitbp() 522 int zio_flags = ZIO_FLAG_CANFAIL | ZIO_FLAG_SPECULATIVE; in traverse_prefetcher() local [all …]
|
H A D | dmu_diff.c | 135 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 D | dsl_scan.c | 332 static void scan_exec_io(dsl_pool_t *dp, const blkptr_t *bp, int zio_flags, 1658 int zio_flags = ZIO_FLAG_CANFAIL | ZIO_FLAG_SCAN_THREAD; in dsl_scan_prefetch_thread() local 1689 zio_flags |= ZIO_FLAG_RAW; in dsl_scan_prefetch_thread() 1695 ZIO_PRIORITY_SCRUB, zio_flags, &flags, &spic->spic_zb); in dsl_scan_prefetch_thread() 1766 int zio_flags = ZIO_FLAG_CANFAIL | ZIO_FLAG_SCAN_THREAD; in dsl_scan_recurse() local 1777 ZIO_PRIORITY_SCRUB, zio_flags, &flags, zb); in dsl_scan_recurse() 1801 zio_flags |= ZIO_FLAG_RAW; in dsl_scan_recurse() 1805 ZIO_PRIORITY_SCRUB, zio_flags, &flags, zb); in dsl_scan_recurse() 1824 ZIO_PRIORITY_SCRUB, zio_flags, &flags, zb); in dsl_scan_recurse() 3770 int zio_flags, const zbookmark_phys_t *zb) in scan_io_queue_insert() argument [all …]
|
H A D | zil.c | 200 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 D | arc.c | 5628 void *private, zio_priority_t priority, int zio_flags, in arc_read() argument 5635 boolean_t compressed_read = (zio_flags & ZIO_FLAG_RAW_COMPRESS) != 0; in arc_read() 5637 (zio_flags & ZIO_FLAG_RAW_ENCRYPT) != 0; in arc_read() 5639 (zio_flags & ZIO_FLAG_RAW_ENCRYPT) != 0; in arc_read() 5707 spa, NULL, NULL, NULL, zio_flags); in arc_read() 5761 if ((zio_flags & ZIO_FLAG_SPECULATIVE) == 0) { in arc_read() 5775 ASSERT((zio_flags & ZIO_FLAG_SPECULATIVE) || 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() [all …]
|
H A D | dbuf.c | 1096 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 D | dmu_objset.c | 435 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 D | zio.c | 2826 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 D | arc.h | 242 void *private, zio_priority_t priority, int zio_flags,
|