Home
last modified time | relevance | path

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

/freebsd-13-stable/sys/contrib/openzfs/include/sys/
HDarc.h128 ARC_FLAG_IO_ERROR = 1 << 9, /* I/O failed for buf */ enumerator
/freebsd-13-stable/sys/contrib/openzfs/module/zfs/
HDarc.c686 #define HDR_IO_ERROR(hdr) ((hdr)->b_flags & ARC_FLAG_IO_ERROR)
2037 arc_hdr_set_flags(hdr, ARC_FLAG_IO_ERROR); in arc_buf_fill()
2143 arc_hdr_set_flags(hdr, ARC_FLAG_IO_ERROR); in arc_buf_fill()
5856 arc_hdr_set_flags(hdr, ARC_FLAG_IO_ERROR); in arc_read_done()