Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Darc.h127 ARC_FLAG_COMPRESSED_ARC = 1 << 20, enumerator
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Darc.c623 ((hdr)->b_flags & ARC_FLAG_COMPRESSED_ARC)
1555 arc_hdr_clear_flags(hdr, ARC_FLAG_COMPRESSED_ARC); in arc_hdr_set_compress()
1558 arc_hdr_set_flags(hdr, ARC_FLAG_COMPRESSED_ARC); in arc_hdr_set_compress()