Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/include/sys/
H A Darc.h156 ARC_FLAG_HAS_L1HDR = 1 << 18, enumerator
/freebsd/sys/contrib/openzfs/module/zfs/
H A Darc.c729 #define HDR_HAS_L1HDR(hdr) ((hdr)->b_flags & ARC_FLAG_HAS_L1HDR)
3284 arc_hdr_set_flags(hdr, arc_bufc_to_flags(type) | ARC_FLAG_HAS_L1HDR); in arc_hdr_alloc()
3329 arc_hdr_set_flags(nhdr, ARC_FLAG_HAS_L1HDR); in arc_hdr_realloc()
3365 arc_hdr_clear_flags(nhdr, ARC_FLAG_HAS_L1HDR); in arc_hdr_realloc()