Searched refs:b_ioflags (Results 1 – 7 of 7) sorted by relevance
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()
1693 bp->b_ioflags = 0; in buf_alloc()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()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()4776 bp->b_ioflags &= ~BIO_ERROR; in vfs_bio_clrbuf()[all …]
282 ap->a_bp->b_ioflags |= BIO_ERROR; in vop_nostrategy()
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()2796 bp->b_ioflags = bp2->bio_flags; in swapgeom_done()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()
389 bp->b_ioflags = 0; in pbuf_ctor()
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()
106 uint16_t b_ioflags; /* BIO_* bio_flags from bio.h */ member