Home
last modified time | relevance | path

Searched refs:B_ERROR (Results 1 – 3 of 3) sorted by relevance

/xnu-12377.81.4/bsd/sys/
H A Dbuf_internal.h239 #define B_ERROR 0x00080000 /* I/O error occurred. */ macro
/xnu-12377.81.4/bsd/vfs/
H A Dvfs_bio.c803 SET(bp->b_flags, B_ERROR); in buf_seterror()
805 CLR(bp->b_flags, B_ERROR); in buf_seterror()
830 CLR(bp->b_flags, (B_READ | B_WRITE | B_ERROR | B_DONE | B_INVAL | B_ASYNC | B_NOCACHE | B_FUA)); in buf_reset()
2563 CLR(bp->b_flags, (B_READ | B_DONE | B_ERROR | B_DELWRI)); in buf_bwrite()
2986 if (bp->b_flags & (B_ERROR | B_INVAL)) { in buf_brelse()
3017 if (ISSET(bp->b_flags, (B_LOCKED | B_ERROR)) == (B_LOCKED | B_ERROR)) { in buf_brelse()
3018 CLR(bp->b_flags, B_ERROR); in buf_brelse()
3023 if (ISSET(bp->b_flags, (B_NOCACHE | B_ERROR))) { in buf_brelse()
4317 } else if (ISSET(bp->b_flags, B_ERROR)) { in buf_biowait()
4368 if (ISSET(bp->b_flags, B_ERROR)) { in buf_biodone()
H A Dvfs_cluster.c1146 if ((cbp->b_flags & B_ERROR) && error == 0) { in cluster_iodone_finish()
1266 real_bp->b_flags |= B_ERROR; in cluster_iodone_finish()
2513 real_bp->b_flags |= B_ERROR; in cluster_io()