Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/include/sys/
H A Darc.h157 ARC_FLAG_HAS_L2HDR = 1 << 19, enumerator
/freebsd/sys/contrib/openzfs/module/zfs/
H A Darc.c717 ((hdr)->b_flags & ARC_FLAG_HAS_L2HDR))
730 #define HDR_HAS_L2HDR(hdr) ((hdr)->b_flags & ARC_FLAG_HAS_L2HDR)
1745 arc_hdr_set_flags(hdr, arc_bufc_to_flags(type) | ARC_FLAG_HAS_L2HDR); in arc_buf_alloc_l2only()
3622 arc_hdr_clear_flags(hdr, ARC_FLAG_HAS_L2HDR); in arc_hdr_l2hdr_destroy()
8510 arc_hdr_clear_flags(hdr, ARC_FLAG_HAS_L2HDR); in l2arc_write_done()
9295 arc_hdr_set_flags(head, ARC_FLAG_L2_WRITE_HEAD | ARC_FLAG_HAS_L2HDR); in l2arc_write_buffers()
9440 arc_hdr_set_flags(hdr, ARC_FLAG_HAS_L2HDR | in l2arc_write_buffers()
10630 arc_hdr_set_flags(exists, ARC_FLAG_HAS_L2HDR); in l2arc_hdr_restore()