Searched refs:HDR_GET_COMPRESS (Results 1 – 1 of 1) sorted by relevance
742 #define HDR_GET_COMPRESS(hdr) ((enum zio_compress)BF32_GET((hdr)->b_flags, \ macro1358 HDR_GET_COMPRESS(buf->b_hdr) : ZIO_COMPRESS_OFF); in arc_get_compression()1370 HDR_GET_COMPRESS(hdr) : ZIO_COMPRESS_OFF); in arc_hdr_get_compress()1681 ASSERT3U(HDR_GET_COMPRESS(hdr), ==, cmp); in arc_hdr_set_compress()1806 if (HDR_GET_COMPRESS(hdr) != ZIO_COMPRESS_OFF && in arc_hdr_authenticate()1809 csize = zio_compress_data(HDR_GET_COMPRESS(hdr), in arc_hdr_authenticate()1826 ASSERT3U(HDR_GET_COMPRESS(hdr), ==, ZIO_COMPRESS_OFF); in arc_hdr_authenticate()1882 if (HDR_GET_COMPRESS(hdr) != ZIO_COMPRESS_OFF && in arc_hdr_decrypt()1892 ret = zio_decompress_data(HDR_GET_COMPRESS(hdr), in arc_hdr_decrypt()2143 error = zio_decompress_data(HDR_GET_COMPRESS(hdr), in arc_buf_fill()[all …]