Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/fs/zfs/sys/
H A Darc.h75 ARC_FLAG_IO_ERROR = 1 << 9, /* I/O failed for buf */ enumerator
/titanic_41/usr/src/uts/common/fs/zfs/
H A Darc.c835 #define HDR_IO_ERROR(hdr) ((hdr)->b_flags & ARC_FLAG_IO_ERROR)
4269 hdr->b_flags |= ARC_FLAG_IO_ERROR; in arc_read_done()