Lines Matching defs:ZIO_COMPRESS_OFF

1219  * the value will be ZIO_COMPRESS_OFF. It can be made normally readable with
1226 HDR_GET_COMPRESS(buf->b_hdr) : ZIO_COMPRESS_OFF);
1234 * as what's used to store it on-disk. Otherwise, this will be ZIO_COMPRESS_OFF.
1240 HDR_GET_COMPRESS(hdr) : ZIO_COMPRESS_OFF);
1550 * arc_buf_hdr_t's compression to ZIO_COMPRESS_OFF.
1618 if (arc_hdr_get_compress(hdr) != ZIO_COMPRESS_OFF &&
1650 if (HDR_GET_COMPRESS(hdr) != ZIO_COMPRESS_OFF &&
1667 ASSERT3U(HDR_GET_COMPRESS(hdr), ==, ZIO_COMPRESS_OFF);
1730 if (HDR_GET_COMPRESS(hdr) != ZIO_COMPRESS_OFF &&
1858 (arc_hdr_get_compress(hdr) != ZIO_COMPRESS_OFF);
2522 ZIO_COMPRESS_OFF;
2576 arc_hdr_get_compress(hdr) != ZIO_COMPRESS_OFF) {
3016 arc_hdr_get_compress(hdr) != ZIO_COMPRESS_OFF);
3441 B_FALSE, ZIO_COMPRESS_OFF, type, B_FALSE);
3499 ASSERT3U(compression_type, >, ZIO_COMPRESS_OFF);
3539 ASSERT3U(compression_type, >=, ZIO_COMPRESS_OFF);
5329 ASSERT3U(arc_hdr_get_compress(hdr), ==, ZIO_COMPRESS_OFF);
5890 if (arc_hdr_get_compress(hdr) != ZIO_COMPRESS_OFF) {
6006 if (HDR_GET_COMPRESS(hdr) != ZIO_COMPRESS_OFF &&
6310 arc_hdr_get_compress(hdr) != ZIO_COMPRESS_OFF);
6478 if (BP_GET_COMPRESS(bp) == ZIO_COMPRESS_OFF)
6490 compress = ZIO_COMPRESS_OFF;
6531 } else if (arc_hdr_get_compress(hdr) != ZIO_COMPRESS_OFF &&
6736 arc_hdr_set_compress(hdr, ZIO_COMPRESS_OFF);
7930 if (HDR_GET_COMPRESS(hdr) != ZIO_COMPRESS_OFF &&
8381 ASSERT((HDR_GET_COMPRESS(hdr) != ZIO_COMPRESS_OFF &&
8400 if ((compress == ZIO_COMPRESS_OFF || HDR_COMPRESSION_ENABLED(hdr)) &&
8410 if (compress != ZIO_COMPRESS_OFF && !HDR_COMPRESSION_ENABLED(hdr)) {
8624 HDR_GET_COMPRESS(hdr) == ZIO_COMPRESS_OFF) &&
9558 case ZIO_COMPRESS_OFF:
9881 ZIO_COMPRESS_OFF);