Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/include/sys/
H A Dzio.h231 ZIO_FLAG_RAW_COMPRESS = 1 << 23, enumerator
243 #define ZIO_FLAG_RAW (ZIO_FLAG_RAW_COMPRESS | ZIO_FLAG_RAW_ENCRYPT)
/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Ddmu_send.c1652 zioflags |= ZIO_FLAG_RAW_COMPRESS; in issue_data_read()
1654 srdp->datasz = (zioflags & ZIO_FLAG_RAW_COMPRESS) ? in issue_data_read()
H A Dzio.c825 IMPLY(lsize != psize, (flags & ZIO_FLAG_RAW_COMPRESS) != 0); in zio_create()
1554 !(zio->io_flags & ZIO_FLAG_RAW_COMPRESS)) { in zio_read_bp_init()
1712 !(zio->io_flags & ZIO_FLAG_RAW_COMPRESS)) { in zio_write_compress()
H A Darc.c5915 boolean_t compressed_read = (zio_flags & ZIO_FLAG_RAW_COMPRESS) != 0; in arc_read()
6212 zio_flags |= ZIO_FLAG_RAW_COMPRESS; in arc_read()
7096 zio_flags |= ZIO_FLAG_RAW_COMPRESS; in arc_write()
H A Ddmu_recv.c1963 zio_flags |= ZIO_FLAG_RAW_COMPRESS; in flush_write_batch_impl()
H A Ddbuf.c3157 if (zio->io_flags & ZIO_FLAG_RAW_COMPRESS) { in dbuf_prefetch_indirect_done()
/f-stack/freebsd/contrib/openzfs/cmd/zdb/
H A Dzdb.c2200 ZIO_PRIORITY_SYNC_READ, ZIO_FLAG_CANFAIL | ZIO_FLAG_RAW_COMPRESS, in snprintf_zstd_header()