Searched defs:zio_flags (Results 1 – 8 of 8) sorted by relevance
/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 327 uint32_t zio_flags = ZIO_FLAG_CANFAIL; in traverse_visitbp() local 356 uint32_t zio_flags = ZIO_FLAG_CANFAIL; in traverse_visitbp() local 522 int zio_flags = ZIO_FLAG_CANFAIL | ZIO_FLAG_SPECULATIVE; in traverse_prefetcher() local 620 enum zio_flag zio_flags = ZIO_FLAG_CANFAIL; in traverse_impl() local
|
H A D | dmu_diff.c | 135 int zio_flags = ZIO_FLAG_CANFAIL; in diff_cb() local
|
H A D | dsl_scan.c | 1658 int zio_flags = ZIO_FLAG_CANFAIL | ZIO_FLAG_SCAN_THREAD; in dsl_scan_prefetch_thread() local 1766 int zio_flags = ZIO_FLAG_CANFAIL | ZIO_FLAG_SCAN_THREAD; in dsl_scan_recurse() local 3770 int zio_flags, const zbookmark_phys_t *zb) in scan_io_queue_insert() 3798 dsl_scan_enqueue(dsl_pool_t *dp, const blkptr_t *bp, int zio_flags, in dsl_scan_enqueue() 3840 int zio_flags = ZIO_FLAG_SCAN_THREAD | ZIO_FLAG_RAW | ZIO_FLAG_CANFAIL; in dsl_scan_scrub_cb() local 3929 scan_exec_io(dsl_pool_t *dp, const blkptr_t *bp, int zio_flags, in scan_exec_io()
|
H A D | zil.c | 200 enum zio_flag zio_flags = ZIO_FLAG_CANFAIL; in zil_read_log_block() local 278 enum zio_flag zio_flags = ZIO_FLAG_CANFAIL; in zil_read_log_data() local
|
H A D | dbuf.c | 1096 int err, zio_flags = 0; in dbuf_read_impl() local 2635 int zio_flags = ZIO_FLAG_CANFAIL | ZIO_FLAG_SPECULATIVE; in dbuf_issue_final_prefetch() local
|
H A D | dmu_objset.c | 435 enum zio_flag zio_flags = ZIO_FLAG_CANFAIL; in dmu_objset_open_impl() local
|
H A D | arc.c | 5628 void *private, zio_priority_t priority, int zio_flags, in arc_read() 6663 int zio_flags, const zbookmark_phys_t *zb) in arc_write()
|
H A D | zio.c | 2826 int zio_flags = ZIO_FLAG_CANFAIL | ZIO_FLAG_SPECULATIVE; in zio_ddt_collision() local
|