Searched refs:B_ERROR (Results 1 – 3 of 3) sorted by relevance
235 #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()2400 CLR(bp->b_flags, (B_READ | B_DONE | B_ERROR | B_DELWRI)); in buf_bwrite()2823 if (bp->b_flags & (B_ERROR | B_INVAL)) { in buf_brelse()2852 if (ISSET(bp->b_flags, (B_LOCKED | B_ERROR)) == (B_LOCKED | B_ERROR)) { in buf_brelse()2853 CLR(bp->b_flags, B_ERROR); in buf_brelse()2858 if (ISSET(bp->b_flags, (B_NOCACHE | B_ERROR))) { in buf_brelse()4152 } else if (ISSET(bp->b_flags, B_ERROR)) { in buf_biowait()4203 if (ISSET(bp->b_flags, B_ERROR)) { in buf_biodone()
1027 if ((cbp->b_flags & B_ERROR) && error == 0) { in cluster_iodone_finish()1193 real_bp->b_flags |= B_ERROR; in cluster_iodone_finish()2412 real_bp->b_flags |= B_ERROR; in cluster_io()