Searched refs:HDR_GET_COMPRESS (Results 1 – 1 of 1) sorted by relevance
| /netbsd/src/external/cddl/osnet/dist/uts/common/fs/zfs/ |
| D | arc.c | 1202 #define HDR_GET_COMPRESS(hdr) ((enum zio_compress)BF32_GET((hdr)->b_flags, \ macro 1785 ASSERT3U(HDR_GET_COMPRESS(hdr), ==, ZIO_COMPRESS_OFF); in arc_cksum_is_equal() 2026 ASSERT3U(HDR_GET_COMPRESS(hdr), ==, ZIO_COMPRESS_OFF); in arc_hdr_set_compress() 2030 ASSERT3U(HDR_GET_COMPRESS(hdr), ==, cmp); in arc_hdr_set_compress() 2043 ASSERT3U(HDR_GET_COMPRESS(hdr), ==, ZIO_COMPRESS_OFF); in arc_decompress() 2044 } else if (HDR_GET_COMPRESS(hdr) == ZIO_COMPRESS_OFF) { in arc_decompress() 2057 error = zio_decompress_data(HDR_GET_COMPRESS(hdr), in arc_decompress() 2062 hdr, HDR_GET_COMPRESS(hdr), HDR_GET_PSIZE(hdr), in arc_decompress() 2084 if (HDR_GET_COMPRESS(hdr) != ZIO_COMPRESS_OFF && in arc_hdr_size() 2528 HDR_GET_COMPRESS(hdr) == ZIO_COMPRESS_OFF && !HDR_L2_WRITING(hdr)) { in arc_buf_alloc_impl() [all …]
|