Searched refs:B_ERROR (Results 1 – 3 of 3) sorted by relevance
234 #define B_ERROR 0x00080000 /* I/O error occurred. */ macro
640 SET(bp->b_flags, B_ERROR); in buf_seterror()642 CLR(bp->b_flags, B_ERROR); in buf_seterror()667 CLR(bp->b_flags, (B_READ | B_WRITE | B_ERROR | B_DONE | B_INVAL | B_ASYNC | B_NOCACHE | B_FUA)); in buf_reset()2394 CLR(bp->b_flags, (B_READ | B_DONE | B_ERROR | B_DELWRI)); in buf_bwrite()2817 if (bp->b_flags & (B_ERROR | B_INVAL)) { in buf_brelse()2846 if (ISSET(bp->b_flags, (B_LOCKED | B_ERROR)) == (B_LOCKED | B_ERROR)) { in buf_brelse()2847 CLR(bp->b_flags, B_ERROR); in buf_brelse()2852 if (ISSET(bp->b_flags, (B_NOCACHE | B_ERROR))) { in buf_brelse()4146 } else if (ISSET(bp->b_flags, B_ERROR)) { in buf_biowait()4197 if (ISSET(bp->b_flags, B_ERROR)) { in buf_biodone()
852 if ((cbp->b_flags & B_ERROR) && error == 0) { in cluster_iodone()988 real_bp->b_flags |= B_ERROR; in cluster_iodone()2115 real_bp->b_flags |= B_ERROR; in cluster_io()