Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/fs/zfs/
H A Darc.c850 #define HDR_L2_EVICTED(hdr) ((hdr)->b_flags & ARC_FLAG_L2_EVICTED) macro
4613 !HDR_L2_WRITING(hdr) && !HDR_L2_EVICTED(hdr) && in arc_read()
6153 if (equal && zio->io_error == 0 && !HDR_L2_EVICTED(hdr)) { in l2arc_read_done()