Home
last modified time | relevance | path

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

/NextBSD/sys/geom/
HDgeom_vfs.c145 bp->b_ioflags = bip->bio_flags; in g_vfs_done()
147 bp->b_ioflags |= BIO_ERROR; in g_vfs_done()
177 bp->b_ioflags |= BIO_ERROR; in g_vfs_strategy()
/NextBSD/sys/fs/fuse/
HDfuse_io.c496 bp->b_ioflags &= ~BIO_ERROR; in fuse_write_biobackend()
571 bp->b_ioflags |= BIO_ERROR; in fuse_write_biobackend()
624 bp->b_ioflags |= BIO_ERROR; in fuse_io_strategy()
642 bp->b_ioflags &= ~BIO_ERROR; in fuse_io_strategy()
682 bp->b_ioflags |= BIO_ERROR; in fuse_io_strategy()
723 bp->b_ioflags |= BIO_ERROR; in fuse_io_strategy()
HDfuse_vnops.c1625 bp->b_ioflags |= BIO_ERROR; in fuse_vnop_strategy()
/NextBSD/sys/kern/
HDvfs_cluster.c237 bp->b_ioflags &= ~BIO_ERROR; in cluster_read()
290 rbp->b_ioflags &= ~BIO_ERROR; in cluster_read()
543 if (bp->b_ioflags & BIO_ERROR)
558 tbp->b_ioflags |= BIO_ERROR;
563 tbp->b_ioflags &= ~BIO_ERROR;
994 tbp->b_ioflags &= ~BIO_ERROR; in cluster_wbuild()
HDvfs_bio.c1469 bp->b_ioflags = 0; in buf_alloc()
1791 rabp->b_ioflags &= ~BIO_ERROR; in breada()
1834 bp->b_ioflags &= ~BIO_ERROR; in breadn_flags()
1911 bp->b_ioflags &= ~BIO_ERROR; in bufwrite()
2268 if (bp->b_iocmd == BIO_WRITE && (bp->b_ioflags & BIO_ERROR) && in brelse()
2274 bp->b_ioflags &= ~BIO_ERROR; in brelse()
2277 (bp->b_ioflags & BIO_ERROR) || (bp->b_bufsize <= 0)) { in brelse()
2325 (bp->b_ioflags & BIO_ERROR && bp->b_iocmd == BIO_READ)) && in brelse()
2346 if (bp->b_bufsize == 0 || (bp->b_ioflags & BIO_ERROR) != 0 || in brelse()
2363 (bp->b_ioflags & BIO_ERROR)) { in brelse()
[all …]
HDvfs_default.c260 ap->a_bp->b_ioflags |= BIO_ERROR; in vop_nostrategy()
/NextBSD/sys/fs/nfsclient/
HDnfs_clbio.c492 rabp->b_ioflags |= BIO_ERROR; in ncl_bioread()
557 bp->b_ioflags |= BIO_ERROR; in ncl_bioread()
655 rabp->b_ioflags |= BIO_ERROR; in ncl_bioread()
1096 bp->b_ioflags &= ~BIO_ERROR; in ncl_write()
1174 bp->b_ioflags |= BIO_ERROR; in ncl_write()
1597 bp->b_ioflags &= ~BIO_ERROR; in ncl_doio()
1669 bp->b_ioflags |= BIO_ERROR; in ncl_doio()
1795 bp->b_ioflags |= BIO_ERROR; in ncl_doio()
HDnfs_clvnops.c2832 bp->b_ioflags &= ~BIO_ERROR; in ncl_flush()
3184 bp->b_ioflags &= ~BIO_ERROR; in ncl_writebp()
/NextBSD/sys/gnu/fs/reiserfs/
HDreiserfs_vnops.c350 bp->b_ioflags |= BIO_ERROR; in reiserfs_strategy()
354 bp->b_ioflags |= BIO_ERROR; in reiserfs_strategy()
/NextBSD/sys/ufs/ffs/
HDffs_rawread.c340 if (iolen == 0 && (bp->b_ioflags & BIO_ERROR) == 0) { in ffs_rawread_main()
345 if ((bp->b_ioflags & BIO_ERROR) != 0) { in ffs_rawread_main()
HDffs_vfsops.c1983 if ((bp->b_ioflags & BIO_ERROR) != 0) in ffs_backgroundwritedone()
1990 if (!LIST_EMPTY(&bp->b_dep) && (bp->b_ioflags & BIO_ERROR) == 0) in ffs_backgroundwritedone()
2009 if ((bp->b_ioflags & BIO_ERROR) != 0) in ffs_backgroundwritedone()
2166 bp->b_ioflags |= BIO_ERROR; in ffs_geom_strategy()
2178 bp->b_ioflags |= BIO_ERROR; in ffs_geom_strategy()
HDffs_inode.c624 bp->b_ioflags &= ~BIO_ERROR;
HDffs_softdep.c6228 bp->b_ioflags &= ~BIO_ERROR;
10941 if ((bp->b_ioflags & BIO_ERROR) != 0 && (bp->b_flags & B_INVAL) == 0)
14099 if ((bp->b_ioflags & BIO_ERROR) == 0)
/NextBSD/sys/vm/
HDswap_pager.c1438 if (bp->b_ioflags & BIO_ERROR) { in swp_pager_async_iodone()
1479 if (bp->b_ioflags & BIO_ERROR) { in swp_pager_async_iodone()
2478 bp->b_ioflags = bp2->bio_flags; in swapgeom_done()
2480 bp->b_ioflags |= BIO_ERROR; in swapgeom_done()
2502 bp->b_ioflags |= BIO_ERROR; in swapgeom_strategy()
2517 bp->b_ioflags |= BIO_ERROR; in swapgeom_strategy()
HDvm_pager.c377 bp->b_ioflags = 0; in initpbuf()
HDvnode_pager.c567 if ((bp->b_ioflags & BIO_ERROR) != 0) in vnode_pager_input_smlfs()
1027 error = (bp->b_ioflags & BIO_ERROR) != 0 ? EIO : 0; in vnode_pager_generic_getpages_done()
/NextBSD/sys/fs/smbfs/
HDsmbfs_io.c348 bp->b_ioflags |= BIO_ERROR; in smbfs_doio()
391 bp->b_ioflags |= BIO_ERROR; in smbfs_doio()
/NextBSD/sys/fs/ext2fs/
HDext2_bmap.c235 bp->b_ioflags &= ~BIO_ERROR; in ext2_bmaparray()
HDext2_vnops.c1343 bp->b_ioflags |= BIO_ERROR; in ext2_strategy()
/NextBSD/sys/ufs/ufs/
HDufs_bmap.c222 bp->b_ioflags &= ~BIO_ERROR;
HDufs_vnops.c2304 bp->b_ioflags |= BIO_ERROR;
/NextBSD/sys/sys/
HDbuf.h102 uint8_t b_ioflags; member
/NextBSD/sys/fs/nandfs/
HDnandfs_vnops.c1102 bp->b_ioflags |= BIO_ERROR; in nandfs_read_filebuf()
1111 bp->b_ioflags |= BIO_ERROR; in nandfs_read_filebuf()
/NextBSD/sys/fs/msdosfs/
HDmsdosfs_vnops.c1819 bp->b_ioflags |= BIO_ERROR; in msdosfs_strategy()