Searched refs:ZIO_FLAG_RAW_COMPRESS (Results 1 – 7 of 7) sorted by relevance
214 ZIO_FLAG_RAW_COMPRESS = 1 << 23, enumerator226 #define ZIO_FLAG_RAW (ZIO_FLAG_RAW_COMPRESS | ZIO_FLAG_RAW_ENCRYPT)
822 IMPLY(lsize != psize, (flags & ZIO_FLAG_RAW_COMPRESS) != 0); in zio_create()1549 !(zio->io_flags & ZIO_FLAG_RAW_COMPRESS)) { in zio_read_bp_init()1707 !(zio->io_flags & ZIO_FLAG_RAW_COMPRESS)) { in zio_write_compress()1776 } else if (zio->io_flags & ZIO_FLAG_RAW_COMPRESS && in zio_write_compress()
1670 zioflags |= ZIO_FLAG_RAW_COMPRESS; in issue_data_read()1674 srdp->datasz = (zioflags & ZIO_FLAG_RAW_COMPRESS) ? in issue_data_read()
5941 boolean_t compressed_read = (zio_flags & ZIO_FLAG_RAW_COMPRESS) != 0; in arc_read()6238 zio_flags |= ZIO_FLAG_RAW_COMPRESS; in arc_read()7179 zio_flags |= ZIO_FLAG_RAW_COMPRESS; in arc_write()
1996 zio_flags |= ZIO_FLAG_RAW_COMPRESS; in flush_write_batch_impl()
3273 if (zio->io_flags & ZIO_FLAG_RAW_COMPRESS) { in dbuf_prefetch_indirect_done()
2232 ZIO_PRIORITY_SYNC_READ, ZIO_FLAG_CANFAIL | ZIO_FLAG_RAW_COMPRESS, in snprintf_zstd_header()