Home
last modified time | relevance | path

Searched refs:B_ERROR (Results 1 – 25 of 29) sorted by relevance

12

/openbsd/sys/kern/
H A Dkern_physio.c106 CLR(bp->b_flags, B_DONE | B_ERROR); in physio()
183 if (bp->b_flags & B_ERROR) in physio()
H A Dvfs_bio.c539 if (ISSET(bp->b_flags, B_ERROR)) in bread_cluster_callback()
540 SET(xbpp[i]->b_flags, B_INVAL | B_ERROR); in bread_cluster_callback()
721 CLR(bp->b_flags, (B_READ | B_DONE | B_ERROR | B_DELWRI)); in bwrite()
876 if (ISSET(bp->b_flags, (B_NOCACHE|B_ERROR))) in brelse()
879 if (ISSET(bp->b_flags, B_ERROR) && !ISSET(bp->b_flags, B_READ)) { in brelse()
1256 if (ISSET(bp->b_flags, B_ERROR)) in biowait()
H A Dkern_bufq.c232 bp->b_flags |= B_ERROR; in bufq_drain()
H A Dsubr_disk.c318 CLR(bp->b_flags, B_READ | B_WRITE | B_DONE | B_ERROR); in readdisksector()
984 bp->b_flags |= B_ERROR; in bounds_check_with_label()
/openbsd/sys/arch/octeon/dev/
H A Damdcf.c465 bp->b_flags |= B_ERROR; in amdcfstrategy()
616 bp->b_flags |= B_ERROR; in _amdcfstart()
643 bp->b_flags |= B_ERROR; in amdcfdone()
658 bp->b_flags |= B_ERROR; in amdcf_disk_read()
694 bp->b_flags |= B_ERROR; in amdcf_disk_write()
H A Doctcf.c329 bp->b_flags |= B_ERROR; in octcfstrategy()
389 bp->b_flags |= B_ERROR; in octcfdone()
/openbsd/sys/nfs/
H A Dnfs_bio.c353 bp->b_flags |= B_ERROR; in nfs_write()
568 bp->b_flags |= B_ERROR; in nfs_doio()
621 bp->b_flags |= B_ERROR; in nfs_doio()
674 bp->b_flags |= B_ERROR; in nfs_doio()
H A Dnfs_syscalls.c669 nbp->b_flags &= ~(B_READ|B_DONE|B_ERROR); in nfssvc_iod()
/openbsd/sys/scsi/
H A Dst.c800 SET(bp->b_flags, B_ERROR); in ststrategy()
865 SET(bp->b_flags, B_ERROR); in ststart()
876 CLR(bp->b_flags, B_ERROR); in ststart()
894 SET(bp->b_flags, B_ERROR); in ststart()
971 CLR(bp->b_flags, B_ERROR); in st_buf_done()
981 CLR(bp->b_flags, B_ERROR); in st_buf_done()
1006 SET(bp->b_flags, B_ERROR); in st_buf_done()
H A Dsd.c573 SET(bp->b_flags, B_ERROR); in sdstrategy()
723 CLR(bp->b_flags, B_ERROR); in sd_buf_done()
733 CLR(bp->b_flags, B_ERROR); in sd_buf_done()
739 SET(bp->b_flags, B_ERROR); in sd_buf_done()
762 SET(bp->b_flags, B_ERROR); in sd_buf_done()
H A Dcd.c478 SET(bp->b_flags, B_ERROR); in cdstrategy()
615 CLR(bp->b_flags, B_ERROR); in cd_buf_done()
625 CLR(bp->b_flags, B_ERROR); in cd_buf_done()
650 SET(bp->b_flags, B_ERROR); in cd_buf_done()
/openbsd/sys/miscfs/deadfs/
H A Ddead_vnops.c184 ap->a_bp->b_flags |= B_ERROR; in dead_strategy()
/openbsd/sys/uvm/
H A Duvm_swap.c1143 bp->b_flags |= B_ERROR; in swstrategy()
1341 bp->b_flags |= B_ERROR; in sw_reg_strategy()
1426 pbp->b_flags |= B_ERROR; in sw_reg_iodone_internal()
1902 result = (bp->b_flags & B_ERROR) ? VM_PAGER_ERROR : VM_PAGER_OK;
1905 if (!write && !(bp->b_flags & B_ERROR)) {
H A Duvm_pager.c809 error = (bp->b_flags & B_ERROR) ? (bp->b_error ? bp->b_error : EIO) : 0; in uvm_aio_aiodone()
/openbsd/sys/arch/i386/i386/
H A Ddkcsum.c116 CLR(bp->b_flags, B_READ | B_WRITE | B_DONE | B_ERROR); in dkcsumattach()
/openbsd/sys/arch/amd64/amd64/
H A Ddkcsum.c116 CLR(bp->b_flags, B_READ | B_WRITE | B_DONE | B_ERROR); in dkcsumattach()
/openbsd/sys/ufs/mfs/
H A Dmfs_vnops.c160 bp->b_flags |= B_ERROR; in mfs_doio()
/openbsd/sys/sys/
H A Dbuf.h185 #define B_ERROR 0x00000400 /* I/O error occurred. */ macro
/openbsd/sys/dev/ata/
H A Dwd.c421 bp->b_flags |= B_ERROR; in wdstrategy()
526 bp->b_flags |= B_ERROR; in wddone()
557 bp->b_flags |= B_ERROR; in wddone()
/openbsd/sys/ntfs/
H A Dntfs_vnops.c288 bp->b_flags |= B_ERROR; in ntfs_strategy()
295 bp->b_flags |= B_ERROR; in ntfs_strategy()
/openbsd/sys/dev/
H A Dvnd.c346 bp->b_flags |= B_ERROR; in vndstrategy()
355 bp->b_flags |= B_ERROR; in vndstrategy()
H A Drd.c242 bp->b_flags |= B_ERROR; in rdstrategy()
/openbsd/sys/dev/isa/
H A Dfd.c449 bp->b_flags |= B_ERROR; in fdstrategy()
989 bp->b_flags |= B_ERROR; in fdretry()
/openbsd/sys/arch/sparc64/dev/
H A Dfd.c752 bp->b_flags |= B_ERROR; in fdstrategy()
1742 bp->b_flags |= B_ERROR; in fdcretry()
/openbsd/sys/isofs/cd9660/
H A Dcd9660_vnops.c719 bp->b_flags |= B_ERROR; in cd9660_strategy()

12