Home
last modified time | relevance | path

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

/freebsd-14.2/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()
198 bp->b_ioflags |= BIO_ERROR; in g_vfs_strategy()
215 bip->bio_flags |= bp->b_ioflags; in g_vfs_strategy()
/freebsd-14.2/sys/fs/fuse/
H A Dfuse_io.c591 bp->b_ioflags &= ~BIO_ERROR; in fuse_write_biobackend()
673 bp->b_ioflags |= BIO_ERROR; in fuse_write_biobackend()
769 bp->b_ioflags |= BIO_ERROR; in fuse_io_strategy()
787 bp->b_ioflags &= ~BIO_ERROR; in fuse_io_strategy()
844 bp->b_ioflags |= BIO_ERROR; in fuse_io_strategy()
891 bp->b_ioflags |= BIO_ERROR; in fuse_io_strategy()
H A Dfuse_vnops.c2398 bp->b_ioflags |= BIO_ERROR; in fuse_vnop_strategy()
/freebsd-14.2/sys/kern/
H A Dvfs_cluster.c246 bp->b_ioflags &= ~BIO_ERROR; in cluster_read()
306 rbp->b_ioflags &= ~BIO_ERROR; in cluster_read()
564 if (bp->b_ioflags & BIO_ERROR) in cluster_callback()
579 tbp->b_ioflags |= BIO_ERROR; in cluster_callback()
584 tbp->b_ioflags &= ~BIO_ERROR; in cluster_callback()
1012 tbp->b_ioflags &= ~BIO_ERROR; in cluster_wbuild()
H A Dvfs_bio.c1755 bp->b_ioflags = 0; in buf_alloc()
2188 rabp->b_ioflags &= ~BIO_ERROR; in breada()
2263 bp->b_ioflags &= ~BIO_ERROR; in breadn_flags()
2343 bp->b_ioflags &= ~BIO_ERROR; in bufwrite()
2759 bp->b_ioflags &= ~BIO_ERROR; in brelse()
2853 (bp->b_ioflags & BIO_ERROR)) { in brelse()
4542 if (bp->b_ioflags & BIO_ERROR) { in bufwait()
4600 !(bp->b_ioflags & BIO_ERROR)) in bufdone()
4619 (bp->b_ioflags & BIO_ERROR)) in bufdone()
4890 bp->b_ioflags &= ~BIO_ERROR; in vfs_bio_clrbuf()
[all …]
H A Dvfs_default.c272 ap->a_bp->b_ioflags |= BIO_ERROR; in vop_nostrategy()
/freebsd-14.2/sys/fs/nfsclient/
H A Dnfs_clbio.c522 rabp->b_ioflags |= BIO_ERROR; in ncl_bioread()
591 bp->b_ioflags |= BIO_ERROR; in ncl_bioread()
705 rabp->b_ioflags |= BIO_ERROR; in ncl_bioread()
1115 bp->b_ioflags &= ~BIO_ERROR; in ncl_write()
1193 bp->b_ioflags |= BIO_ERROR; in ncl_write()
1579 bp->b_ioflags &= ~BIO_ERROR; in ncl_doio()
1651 bp->b_ioflags |= BIO_ERROR; in ncl_doio()
1773 bp->b_ioflags |= BIO_ERROR; in ncl_doio()
H A Dnfs_clvnops.c3095 bp->b_ioflags &= ~BIO_ERROR; in ncl_flush()
/freebsd-14.2/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.c2292 if (!LIST_EMPTY(&bp->b_dep) && (bp->b_ioflags & BIO_ERROR) != 0) in ffs_backgroundwritedone()
2308 if ((bp->b_ioflags & BIO_ERROR) != 0) in ffs_backgroundwritedone()
2314 if (!LIST_EMPTY(&bp->b_dep) && (bp->b_ioflags & BIO_ERROR) == 0) in ffs_backgroundwritedone()
2334 if ((bp->b_ioflags & BIO_ERROR) != 0) in ffs_backgroundwritedone()
2516 bp->b_ioflags |= BIO_ERROR; in ffs_geom_strategy()
2529 bp->b_ioflags |= BIO_ERROR; in ffs_geom_strategy()
H A Dffs_softdep.c1580 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-14.2/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-14.2/sys/vm/
H A Dswap_pager.c1631 if (bp->b_ioflags & BIO_ERROR && bp->b_error != ENOMEM) { in swp_pager_async_iodone()
1675 if (bp->b_ioflags & BIO_ERROR) { in swp_pager_async_iodone()
2855 bp->b_ioflags = bp2->bio_flags; in swapgeom_done()
2857 bp->b_ioflags |= BIO_ERROR; in swapgeom_done()
2880 bp->b_ioflags |= BIO_ERROR; in swapgeom_strategy()
2895 bp->b_ioflags |= BIO_ERROR; in swapgeom_strategy()
H A Dvnode_pager.c714 if ((bp->b_ioflags & BIO_ERROR) != 0) { in vnode_pager_input_smlfs()
1207 KASSERT((bp->b_ioflags & BIO_ERROR) == 0 || bp->b_error != 0, in vnode_pager_generic_getpages_done()
1209 error = (bp->b_ioflags & BIO_ERROR) != 0 ? bp->b_error : 0; in vnode_pager_generic_getpages_done()
H A Dvm_pager.c472 bp->b_ioflags = 0; in pbuf_ctor()
/freebsd-14.2/sys/ufs/ufs/
H A Dufs_bmap.c121 bp->b_ioflags &= ~BIO_ERROR; in readindir()
H A Dufs_vnops.c2578 bp->b_ioflags |= BIO_ERROR; in ufs_strategy()
/freebsd-14.2/sys/fs/ext2fs/
H A Dext2_bmap.c175 bp->b_ioflags &= ~BIO_ERROR; in readindir()
H A Dext2_vnops.c1588 bp->b_ioflags |= BIO_ERROR; in ext2_strategy()
/freebsd-14.2/sys/sys/
H A Dbuf.h105 uint16_t b_ioflags; /* BIO_* bio_flags from bio.h */ member
/freebsd-14.2/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-14.2/sys/fs/msdosfs/
H A Dmsdosfs_vnops.c1901 bp->b_ioflags |= BIO_ERROR; in msdosfs_strategy()