Home
last modified time | relevance | path

Searched refs:BIO_ERROR (Results 1 – 25 of 62) sorted by relevance

123

/freebsd-head/sys/dev/nvme/
HDnvme_ns.c147 bp->bio_flags |= BIO_ERROR; in nvme_ns_strategy_done()
166 bp->bio_flags |= BIO_ERROR; in nvme_ns_strategy()
265 bp->bio_flags |= BIO_ERROR; in nvme_ns_bio_done()
270 if ((bp->bio_flags & BIO_ERROR) == 0) in nvme_ns_bio_done()
285 parent->bio_flags |= BIO_ERROR; in nvme_bio_child_inbed()
299 if (parent->bio_flags & BIO_ERROR) { in nvme_bio_child_inbed()
HDnvme_test.c130 if ((bio->bio_flags & BIO_ERROR) || (bio->bio_resid > 0)) in nvme_ns_bio_test()
/freebsd-head/sys/dev/cfi/
HDcfi_disk.c180 bp->bio_flags |= BIO_ERROR; in cfi_disk_read()
185 bp->bio_flags |= BIO_ERROR; in cfi_disk_read()
224 bp->bio_flags |= BIO_ERROR; in cfi_disk_write()
245 bp->bio_flags |= BIO_ERROR; in cfi_disk_write()
/freebsd-head/sys/dev/mlx/
HDmlx_disk.c152 bp->bio_flags |= BIO_ERROR; in mlxd_strategy()
166 bp->bio_flags |= BIO_ERROR; in mlxd_strategy()
189 if (bp->bio_flags & BIO_ERROR) in mlxd_intr()
/freebsd-head/cddl/lib/libdtrace/
HDio.d140 inline int BIO_ERROR = 0x01; variable
141 #pragma D binding "1.13" BIO_ERROR
255 flag == BIO_ERROR ? "ERROR" :
/freebsd-head/sys/dev/nvmf/host/
HDnvmf_ns.c96 bio->bio_flags |= BIO_ERROR; in nvmf_ns_biodone()
117 bio->bio_flags |= BIO_ERROR; in nvmf_ns_biodone()
314 bio->bio_flags |= BIO_ERROR; in nvmf_ns_strategy()
449 bio->bio_flags |= BIO_ERROR; in nvmf_shutdown_ns()
485 bio->bio_flags |= BIO_ERROR; in nvmf_destroy_ns()
/freebsd-head/sys/fs/fuse/
HDfuse_io.c590 bp->b_ioflags &= ~BIO_ERROR; in fuse_write_biobackend()
672 bp->b_ioflags |= BIO_ERROR; in fuse_write_biobackend()
768 bp->b_ioflags |= BIO_ERROR; in fuse_io_strategy()
786 bp->b_ioflags &= ~BIO_ERROR; in fuse_io_strategy()
843 bp->b_ioflags |= BIO_ERROR; in fuse_io_strategy()
890 bp->b_ioflags |= BIO_ERROR; in fuse_io_strategy()
/freebsd-head/sys/powerpc/ps3/
HDps3disk.c358 bp->bio_flags |= BIO_ERROR; in ps3disk_strategy()
400 bp->bio_flags |= BIO_ERROR; in ps3disk_strategy()
436 bp->bio_flags |= BIO_ERROR; in ps3disk_intr()
601 bp->bio_flags |= BIO_ERROR; in ps3disk_transfer()
655 bp->bio_flags |= BIO_ERROR; in ps3disk_transfer()
/freebsd-head/sys/dev/ida/
HDida_disk.c115 bp->bio_flags |= BIO_ERROR; in idad_strategy()
152 if (bp->bio_flags & BIO_ERROR) in idad_intr()
/freebsd-head/cddl/usr.sbin/dwatch/libexec/
HDio57 this->bio_flags = bio_flag_string[this->b_flags & BIO_ERROR];
60 bio_flag_string[BIO_ERROR] : "",
/freebsd-head/sys/kern/
HDkern_physio.c187 if (iolen == 0 && !(bp->bio_flags & BIO_ERROR)) in physio()
194 if (bp->bio_flags & BIO_ERROR) { in physio()
HDvfs_cluster.c243 bp->b_ioflags &= ~BIO_ERROR; in cluster_read()
303 rbp->b_ioflags &= ~BIO_ERROR; in cluster_read()
561 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()
HDvfs_bio.c2204 rabp->b_ioflags &= ~BIO_ERROR; in breada()
2279 bp->b_ioflags &= ~BIO_ERROR; in breadn_flags()
2356 bp->b_ioflags &= ~BIO_ERROR; in bufwrite()
2733 if (bp->b_iocmd == BIO_WRITE && (bp->b_ioflags & BIO_ERROR) && in brelse()
2745 if (bp->b_iocmd == BIO_WRITE && (bp->b_ioflags & BIO_ERROR) && in brelse()
2769 bp->b_ioflags &= ~BIO_ERROR; in brelse()
2772 (bp->b_ioflags & BIO_ERROR) || (bp->b_bufsize <= 0)) { in brelse()
2824 (bp->b_ioflags & BIO_ERROR && bp->b_iocmd == BIO_READ)) && in brelse()
2844 if (bp->b_bufsize == 0 || (bp->b_ioflags & BIO_ERROR) != 0 || in brelse()
2863 (bp->b_ioflags & BIO_ERROR)) { in brelse()
[all …]
/freebsd-head/sys/cam/scsi/
HDscsi_pt.c523 bp->bio_flags |= BIO_ERROR; in ptdone()
529 bp->bio_flags |= BIO_ERROR; in ptdone()
541 bp->bio_flags |= BIO_ERROR; in ptdone()
/freebsd-head/sys/fs/nfsclient/
HDnfs_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()
/freebsd-head/sys/dev/mfi/
HDmfi_disk.c268 bio->bio_flags |= BIO_ERROR; in mfi_disk_strategy()
304 if (bio->bio_flags & BIO_ERROR) { in mfi_disk_complete()
HDmfi_syspd.c247 bio->bio_flags |= BIO_ERROR; in mfi_syspd_strategy()
/freebsd-head/sys/geom/
HDgeom_vfs.c162 bp->b_ioflags |= BIO_ERROR; in g_vfs_done()
197 bp->b_ioflags |= BIO_ERROR; in g_vfs_strategy()
/freebsd-head/sys/ufs/ffs/
HDffs_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()
/freebsd-head/sys/dev/aac/
HDaac_disk.c149 bp->bio_flags |= BIO_ERROR; in aac_disk_strategy()
338 if (bp->bio_flags & BIO_ERROR) { in aac_biodone()
/freebsd-head/sys/sys/
HDbio.h56 #define BIO_ERROR 0x01 /* An error occurred processing this bio. */ macro
/freebsd-head/sys/dev/firewire/
HDfwmem.c336 bp->bio_flags |= BIO_ERROR; in fwmem_biodone()
401 bp->bio_flags |= BIO_ERROR; in fwmem_strategy()
/freebsd-head/sys/dev/nvd/
HDnvd.c210 bp->bio_flags |= BIO_ERROR; in nvd_bio_submit()
258 bp->bio_flags |= BIO_ERROR; in nvd_gone()
/freebsd-head/sys/powerpc/mambo/
HDmambo_disk.c247 bp->bio_flags |= BIO_ERROR; in mambodisk_task()
/freebsd-head/sys/dev/ips/
HDips_commands.c64 iobuf->bio_flags |=BIO_ERROR; in ips_io_request_finish()
86 iobuf->bio_flags |= BIO_ERROR; in ips_io_request_callback()

123