Home
last modified time | relevance | path

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

/dports/misc/rump/buildrump.sh-b914579/src/external/cddl/osnet/dist/uts/common/fs/zfs/
H A Darc.c538 #define HDR_L2_EVICTED(hdr) ((hdr)->b_flags & ARC_L2_EVICTED) macro
2845 !HDR_L2_WRITING(hdr) && !HDR_L2_EVICTED(hdr) && in arc_read_nolock()
4062 if (equal && zio->io_error == 0 && !HDR_L2_EVICTED(hdr)) { in l2arc_read_done()