Searched refs:zio_flags (Results 1 – 4 of 4) sorted by relevance
| /netbsd/src/external/cddl/osnet/dist/uts/common/fs/zfs/ |
| D | dsl_scan.c | 652 int zio_flags = ZIO_FLAG_CANFAIL | ZIO_FLAG_SCAN_THREAD; in dsl_scan_recurse() local 664 ZIO_PRIORITY_ASYNC_READ, zio_flags, &flags, zb); in dsl_scan_recurse() 692 ZIO_PRIORITY_ASYNC_READ, zio_flags, &flags, zb); in dsl_scan_recurse() 720 ZIO_PRIORITY_ASYNC_READ, zio_flags, &flags, zb); in dsl_scan_recurse() 1815 int zio_flags = ZIO_FLAG_SCAN_THREAD | ZIO_FLAG_RAW | ZIO_FLAG_CANFAIL; in dsl_scan_scrub_cb() local 1829 zio_flags |= ZIO_FLAG_SCRUB; in dsl_scan_scrub_cb() 1834 zio_flags |= ZIO_FLAG_RESILVER; in dsl_scan_scrub_cb() 1841 zio_flags |= ZIO_FLAG_SPECULATIVE; in dsl_scan_scrub_cb() 1894 zio_flags, zb)); in dsl_scan_scrub_cb()
|
| 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() 216 ZIO_PRIORITY_SYNC_READ, zio_flags, &aflags, &zb); in zil_read_log_block() 275 enum zio_flag zio_flags = ZIO_FLAG_CANFAIL; in zil_read_log_data() local 289 zio_flags |= ZIO_FLAG_SPECULATIVE | ZIO_FLAG_SCRUB; in zil_read_log_data() 295 ZIO_PRIORITY_SYNC_READ, zio_flags, &aflags, &zb); in zil_read_log_data()
|
| D | arc.c | 4847 void *private, zio_priority_t priority, int zio_flags, in arc_read() argument 4920 spa, NULL, NULL, NULL, zio_flags); in arc_read() 5052 zio_flags |= ZIO_FLAG_RAW; in arc_read() 5143 cb->l2rcb_flags = zio_flags; in arc_read() 5168 zio_flags | ZIO_FLAG_DONT_CACHE | in arc_read() 5205 arc_read_done, hdr, priority, zio_flags, zb); in arc_read() 5693 int zio_flags, const zbookmark_phys_t *zb) in arc_write() argument 5742 priority, zio_flags, zb); in arc_write()
|
| /netbsd/src/external/cddl/osnet/dist/uts/common/fs/zfs/sys/ |
| D | arc.h | 175 void *priv, zio_priority_t priority, int zio_flags,
|