Home
last modified time | relevance | path

Searched refs:b_ioflags (Results 1 – 7 of 7) sorted by relevance

/f-stack/freebsd/kern/
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.c1693 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 …]
H A Dvfs_default.c282 ap->a_bp->b_ioflags |= BIO_ERROR; in vop_nostrategy()
/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()
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()
H A Dvm_pager.c389 bp->b_ioflags = 0; in pbuf_ctor()
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()
/f-stack/freebsd/sys/
H A Dbuf.h106 uint16_t b_ioflags; /* BIO_* bio_flags from bio.h */ member