/freebsd/sys/dev/nvme/ |
H A D | nvme_ns.c | 147 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()
|
H A D | nvme_test.c | 130 if ((bio->bio_flags & BIO_ERROR) || (bio->bio_resid > 0)) in nvme_ns_bio_test()
|
/freebsd/sys/dev/cfi/ |
H A D | cfi_disk.c | 180 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/sys/dev/mlx/ |
H A D | mlx_disk.c | 152 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/sys/dev/nvmf/host/ |
H A D | nvmf_ns.c | 96 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/cddl/lib/libdtrace/ |
H A D | io.d | 140 inline int BIO_ERROR = 0x01; variable 141 #pragma D binding "1.13" BIO_ERROR 255 flag == BIO_ERROR ? "ERROR" :
|
/freebsd/sys/fs/fuse/ |
H A D | fuse_io.c | 590 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/sys/powerpc/ps3/ |
H A D | ps3disk.c | 358 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/cddl/usr.sbin/dwatch/libexec/ |
H A D | io | 57 this->bio_flags = bio_flag_string[this->b_flags & BIO_ERROR]; 60 bio_flag_string[BIO_ERROR] : "",
|
/freebsd/sys/dev/ida/ |
H A D | ida_disk.c | 115 bp->bio_flags |= BIO_ERROR; in idad_strategy() 152 if (bp->bio_flags & BIO_ERROR) in idad_intr()
|
/freebsd/sys/kern/ |
H A D | vfs_cluster.c | 243 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()
|
H A D | kern_physio.c | 187 if (iolen == 0 && !(bp->bio_flags & BIO_ERROR)) in physio() 194 if (bp->bio_flags & BIO_ERROR) { in physio()
|
H A D | vfs_bio.c | 2204 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/sys/cam/scsi/ |
H A D | scsi_pt.c | 523 bp->bio_flags |= BIO_ERROR; in ptdone() 529 bp->bio_flags |= BIO_ERROR; in ptdone() 541 bp->bio_flags |= BIO_ERROR; in ptdone()
|
/freebsd/sys/dev/mfi/ |
H A D | mfi_disk.c | 268 bio->bio_flags |= BIO_ERROR; in mfi_disk_strategy() 304 if (bio->bio_flags & BIO_ERROR) { in mfi_disk_complete()
|
H A D | mfi_syspd.c | 247 bio->bio_flags |= BIO_ERROR; in mfi_syspd_strategy()
|
/freebsd/sys/fs/nfsclient/ |
H A D | nfs_clbio.c | 519 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() 1399 * Note: ncl_asyncio() does not clear (BIO_ERROR|B_INVAL) but when the bp in ncl_asyncio() 1571 * clear BIO_ERROR and B_INVAL state prior to initiating the I/O. We in ncl_doio() 1576 bp->b_ioflags &= ~BIO_ERROR; in ncl_doio() 1648 bp->b_ioflags |= BIO_ERROR; in ncl_doio() 1724 * so we can't set BIO_ERROR an in ncl_doio() [all...] |
/freebsd/sys/dev/aac/ |
H A D | aac_disk.c | 149 bp->bio_flags |= BIO_ERROR; in aac_disk_strategy() 338 if (bp->bio_flags & BIO_ERROR) { in aac_biodone()
|
/freebsd/sys/sys/ |
H A D | bio.h | 56 #define BIO_ERROR 0x01 /* An error occurred processing this bio. */ macro
|
/freebsd/sys/ufs/ffs/ |
H A D | ffs_rawread.c | 316 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()
|
H A D | ffs_vfsops.c | 2149 if (!LIST_EMPTY(&bp->b_dep) && (bp->b_ioflags & BIO_ERROR) != 0) 2165 if ((bp->b_ioflags & BIO_ERROR) != 0) in ffs_backgroundwritedone() 2171 if (!LIST_EMPTY(&bp->b_dep) && (bp->b_ioflags & BIO_ERROR) == 0) in ffs_backgroundwritedone() 2191 if ((bp->b_ioflags & BIO_ERROR) != 0) in ffs_backgroundwritedone() 2373 bp->b_ioflags |= BIO_ERROR; in ffs_geom_strategy() 2384 bp->b_ioflags |= BIO_ERROR; in ffs_geom_strategy()
|
/freebsd/sys/dev/firewire/ |
H A D | fwmem.c | 336 bp->bio_flags |= BIO_ERROR; in fwmem_biodone() 401 bp->bio_flags |= BIO_ERROR; in fwmem_strategy()
|
/freebsd/sys/dev/nvd/ |
H A D | nvd.c | 210 bp->bio_flags |= BIO_ERROR; in nvd_bio_submit() 258 bp->bio_flags |= BIO_ERROR; in nvd_gone()
|
/freebsd/sys/powerpc/mambo/ |
H A D | mambo_disk.c | 247 bp->bio_flags |= BIO_ERROR; in mambodisk_task()
|
/freebsd/sys/dev/ips/ |
H A D | ips_commands.c | 64 iobuf->bio_flags |=BIO_ERROR; in ips_io_request_finish() 86 iobuf->bio_flags |= BIO_ERROR; in ips_io_request_callback()
|