Lines Matching defs:compressed
495 /* only set the compression fields if the buf is compressed or raw */
496 boolean_t compressed =
499 if (raw || compressed) {
521 /* this is a compressed block */
530 /* set fields common to compressed and raw sends */
856 * compressed embedded blocks, as the receiver may not support them.
1606 * We should only request compressed data from the ARC if all
1996 * allow sending ZSTD compressed datasets to a receiver that does not
2973 uint64_t compressed, boolean_t stream_compressed, uint64_t *sizep)
3003 * If we're estimating a send size for a compressed stream, use the
3004 * compressed data size to estimate the stream size. Otherwise, use the
3007 size = stream_compressed ? compressed : uncompressed;