Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/zfs/
H A Darc.c1237 arc_hdr_get_compress(arc_buf_hdr_t *hdr) in arc_hdr_get_compress() function
1618 if (arc_hdr_get_compress(hdr) != ZIO_COMPRESS_OFF && in arc_hdr_size()
1858 (arc_hdr_get_compress(hdr) != ZIO_COMPRESS_OFF); in arc_buf_fill()
2001 hdr, arc_hdr_get_compress(hdr), in arc_buf_fill()
2521 boolean_t hdr_compressed = arc_hdr_get_compress(hdr) != in arc_can_share()
2576 arc_hdr_get_compress(hdr) != ZIO_COMPRESS_OFF) { in arc_buf_alloc_impl()
3016 arc_hdr_get_compress(hdr) != ZIO_COMPRESS_OFF); in arc_buf_destroy_impl()
5329 ASSERT3U(arc_hdr_get_compress(hdr), ==, ZIO_COMPRESS_OFF); in arc_hdr_verify()
5332 ASSERT3U(arc_hdr_get_compress(hdr), ==, in arc_hdr_verify()
5890 if (arc_hdr_get_compress(hdr) != ZIO_COMPRESS_OFF) { in arc_read()
[all …]