Searched refs:ZIO_FLAG_RAW_COMPRESS (Results 1 – 7 of 7) sorted by relevance
237 #define ZIO_FLAG_RAW_COMPRESS (1ULL << 24) macro252 #define ZIO_FLAG_RAW (ZIO_FLAG_RAW_COMPRESS | ZIO_FLAG_RAW_ENCRYPT)
958 IMPLY(lsize != psize, (flags & ZIO_FLAG_RAW_COMPRESS) != 0); in zio_create()1812 !(zio->io_flags & ZIO_FLAG_RAW_COMPRESS)) { in zio_read_bp_init()1968 !(zio->io_flags & ZIO_FLAG_RAW_COMPRESS)) { in zio_write_compress()2048 } else if (zio->io_flags & ZIO_FLAG_RAW_COMPRESS && in zio_write_compress()
1627 zioflags |= ZIO_FLAG_RAW_COMPRESS; in issue_data_read()1631 srdp->datasz = (zioflags & ZIO_FLAG_RAW_COMPRESS) ? in issue_data_read()
1484 flags |= ZIO_FLAG_RAW_COMPRESS; in do_corrective_recv()2345 zio_flags |= ZIO_FLAG_RAW_COMPRESS; in flush_write_batch_impl()
5911 boolean_t compressed_read = (zio_flags & ZIO_FLAG_RAW_COMPRESS) != 0; in arc_read()6260 zio_flags |= ZIO_FLAG_RAW_COMPRESS; in arc_read()7147 zio_flags |= ZIO_FLAG_RAW_COMPRESS; in arc_write()
3722 if (zio->io_flags & ZIO_FLAG_RAW_COMPRESS) { in dbuf_prefetch_indirect_done()
2581 ZIO_PRIORITY_SYNC_READ, ZIO_FLAG_CANFAIL | ZIO_FLAG_RAW_COMPRESS, in snprintf_zstd_header()