Home
last modified time | relevance | path

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

/freebsd-13-stable/sys/contrib/openzfs/include/sys/
HDzio.h214 ZIO_FLAG_RAW_COMPRESS = 1 << 23, enumerator
226 #define ZIO_FLAG_RAW (ZIO_FLAG_RAW_COMPRESS | ZIO_FLAG_RAW_ENCRYPT)
/freebsd-13-stable/sys/contrib/openzfs/module/zfs/
HDzio.c822 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()
HDdmu_send.c1670 zioflags |= ZIO_FLAG_RAW_COMPRESS; in issue_data_read()
1674 srdp->datasz = (zioflags & ZIO_FLAG_RAW_COMPRESS) ? in issue_data_read()
HDarc.c5941 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()
HDdmu_recv.c1996 zio_flags |= ZIO_FLAG_RAW_COMPRESS; in flush_write_batch_impl()
HDdbuf.c3273 if (zio->io_flags & ZIO_FLAG_RAW_COMPRESS) { in dbuf_prefetch_indirect_done()
/freebsd-13-stable/sys/contrib/openzfs/cmd/zdb/
HDzdb.c2232 ZIO_PRIORITY_SYNC_READ, ZIO_FLAG_CANFAIL | ZIO_FLAG_RAW_COMPRESS, in snprintf_zstd_header()