Home
last modified time | relevance | path

Searched refs:BIO_ERROR (Results 1 – 8 of 8) sorted by relevance

/f-stack/freebsd/kern/
H A Dkern_physio.c192 if (iolen == 0 && !(bp->bio_flags & BIO_ERROR)) in physio()
199 if (bp->bio_flags & BIO_ERROR) { in physio()
H A Dvfs_cluster.c256 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()
H A Dvfs_bio.c2123 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 …]
H A Dvfs_default.c282 ap->a_bp->b_ioflags |= BIO_ERROR; in vop_nostrategy()
H A Dvfs_aio.c2479 if (flags & BIO_ERROR) in aio_biowakeup()
/f-stack/freebsd/sys/
H A Dbio.h59 #define BIO_ERROR 0x01 /* An error occurred processing this bio. */ macro
/f-stack/freebsd/vm/
H A Dswap_pager.c1613 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()
H A Dvnode_pager.c631 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()