Home
last modified time | relevance | path

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

/netbsd-src/external/cddl/osnet/dist/uts/common/fs/zfs/sys/
H A Darc.h107 ARC_FLAG_COMPRESSED_ARC = 1 << 17, enumerator
/netbsd-src/external/cddl/osnet/dist/uts/common/fs/zfs/
H A Darc.c1181 ((hdr)->b_flags & ARC_FLAG_COMPRESSED_ARC)
2023 arc_hdr_clear_flags(hdr, ARC_FLAG_COMPRESSED_ARC); in arc_hdr_set_compress()
2028 arc_hdr_set_flags(hdr, ARC_FLAG_COMPRESSED_ARC); in arc_hdr_set_compress()