Home
last modified time | relevance | path

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

/freebsd/sys/geom/
H A Dgeom_vfs.c160 bp->b_ioflags = bip->bio_flags; in g_vfs_done()
162 bp->b_ioflags |= BIO_ERROR; in g_vfs_done()
197 bp->b_ioflags |= BIO_ERROR; in g_vfs_strategy()
214 bip->bio_flags |= bp->b_ioflags; in g_vfs_strategy()
/freebsd/sys/fs/fuse/
H A Dfuse_io.c590 bp->b_ioflags &= ~BIO_ERROR; in fuse_write_biobackend()
672 bp->b_ioflags |= BIO_ERROR; in fuse_write_biobackend()
768 bp->b_ioflags |= BIO_ERROR; in fuse_io_strategy()
786 bp->b_ioflags &= ~BIO_ERROR; in fuse_io_strategy()
843 bp->b_ioflags |= BIO_ERROR; in fuse_io_strategy()
890 bp->b_ioflags |= BIO_ERROR; in fuse_io_strategy()
H A Dfuse_vnops.c2369 bp->b_ioflags |= BIO_ERROR; in fuse_vnop_strategy()
/freebsd/sys/kern/
H A Dvfs_cluster.c243 bp->b_ioflags &= ~BIO_ERROR; in cluster_read()
303 rbp->b_ioflags &= ~BIO_ERROR; in cluster_read()
561 if (bp->b_ioflags & BIO_ERROR) in cluster_callback()
576 tbp->b_ioflags |= BIO_ERROR; in cluster_callback()
581 tbp->b_ioflags &= ~BIO_ERROR; in cluster_callback()
1009 tbp->b_ioflags &= ~BIO_ERROR; in cluster_wbuild()
H A Dvfs_bio.c1760 bp->b_ioflags = 0; in buf_alloc()
2193 rabp->b_ioflags &= ~BIO_ERROR; in breada()
2268 bp->b_ioflags &= ~BIO_ERROR; in breadn_flags()
2348 bp->b_ioflags &= ~BIO_ERROR; in bufwrite()
2764 bp->b_ioflags &= ~BIO_ERROR; in brelse()
2858 (bp->b_ioflags & BIO_ERROR)) { in brelse()
4547 if (bp->b_ioflags & BIO_ERROR) { in bufwait()
4605 !(bp->b_ioflags & BIO_ERROR)) in bufdone()
4624 (bp->b_ioflags & BIO_ERROR)) in bufdone()
4895 bp->b_ioflags &= ~BIO_ERROR; in vfs_bio_clrbuf()
[all …]
H A Dvfs_default.c269 ap->a_bp->b_ioflags |= BIO_ERROR; in vop_nostrategy()
/freebsd/sys/fs/nfsclient/
H A Dnfs_clbio.c519 rabp->b_ioflags |= BIO_ERROR; in ncl_bioread()
588 bp->b_ioflags |= BIO_ERROR; in ncl_bioread()
1083 bp->b_ioflags &= ~BIO_ERROR; in ncl_write()
1161 bp->b_ioflags |= BIO_ERROR; in ncl_write()
1547 bp->b_ioflags &= ~BIO_ERROR; in ncl_doio()
1619 bp->b_ioflags |= BIO_ERROR; in ncl_doio()
1741 bp->b_ioflags |= BIO_ERROR; in ncl_doio()
H A Dnfs_clvnops.c3089 bp->b_ioflags &= ~BIO_ERROR; in ncl_flush()
/freebsd/sys/ufs/ffs/
H A Dffs_rawread.c321 if (iolen == 0 && (bp->b_ioflags & BIO_ERROR) == 0) { in ffs_rawread_main()
326 if ((bp->b_ioflags & BIO_ERROR) != 0) { in ffs_rawread_main()
H A Dffs_vfsops.c2290 if (!LIST_EMPTY(&bp->b_dep) && (bp->b_ioflags & BIO_ERROR) != 0) in ffs_backgroundwritedone()
2306 if ((bp->b_ioflags & BIO_ERROR) != 0) in ffs_backgroundwritedone()
2312 if (!LIST_EMPTY(&bp->b_dep) && (bp->b_ioflags & BIO_ERROR) == 0) in ffs_backgroundwritedone()
2332 if ((bp->b_ioflags & BIO_ERROR) != 0) in ffs_backgroundwritedone()
2514 bp->b_ioflags |= BIO_ERROR; in ffs_geom_strategy()
2527 bp->b_ioflags |= BIO_ERROR; in ffs_geom_strategy()
H A Dffs_softdep.c1578 bp->b_ioflags = flags; in softdep_send_speedup()
11232 bp->b_ioflags &= ~BIO_ERROR; in softdep_handle_error()
11263 if ((bp->b_ioflags & BIO_ERROR) != 0) in softdep_disk_write_complete()
11273 if ((bp->b_ioflags & BIO_ERROR) != 0 && (bp->b_flags & B_INVAL) == 0) { in softdep_disk_write_complete()
14733 if ((bp->b_ioflags & BIO_ERROR) == 0) in softdep_deallocate_dependencies()
/freebsd/sys/fs/smbfs/
H A Dsmbfs_io.c350 bp->b_ioflags |= BIO_ERROR; in smbfs_doio()
389 bp->b_ioflags |= BIO_ERROR; in smbfs_doio()
/freebsd/sys/vm/
H A Dswap_pager.c1628 if (bp->b_ioflags & BIO_ERROR && bp->b_error != ENOMEM) { in swp_pager_async_iodone()
1672 if (bp->b_ioflags & BIO_ERROR) { in swp_pager_async_iodone()
2852 bp->b_ioflags = bp2->bio_flags; in swapgeom_done()
2854 bp->b_ioflags |= BIO_ERROR; in swapgeom_done()
2877 bp->b_ioflags |= BIO_ERROR; in swapgeom_strategy()
2892 bp->b_ioflags |= BIO_ERROR; in swapgeom_strategy()
H A Dvnode_pager.c712 if ((bp->b_ioflags & BIO_ERROR) != 0) { in vnode_pager_input_smlfs()
1205 KASSERT((bp->b_ioflags & BIO_ERROR) == 0 || bp->b_error != 0, in vnode_pager_generic_getpages_done()
1207 error = (bp->b_ioflags & BIO_ERROR) != 0 ? bp->b_error : 0; in vnode_pager_generic_getpages_done()
H A Dvm_pager.c470 bp->b_ioflags = 0; in pbuf_ctor()
/freebsd/sys/sys/
H A Dbuf.h103 uint16_t b_ioflags; /* BIO_* bio_flags from bio.h */ member
/freebsd/sys/fs/ext2fs/
H A Dext2_bmap.c173 bp->b_ioflags &= ~BIO_ERROR; in readindir()
H A Dext2_vnops.c1585 bp->b_ioflags |= BIO_ERROR; in ext2_strategy()
/freebsd/sys/ufs/ufs/
H A Dufs_bmap.c118 bp->b_ioflags &= ~BIO_ERROR; in readindir()
H A Dufs_vnops.c2576 bp->b_ioflags |= BIO_ERROR; in ufs_strategy()
/freebsd/sys/fs/tarfs/
H A Dtarfs_io.c592 bp->b_ioflags |= BIO_ERROR; in tarfs_zstrategy()
H A Dtarfs_vnops.c659 bp->b_ioflags |= BIO_ERROR; in tarfs_strategy()
/freebsd/sys/fs/msdosfs/
H A Dmsdosfs_vnops.c1901 bp->b_ioflags |= BIO_ERROR; in msdosfs_strategy()