Searched refs:BIO_ERROR (Results 1 – 8 of 8) sorted by relevance
192 if (iolen == 0 && !(bp->bio_flags & BIO_ERROR)) in physio()199 if (bp->bio_flags & BIO_ERROR) { in physio()
256 bp->b_ioflags &= ~BIO_ERROR; in cluster_read()316 rbp->b_ioflags &= ~BIO_ERROR; in cluster_read()574 if (bp->b_ioflags & BIO_ERROR) in cluster_callback()589 tbp->b_ioflags |= BIO_ERROR; in cluster_callback()594 tbp->b_ioflags &= ~BIO_ERROR; in cluster_callback()1016 tbp->b_ioflags &= ~BIO_ERROR; in cluster_wbuild()
2123 rabp->b_ioflags &= ~BIO_ERROR; in breada()2198 bp->b_ioflags &= ~BIO_ERROR; in breadn_flags()2278 bp->b_ioflags &= ~BIO_ERROR; in bufwrite()2692 bp->b_ioflags &= ~BIO_ERROR; in brelse()2786 (bp->b_ioflags & BIO_ERROR)) { in brelse()4384 if (!(bp->bio_flags & BIO_ERROR)) in biowait()4395 bp->bio_flags |= BIO_ERROR; in biofinish()4429 if (bp->b_ioflags & BIO_ERROR) { in bufwait()4487 !(bp->b_ioflags & BIO_ERROR)) in bufdone()4506 (bp->b_ioflags & BIO_ERROR)) in bufdone()[all …]
282 ap->a_bp->b_ioflags |= BIO_ERROR; in vop_nostrategy()
2479 if (flags & BIO_ERROR) in aio_biowakeup()
59 #define BIO_ERROR 0x01 /* An error occurred processing this bio. */ macro
1613 if (bp->b_ioflags & BIO_ERROR && bp->b_error != ENOMEM) { in swp_pager_async_iodone()1657 if (bp->b_ioflags & BIO_ERROR) { in swp_pager_async_iodone()2798 bp->b_ioflags |= BIO_ERROR; in swapgeom_done()2821 bp->b_ioflags |= BIO_ERROR; in swapgeom_strategy()2836 bp->b_ioflags |= BIO_ERROR; in swapgeom_strategy()
631 if ((bp->b_ioflags & BIO_ERROR) != 0) { in vnode_pager_input_smlfs()1124 KASSERT((bp->b_ioflags & BIO_ERROR) == 0 || bp->b_error != 0, in vnode_pager_generic_getpages_done()1126 error = (bp->b_ioflags & BIO_ERROR) != 0 ? bp->b_error : 0; in vnode_pager_generic_getpages_done()