Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/geom/
Dgeom_vfs.c147 bp->b_ioflags = bip->bio_flags; in g_vfs_done()
149 bp->b_ioflags |= BIO_ERROR; in g_vfs_done()
179 bp->b_ioflags |= BIO_ERROR; in g_vfs_strategy()
/freebsd-12-stable/sys/kern/
Dvfs_cluster.c245 bp->b_ioflags &= ~BIO_ERROR; in cluster_read()
305 rbp->b_ioflags &= ~BIO_ERROR; in cluster_read()
572 if (bp->b_ioflags & BIO_ERROR) in cluster_callback()
587 tbp->b_ioflags |= BIO_ERROR; in cluster_callback()
592 tbp->b_ioflags &= ~BIO_ERROR; in cluster_callback()
1017 tbp->b_ioflags &= ~BIO_ERROR; in cluster_wbuild()
Dvfs_bio.c1687 bp->b_ioflags = 0; in buf_alloc()
2114 rabp->b_ioflags &= ~BIO_ERROR; in breada()
2177 bp->b_ioflags &= ~BIO_ERROR; in breadn_flags()
2259 bp->b_ioflags &= ~BIO_ERROR; in bufwrite()
2634 if (bp->b_iocmd == BIO_WRITE && (bp->b_ioflags & BIO_ERROR) && in brelse()
2658 bp->b_ioflags &= ~BIO_ERROR; in brelse()
2661 (bp->b_ioflags & BIO_ERROR) || (bp->b_bufsize <= 0)) { in brelse()
2713 (bp->b_ioflags & BIO_ERROR && bp->b_iocmd == BIO_READ)) && in brelse()
2733 if (bp->b_bufsize == 0 || (bp->b_ioflags & BIO_ERROR) != 0 || in brelse()
2752 (bp->b_ioflags & BIO_ERROR)) { in brelse()
[all …]
Dvfs_default.c261 ap->a_bp->b_ioflags |= BIO_ERROR; in vop_nostrategy()
/freebsd-12-stable/sys/fs/fuse/
Dfuse_io.c801 bp->b_ioflags &= ~BIO_ERROR; in fuse_write_biobackend()
883 bp->b_ioflags |= BIO_ERROR; in fuse_write_biobackend()
977 bp->b_ioflags |= BIO_ERROR; in fuse_io_strategy()
995 bp->b_ioflags &= ~BIO_ERROR; in fuse_io_strategy()
1053 bp->b_ioflags |= BIO_ERROR; in fuse_io_strategy()
1100 bp->b_ioflags |= BIO_ERROR; in fuse_io_strategy()
Dfuse_vnops.c1945 bp->b_ioflags |= BIO_ERROR; in fuse_vnop_strategy()
/freebsd-12-stable/sys/fs/nfsclient/
Dnfs_clbio.c509 rabp->b_ioflags |= BIO_ERROR; in ncl_bioread()
578 bp->b_ioflags |= BIO_ERROR; in ncl_bioread()
692 rabp->b_ioflags |= BIO_ERROR; in ncl_bioread()
1161 bp->b_ioflags &= ~BIO_ERROR; in ncl_write()
1239 bp->b_ioflags |= BIO_ERROR; in ncl_write()
1684 bp->b_ioflags &= ~BIO_ERROR; in ncl_doio()
1756 bp->b_ioflags |= BIO_ERROR; in ncl_doio()
1878 bp->b_ioflags |= BIO_ERROR; in ncl_doio()
Dnfs_clvnops.c3015 bp->b_ioflags &= ~BIO_ERROR; in ncl_flush()
3382 bp->b_ioflags &= ~BIO_ERROR; in ncl_writebp()
/freebsd-12-stable/sys/ufs/ffs/
Dffs_rawread.c335 if (iolen == 0 && (bp->b_ioflags & BIO_ERROR) == 0) { in ffs_rawread_main()
340 if ((bp->b_ioflags & BIO_ERROR) != 0) { in ffs_rawread_main()
Dffs_vfsops.c2044 if ((bp->b_ioflags & BIO_ERROR) != 0) in ffs_backgroundwritedone()
2050 if (!LIST_EMPTY(&bp->b_dep) && (bp->b_ioflags & BIO_ERROR) == 0) in ffs_backgroundwritedone()
2070 if ((bp->b_ioflags & BIO_ERROR) != 0) in ffs_backgroundwritedone()
2243 bp->b_ioflags |= BIO_ERROR; in ffs_geom_strategy()
2256 bp->b_ioflags |= BIO_ERROR; in ffs_geom_strategy()
Dffs_inode.c708 bp->b_ioflags &= ~BIO_ERROR;
Dffs_softdep.c6280 bp->b_ioflags &= ~BIO_ERROR;
11053 if ((bp->b_ioflags & BIO_ERROR) != 0 && (bp->b_flags & B_INVAL) == 0) {
14392 if ((bp->b_ioflags & BIO_ERROR) == 0)
/freebsd-12-stable/sys/vm/
Dswap_pager.c1519 if (bp->b_ioflags & BIO_ERROR) { in swp_pager_async_iodone()
1560 if (bp->b_ioflags & BIO_ERROR) { in swp_pager_async_iodone()
2731 bp->b_ioflags = bp2->bio_flags; in swapgeom_done()
2733 bp->b_ioflags |= BIO_ERROR; in swapgeom_done()
2755 bp->b_ioflags |= BIO_ERROR; in swapgeom_strategy()
2770 bp->b_ioflags |= BIO_ERROR; in swapgeom_strategy()
Dvm_pager.c371 bp->b_ioflags = 0; in initpbuf()
Dvnode_pager.c620 if ((bp->b_ioflags & BIO_ERROR) != 0) in vnode_pager_input_smlfs()
1126 error = (bp->b_ioflags & BIO_ERROR) != 0 ? EIO : 0; in vnode_pager_generic_getpages_done()
/freebsd-12-stable/sys/fs/smbfs/
Dsmbfs_io.c352 bp->b_ioflags |= BIO_ERROR; in smbfs_doio()
391 bp->b_ioflags |= BIO_ERROR; in smbfs_doio()
/freebsd-12-stable/sys/sys/
Dbuf.h105 uint16_t b_ioflags; /* BIO_* bio_flags from bio.h */ member
/freebsd-12-stable/sys/fs/ext2fs/
Dext2_bmap.c171 bp->b_ioflags &= ~BIO_ERROR; in readindir()
Dext2_vnops.c1580 bp->b_ioflags |= BIO_ERROR; in ext2_strategy()
/freebsd-12-stable/sys/ufs/ufs/
Dufs_bmap.c119 bp->b_ioflags &= ~BIO_ERROR;
Dufs_vnops.c2311 bp->b_ioflags |= BIO_ERROR;
/freebsd-12-stable/sys/fs/nandfs/
Dnandfs_vnops.c1103 bp->b_ioflags |= BIO_ERROR; in nandfs_read_filebuf()
1112 bp->b_ioflags |= BIO_ERROR; in nandfs_read_filebuf()
/freebsd-12-stable/sys/fs/msdosfs/
Dmsdosfs_vnops.c1847 bp->b_ioflags |= BIO_ERROR; in msdosfs_strategy()