Searched defs:zio_flags (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/zfs/
H A Ddsl_scan.c625 int zio_flags = ZIO_FLAG_CANFAIL | ZIO_FLAG_SCAN_THREAD; local
636 ZIO_PRIORITY_ASYNC_READ, zio_flags, &flags, zb);
663 ZIO_PRIORITY_ASYNC_READ, zio_flags, &flags, zb);
687 ZIO_PRIORITY_ASYNC_READ, zio_flags, &flags, zb);
1781 int zio_flags = ZIO_FLAG_SCAN_THREAD | ZIO_FLAG_RAW | ZIO_FLAG_CANFAIL; local
1795 zio_flags |= ZIO_FLAG_SCRUB;
1800 zio_flags |= ZIO_FLAG_RESILVER;
1807 zio_flags |= ZIO_FLAG_SPECULATIVE;
1859 zio_flags, zb));
H A Dzil.c184 enum zio_flag zio_flags = ZIO_FLAG_CANFAIL; local
191 zio_flags |= ZIO_FLAG_SPECULATIVE | ZIO_FLAG_SCRUB;
194 zio_flags |= ZIO_FLAG_SPECULATIVE;
200 ZIO_PRIORITY_SYNC_READ, zio_flags, &aflags, &zb);
259 enum zio_flag zio_flags = ZIO_FLAG_CANFAIL; local
273 zio_flags |= ZIO_FLAG_SPECULATIVE | ZIO_FLAG_SCRUB;
279 ZIO_PRIORITY_SYNC_READ, zio_flags, &aflags, &zb);
H A Dzio.c2404 int zio_flags = ZIO_FLAG_CANFAIL | ZIO_FLAG_SPECULATIVE; local
2422 zio_flags |= ZIO_FLAG_RAW;
2431 zio_flags, &aflags, &zio->io_bookmark);
H A Darc.c4717 void *private, zio_priority_t priority, int zio_flags,
4724 boolean_t compressed_read = (zio_flags & ZIO_FLAG_RAW) != 0;
4792 spa, NULL, NULL, NULL, zio_flags);
4911 zio_flags |= ZIO_FLAG_RAW;
4989 cb->l2rcb_flags = zio_flags;
5007 zio_flags | ZIO_FLAG_DONT_CACHE |
5044 arc_read_done, hdr, priority, zio_flags, zb);
5518 int zio_flags, const zbookmark_phys_t *zb)
5535 zio_flags |= ZIO_FLAG_RAW;
5571 priority, zio_flags, z
4716 arc_read(zio_t *pio, spa_t *spa, const blkptr_t *bp, arc_done_func_t *done, void *private, zio_priority_t priority, int zio_flags, arc_flags_t *arc_flags, const zbookmark_phys_t *zb) argument
5514 arc_write(zio_t *pio, spa_t *spa, uint64_t txg, blkptr_t *bp, arc_buf_t *buf, boolean_t l2arc, const zio_prop_t *zp, arc_done_func_t *ready, arc_done_func_t *children_ready, arc_done_func_t *physdone, arc_done_func_t *done, void *private, zio_priority_t priority, int zio_flags, const zbookmark_phys_t *zb) argument
[all...]

Completed in 98 milliseconds