Home
last modified time | relevance | path

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

/freebsd/sys/geom/
H A Dgeom_vfs.c161 bp->b_ioflags = bip->bio_flags; in g_vfs_done()
163 bp->b_ioflags |= BIO_ERROR; in g_vfs_done()
164 if ((bp->b_ioflags & BIO_EXTERR) != 0) in g_vfs_done()
202 bp->b_ioflags |= BIO_ERROR; in g_vfs_strategy()
221 bip->bio_flags |= bp->b_ioflags; in g_vfs_strategy()
/freebsd/sys/fs/fuse/
H A Dfuse_io.c597 bp->b_ioflags &= ~BIO_ERROR; in fuse_write_biobackend()
679 bp->b_ioflags |= BIO_ERROR; in fuse_write_biobackend()
775 bp->b_ioflags |= BIO_ERROR; in fuse_io_strategy()
793 bp->b_ioflags &= ~BIO_ERROR; in fuse_io_strategy()
852 bp->b_ioflags |= BIO_ERROR; in fuse_io_strategy()
907 bp->b_ioflags |= BIO_ERROR; in fuse_io_strategy()
H A Dfuse_vnops.c2545 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()
305 rbp->b_ioflags &= ~BIO_ERROR; in cluster_read()
562 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.c1773 bp->b_ioflags = 0; in buf_alloc()
2210 rabp->b_ioflags &= ~BIO_ERROR; in breada()
2285 bp->b_ioflags &= ~(BIO_ERROR | BIO_EXTERR); in breadn_flags()
2362 bp->b_ioflags &= ~(BIO_ERROR | BIO_EXTERR); in bufwrite()
2738 if (bp->b_iocmd == BIO_WRITE && (bp->b_ioflags & BIO_ERROR) && in brelse()
2750 if (bp->b_iocmd == BIO_WRITE && (bp->b_ioflags & BIO_ERROR) && in brelse()
2774 bp->b_ioflags &= ~BIO_ERROR; in brelse()
2777 (bp->b_ioflags & BIO_ERROR) || (bp->b_bufsize <= 0)) { in brelse()
2829 (bp->b_ioflags & BIO_ERROR && bp->b_iocmd == BIO_READ)) && in brelse()
2849 if (bp->b_bufsize == 0 || (bp->b_ioflags & BIO_ERROR) != 0 || in brelse()
[all …]
H A Dvfs_default.c272 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; in ncl_doio()
H A Dnfs_clvnops.c3282 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.c2146 if (!LIST_EMPTY(&bp->b_dep) && (bp->b_ioflags & BIO_ERROR) != 0) in ffs_backgroundwritedone()
2162 if ((bp->b_ioflags & BIO_ERROR) != 0) in ffs_backgroundwritedone()
2168 if (!LIST_EMPTY(&bp->b_dep) && (bp->b_ioflags & BIO_ERROR) == 0) in ffs_backgroundwritedone()
2188 if ((bp->b_ioflags & BIO_ERROR) != 0) in ffs_backgroundwritedone()
2370 bp->b_ioflags |= BIO_ERROR; in ffs_geom_strategy()
2381 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()
14742 if ((bp->b_ioflags & BIO_ERROR) == 0) in softdep_deallocate_dependencies()
/freebsd/sys/fs/smbfs/
H A Dsmbfs_io.c356 bp->b_ioflags |= BIO_ERROR; in smbfs_doio()
395 bp->b_ioflags |= BIO_ERROR; in smbfs_doio()
/freebsd/sys/vm/
H A Dswap_pager.c1716 if (bp->b_ioflags & BIO_ERROR && bp->b_error != ENOMEM) { in swp_pager_async_iodone()
1763 if (bp->b_ioflags & BIO_ERROR) { in swp_pager_async_iodone()
3166 bp->b_ioflags = bp2->bio_flags; in swapgeom_done()
3168 bp->b_ioflags |= BIO_ERROR; in swapgeom_done()
3191 bp->b_ioflags |= BIO_ERROR; in swapgeom_strategy()
3206 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()
1168 KASSERT((bp->b_ioflags & BIO_ERROR) == 0 || bp->b_error != 0, in vnode_pager_generic_getpages_done()
1170 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/sys/
H A Dbuf.h103 uint16_t b_ioflags; /* BIO_* bio_flags from bio.h */ member
/freebsd/sys/ufs/ufs/
H A Dufs_bmap.c131 bp->b_ioflags &= ~BIO_ERROR; in readindir()
H A Dufs_vnops.c2577 bp->b_ioflags |= BIO_ERROR; in ufs_strategy()
/freebsd/sys/fs/tarfs/
H A Dtarfs_vnops.c662 bp->b_ioflags |= BIO_ERROR; in tarfs_strategy()
H A Dtarfs_io.c592 bp->b_ioflags |= BIO_ERROR; in tarfs_zstrategy()
/freebsd/sys/fs/p9fs/
H A Dp9fs_vnops.c2042 bp->b_ioflags |= BIO_ERROR; in p9fs_doio()
2079 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()