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

/freebsd-10-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/
H A Darc.h175 void *priv, zio_priority_t priority, int zio_flags,
/freebsd-10-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Ddsl_scan.c662 int zio_flags = ZIO_FLAG_CANFAIL | ZIO_FLAG_SCAN_THREAD; local
673 ZIO_PRIORITY_ASYNC_READ, zio_flags, &flags, zb);
700 ZIO_PRIORITY_ASYNC_READ, zio_flags, &flags, zb);
724 ZIO_PRIORITY_ASYNC_READ, zio_flags, &flags, zb);
1818 int zio_flags = ZIO_FLAG_SCAN_THREAD | ZIO_FLAG_RAW | ZIO_FLAG_CANFAIL; local
1832 zio_flags |= ZIO_FLAG_SCRUB;
1837 zio_flags |= ZIO_FLAG_RESILVER;
1844 zio_flags |= ZIO_FLAG_SPECULATIVE;
1897 zio_flags, zb));
H A Dzil.c203 enum zio_flag zio_flags = ZIO_FLAG_CANFAIL; local
210 zio_flags |= ZIO_FLAG_SPECULATIVE | ZIO_FLAG_SCRUB;
213 zio_flags |= ZIO_FLAG_SPECULATIVE;
219 ZIO_PRIORITY_SYNC_READ, zio_flags, &aflags, &zb);
278 enum zio_flag zio_flags = ZIO_FLAG_CANFAIL; local
292 zio_flags |= ZIO_FLAG_SPECULATIVE | ZIO_FLAG_SCRUB;
298 ZIO_PRIORITY_SYNC_READ, zio_flags, &aflags, &zb);
H A Darc.c4755 void *private, zio_priority_t priority, int zio_flags,
4828 spa, NULL, NULL, NULL, zio_flags);
4960 zio_flags |= ZIO_FLAG_RAW;
5041 cb->l2rcb_flags = zio_flags;
5066 zio_flags | ZIO_FLAG_DONT_CACHE |
5103 arc_read_done, hdr, priority, zio_flags, zb);
5591 int zio_flags, const zbookmark_phys_t *zb)
5640 priority, zio_flags, zb);
4754 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
5587 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

Completed in 76 milliseconds