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

/freebsd-10.2-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/
H A Darc.h131 int zio_flags, const zbookmark_phys_t *zb);
/freebsd-10.2-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Ddsl_scan.c644 int zio_flags = ZIO_FLAG_CANFAIL | ZIO_FLAG_SCAN_THREAD; local
655 ZIO_PRIORITY_ASYNC_READ, zio_flags, &flags, zb);
682 ZIO_PRIORITY_ASYNC_READ, zio_flags, &flags, zb);
706 ZIO_PRIORITY_ASYNC_READ, zio_flags, &flags, zb);
1738 int zio_flags = ZIO_FLAG_SCAN_THREAD | ZIO_FLAG_RAW | ZIO_FLAG_CANFAIL; local
1752 zio_flags |= ZIO_FLAG_SCRUB;
1757 zio_flags |= ZIO_FLAG_RESILVER;
1764 zio_flags |= ZIO_FLAG_SPECULATIVE;
1817 zio_flags, zb));
H A Dzil.c195 enum zio_flag zio_flags = ZIO_FLAG_CANFAIL; local
202 zio_flags |= ZIO_FLAG_SPECULATIVE | ZIO_FLAG_SCRUB;
205 zio_flags |= ZIO_FLAG_SPECULATIVE;
211 ZIO_PRIORITY_SYNC_READ, zio_flags, &aflags, &zb);
270 enum zio_flag zio_flags = ZIO_FLAG_CANFAIL; local
284 zio_flags |= ZIO_FLAG_SPECULATIVE | ZIO_FLAG_SCRUB;
290 ZIO_PRIORITY_SYNC_READ, zio_flags, &aflags, &zb);
H A Darc.c3283 void *private, zio_priority_t priority, int zio_flags,
3326 spa, NULL, NULL, NULL, zio_flags);
3512 cb->l2rcb_flags = zio_flags;
3528 zio_flags | ZIO_FLAG_DONT_CACHE |
3537 zio_flags | ZIO_FLAG_DONT_CACHE |
3575 arc_read_done, buf, priority, zio_flags, zb);
3982 int zio_flags, const zbookmark_phys_t *zb)
4006 priority, zio_flags, zb);
3282 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
3978 arc_write(zio_t *pio, spa_t *spa, uint64_t txg, blkptr_t *bp, arc_buf_t *buf, boolean_t l2arc, boolean_t l2arc_compress, const zio_prop_t *zp, arc_done_func_t *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 127 milliseconds