Home
last modified time | relevance | path

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

/xnu-11417.121.6/bsd/sys/
H A Dbuf_internal.h235 #define B_ERROR 0x00080000 /* I/O error occurred. */ macro
/xnu-11417.121.6/bsd/vfs/
H A Dvfs_bio.c640 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()
H A Dvfs_cluster.c1039 if ((cbp->b_flags & B_ERROR) && error == 0) { in cluster_iodone_finish()
1205 real_bp->b_flags |= B_ERROR; in cluster_iodone_finish()
2442 real_bp->b_flags |= B_ERROR; in cluster_io()