Home
last modified time | relevance | path

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

/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.c2390 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.c1771 bp->b_ioflags = 0; in buf_alloc()
2204 rabp->b_ioflags &= ~BIO_ERROR; in breada()
2279 bp->b_ioflags &= ~BIO_ERROR; in breadn_flags()
2356 bp->b_ioflags &= ~BIO_ERROR; in bufwrite()
2733 if (bp->b_iocmd == BIO_WRITE && (bp->b_ioflags & BIO_ERROR) && in brelse()
2745 if (bp->b_iocmd == BIO_WRITE && (bp->b_ioflags & BIO_ERROR) && in brelse()
2769 bp->b_ioflags &= ~BIO_ERROR; in brelse()
2772 (bp->b_ioflags & BIO_ERROR) || (bp->b_bufsize <= 0)) { in brelse()
2824 (bp->b_ioflags & BIO_ERROR && bp->b_iocmd == BIO_READ)) && in brelse()
2844 if (bp->b_bufsize == 0 || (bp->b_ioflags & BIO_ERROR) != 0 || in brelse()
[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()
702 rabp->b_ioflags |= BIO_ERROR; in ncl_bioread()
1112 bp->b_ioflags &= ~BIO_ERROR; in ncl_write()
1190 bp->b_ioflags |= BIO_ERROR; in ncl_write()
1576 bp->b_ioflags &= ~BIO_ERROR; in ncl_doio()
1648 bp->b_ioflags |= BIO_ERROR; in ncl_doio()
1770 bp->b_ioflags |= BIO_ERROR;
H A Dnfs_clvnops.c3097 bp->b_ioflags &= ~BIO_ERROR; in ncl_flush()
/freebsd/sys/ufs/ffs/
H A Dffs_rawread.c316 if (iolen == 0 && (bp->b_ioflags & BIO_ERROR) == 0) { in ffs_rawread_main()
321 if ((bp->b_ioflags & BIO_ERROR) != 0) { in ffs_rawread_main()
H A Dffs_vfsops.c2149 if (!LIST_EMPTY(&bp->b_dep) && (bp->b_ioflags & BIO_ERROR) != 0)
2165 if ((bp->b_ioflags & BIO_ERROR) != 0) in ffs_backgroundwritedone()
2171 if (!LIST_EMPTY(&bp->b_dep) && (bp->b_ioflags & BIO_ERROR) == 0) in ffs_backgroundwritedone()
2191 if ((bp->b_ioflags & BIO_ERROR) != 0) in ffs_backgroundwritedone()
2373 bp->b_ioflags |= BIO_ERROR; in ffs_geom_strategy()
2384 bp->b_ioflags |= BIO_ERROR; in ffs_geom_strategy()
H A Dffs_softdep.c1578 bp->b_ioflags = flags; in softdep_send_speedup()
11243 bp->b_ioflags &= ~BIO_ERROR; in softdep_handle_error()
11274 if ((bp->b_ioflags & BIO_ERROR) != 0) in softdep_disk_write_complete()
11284 if ((bp->b_ioflags & BIO_ERROR) != 0 && (bp->b_flags & B_INVAL) == 0) { in softdep_disk_write_complete()
14744 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.c1691 if (bp->b_ioflags & BIO_ERROR && bp->b_error != ENOMEM) { in swp_pager_async_iodone()
1735 if (bp->b_ioflags & BIO_ERROR) { in swp_pager_async_iodone()
3139 bp->b_ioflags = bp2->bio_flags; in swapgeom_done()
3141 bp->b_ioflags |= BIO_ERROR; in swapgeom_done()
3164 bp->b_ioflags |= BIO_ERROR; in swapgeom_strategy()
3179 bp->b_ioflags |= BIO_ERROR; in swapgeom_strategy()
H A Dvnode_pager.c728 if ((bp->b_ioflags & BIO_ERROR) != 0) { in vnode_pager_input_smlfs()
1169 KASSERT((bp->b_ioflags & BIO_ERROR) == 0 || bp->b_error != 0, in vnode_pager_generic_getpages_done()
1171 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/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.c2580 bp->b_ioflags |= BIO_ERROR; in ufs_strategy()
/freebsd/sys/sys/
H A Dbuf.h103 uint16_t b_ioflags; /* BIO_* bio_flags from bio.h */ member
/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/p9fs/
H A Dp9fs_vnops.c1989 bp->b_ioflags |= BIO_ERROR; in p9fs_doio()
2026 bp->b_ioflags |= BIO_ERROR; in p9fs_strategy()
/freebsd/sys/fs/msdosfs/
H A Dmsdosfs_vnops.c1901 bp->b_ioflags |= BIO_ERROR; in msdosfs_strategy()