Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/include/sys/
H A Darc.h120 ARC_FLAG_IO_ERROR = 1 << 9, /* I/O failed for buf */ enumerator
/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Darc.c716 #define HDR_IO_ERROR(hdr) ((hdr)->b_flags & ARC_FLAG_IO_ERROR)
2064 arc_hdr_set_flags(hdr, ARC_FLAG_IO_ERROR); in arc_buf_fill()
2171 arc_hdr_set_flags(hdr, ARC_FLAG_IO_ERROR); in arc_buf_fill()
5830 arc_hdr_set_flags(hdr, ARC_FLAG_IO_ERROR); in arc_read_done()