Searched refs:HDR_L2_EVICTED (Results 1 – 1 of 1) sorted by relevance
850 #define HDR_L2_EVICTED(hdr) ((hdr)->b_flags & ARC_FLAG_L2_EVICTED) macro4613 !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()