Home
last modified time | relevance | path

Searched refs:ZIO_FLAG_RAW_COMPRESS (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Dzio.h203 ZIO_FLAG_RAW_COMPRESS = 1 << 23, enumerator
214 #define ZIO_FLAG_RAW (ZIO_FLAG_RAW_COMPRESS | ZIO_FLAG_RAW_ENCRYPT)
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzio.c709 IMPLY(lsize != psize, (flags & ZIO_FLAG_RAW_COMPRESS) != 0); in zio_create()
1368 !(zio->io_flags & ZIO_FLAG_RAW_COMPRESS)) { in zio_read_bp_init()
1526 !(zio->io_flags & ZIO_FLAG_RAW_COMPRESS)) { in zio_write_compress()
H A Ddmu_send.c891 zioflags |= ZIO_FLAG_RAW_COMPRESS; in do_dump()
H A Darc.c5635 boolean_t compressed_read = (zio_flags & ZIO_FLAG_RAW_COMPRESS) != 0; in arc_read()
5891 zio_flags |= ZIO_FLAG_RAW_COMPRESS; in arc_read()
6702 zio_flags |= ZIO_FLAG_RAW_COMPRESS; in arc_write()
H A Ddbuf.c2686 if (zio->io_flags & ZIO_FLAG_RAW_COMPRESS) { in dbuf_prefetch_indirect_done()