Lines Matching defs:zio_flags
5671 int zio_flags, arc_flags_t *arc_flags, const zbookmark_phys_t *zb)
5677 boolean_t compressed_read = (zio_flags & ZIO_FLAG_RAW_COMPRESS) != 0;
5679 (zio_flags & ZIO_FLAG_RAW_ENCRYPT) != 0;
5681 (zio_flags & ZIO_FLAG_RAW_ENCRYPT) != 0;
5797 spa, NULL, NULL, NULL, zio_flags);
5846 if ((zio_flags & ZIO_FLAG_SPECULATIVE) == 0) {
5860 ASSERT((zio_flags & ZIO_FLAG_SPECULATIVE) ||
5894 (zio_flags & ZIO_FLAG_CONFIG_WRITER) ?
6001 zio_flags |= ZIO_FLAG_RAW;
6008 zio_flags |= ZIO_FLAG_RAW_COMPRESS;
6019 zio_flags |= ZIO_FLAG_RAW_ENCRYPT;
6112 cb->l2rcb_flags = zio_flags;
6150 zio_flags | ZIO_FLAG_CANFAIL |
6208 arc_read_done, hdr, priority, zio_flags, zb);
6234 zio_t *zio = zio_null(pio, spa, NULL, NULL, NULL, zio_flags);
6854 void *private, zio_priority_t priority, int zio_flags,
6892 zio_flags |= ZIO_FLAG_RAW;
6897 zio_flags |= ZIO_FLAG_RAW_COMPRESS;
6929 if (!(zio_flags & ZIO_FLAG_RAW))
6939 arc_write_done, callback, priority, zio_flags, zb);