Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Darc.h119 ARC_FLAG_HAS_L1HDR = 1 << 18, enumerator
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Darc.c640 #define HDR_HAS_L1HDR(hdr) ((hdr)->b_flags & ARC_FLAG_HAS_L1HDR)
3124 arc_hdr_set_flags(hdr, arc_bufc_to_flags(type) | ARC_FLAG_HAS_L1HDR); in arc_hdr_alloc()
3181 arc_hdr_set_flags(nhdr, ARC_FLAG_HAS_L1HDR); in arc_hdr_realloc()
3223 arc_hdr_clear_flags(nhdr, ARC_FLAG_HAS_L1HDR); in arc_hdr_realloc()
/illumos-gate/usr/src/cmd/mdb/common/modules/zfs/
H A Dzfs.c4153 if ((flags & ARC_FLAG_HAS_L1HDR) == 0) in arc_compression_stats_cb()