| /freebsd-9-stable/sys/dev/cfi/ |
| D | cfi_disk.c | 172 bp->bio_flags |= BIO_ERROR; in cfi_disk_read() 177 bp->bio_flags |= BIO_ERROR; in cfi_disk_read() 216 bp->bio_flags |= BIO_ERROR; in cfi_disk_write() 237 bp->bio_flags |= BIO_ERROR; in cfi_disk_write() 302 bp->bio_flags |= BIO_ERROR; in cfi_disk_strategy()
|
| /freebsd-9-stable/sys/dev/nvme/ |
| D | nvme_ns.c | 127 bp->bio_flags |= BIO_ERROR; in nvme_ns_strategy_done() 146 bp->bio_flags |= BIO_ERROR; in nvme_ns_strategy() 225 bp->bio_flags |= BIO_ERROR; in nvme_ns_bio_done() 230 if ((bp->bio_flags & BIO_ERROR) == 0) in nvme_ns_bio_done() 245 parent->bio_flags |= BIO_ERROR; in nvme_bio_child_inbed() 256 if (parent->bio_flags & BIO_ERROR) in nvme_bio_child_inbed()
|
| /freebsd-9-stable/sys/dev/mlx/ |
| D | mlx_compat.h | 70 # define MLX_BIO_SET_ERROR(bp, err) do { (bp)->bio_error = err; (bp)->bio_flags |= BIO_ERROR;} whil… 71 # define MLX_BIO_HAS_ERROR(bp) ((bp)->bio_flags & BIO_ERROR)
|
| /freebsd-9-stable/sys/kern/ |
| D | kern_physio.c | 115 if (iolen == 0 && !(bp->b_ioflags & BIO_ERROR)) in physio() 122 if( bp->b_ioflags & BIO_ERROR) { in physio()
|
| D | vfs_cluster.c | 245 bp->b_ioflags &= ~BIO_ERROR; in cluster_read_gb() 298 rbp->b_ioflags &= ~BIO_ERROR; in cluster_read_gb() 542 if (bp->b_ioflags & BIO_ERROR) 557 tbp->b_ioflags |= BIO_ERROR; 562 tbp->b_ioflags &= ~BIO_ERROR; 1006 tbp->b_ioflags &= ~BIO_ERROR; in cluster_wbuild_gb()
|
| D | vfs_bio.c | 966 rabp->b_ioflags &= ~BIO_ERROR; in breada() 1035 bp->b_ioflags &= ~BIO_ERROR; in breadn_flags() 1105 bp->b_ioflags &= ~BIO_ERROR; in bufwrite() 1472 if (bp->b_iocmd == BIO_WRITE && (bp->b_ioflags & BIO_ERROR) && in brelse() 1480 bp->b_ioflags &= ~BIO_ERROR; in brelse() 1483 (bp->b_ioflags & BIO_ERROR) || (bp->b_bufsize <= 0)) { in brelse() 1613 (bp->b_ioflags & BIO_ERROR && in brelse() 1666 if (bp->b_bufsize == 0 || (bp->b_ioflags & BIO_ERROR) != 0 || in brelse() 1689 (bp->b_ioflags & BIO_ERROR)) { in brelse() 3693 if (!(bp->bio_flags & BIO_ERROR)) in biowait() [all …]
|
| /freebsd-9-stable/sys/powerpc/ps3/ |
| D | ps3disk.c | 361 bp->bio_flags |= BIO_ERROR; in ps3disk_strategy() 403 bp->bio_flags |= BIO_ERROR; in ps3disk_strategy() 439 bp->bio_flags |= BIO_ERROR; in ps3disk_intr() 603 bp->bio_flags |= BIO_ERROR; in ps3disk_transfer() 641 bp->bio_flags |= BIO_ERROR; in ps3disk_transfer()
|
| /freebsd-9-stable/sys/dev/ida/ |
| D | ida_disk.c | 113 bp->bio_flags |= BIO_ERROR; in idad_strategy() 153 if (bp->bio_flags & BIO_ERROR) in idad_intr()
|
| /freebsd-9-stable/sys/dev/amr/ |
| D | amr_disk.c | 175 bio->bio_flags |= BIO_ERROR; in amrd_strategy() 192 if (bio->bio_flags & BIO_ERROR) { in amrd_intr()
|
| /freebsd-9-stable/sys/cam/scsi/ |
| D | scsi_pt.c | 527 bp->bio_flags |= BIO_ERROR; in ptdone() 533 bp->bio_flags |= BIO_ERROR; in ptdone() 545 bp->bio_flags |= BIO_ERROR; in ptdone()
|
| /freebsd-9-stable/sys/geom/ |
| D | geom_vfs.c | 151 bp->b_ioflags |= BIO_ERROR; in g_vfs_done() 184 bp->b_ioflags |= BIO_ERROR; in g_vfs_strategy()
|
| /freebsd-9-stable/sys/dev/mfi/ |
| D | mfi_disk.c | 267 bio->bio_flags |= BIO_ERROR; in mfi_disk_strategy() 308 if (bio->bio_flags & BIO_ERROR) { in mfi_disk_complete()
|
| /freebsd-9-stable/sys/nfsclient/ |
| D | nfs_bio.c | 498 rabp->b_ioflags |= BIO_ERROR; in nfs_bioread() 563 bp->b_ioflags |= BIO_ERROR; in nfs_bioread() 661 rabp->b_ioflags |= BIO_ERROR; in nfs_bioread() 1098 bp->b_ioflags &= ~BIO_ERROR; in nfs_write() 1172 bp->b_ioflags |= BIO_ERROR; in nfs_write() 1543 bp->b_ioflags &= ~BIO_ERROR; in nfs_doio() 1615 bp->b_ioflags |= BIO_ERROR; in nfs_doio() 1734 bp->b_ioflags |= BIO_ERROR; in nfs_doio()
|
| /freebsd-9-stable/sys/fs/nfsclient/ |
| D | nfs_clbio.c | 507 rabp->b_ioflags |= BIO_ERROR; in ncl_bioread() 572 bp->b_ioflags |= BIO_ERROR; in ncl_bioread() 670 rabp->b_ioflags |= BIO_ERROR; in ncl_bioread() 1111 bp->b_ioflags &= ~BIO_ERROR; in ncl_write() 1189 bp->b_ioflags |= BIO_ERROR; in ncl_write() 1596 bp->b_ioflags &= ~BIO_ERROR; in ncl_doio() 1668 bp->b_ioflags |= BIO_ERROR; in ncl_doio() 1794 bp->b_ioflags |= BIO_ERROR; in ncl_doio()
|
| /freebsd-9-stable/sys/dev/nvd/ |
| D | nvd.c | 228 bp->bio_flags |= BIO_ERROR; in nvd_bioq_process() 361 bp->bio_flags |= BIO_ERROR; in destroy_geom_disk()
|
| /freebsd-9-stable/sys/gnu/fs/reiserfs/ |
| D | reiserfs_vnops.c | 350 bp->b_ioflags |= BIO_ERROR; in reiserfs_strategy() 354 bp->b_ioflags |= BIO_ERROR; in reiserfs_strategy()
|
| /freebsd-9-stable/sys/sys/ |
| D | bio.h | 54 #define BIO_ERROR 0x01 macro
|
| /freebsd-9-stable/sys/dev/aac/ |
| D | aac_disk.c | 151 bp->bio_flags |= BIO_ERROR; in aac_disk_strategy() 335 if (bp->bio_flags & BIO_ERROR) { in aac_biodone()
|
| /freebsd-9-stable/sys/fs/ntfs/ |
| D | ntfs_vnops.c | 303 bp->b_ioflags |= BIO_ERROR; 315 bp->b_ioflags |= BIO_ERROR; 329 bp->b_ioflags |= BIO_ERROR;
|
| /freebsd-9-stable/sys/gnu/fs/xfs/FreeBSD/ |
| D | xfs_buf.h | 122 #define XFS_BUF_ISERROR(x) (((x)->b_ioflags & BIO_ERROR) != 0) 127 bp->b_ioflags |= BIO_ERROR; in xfs_buf_set_error()
|
| /freebsd-9-stable/sys/ufs/ffs/ |
| D | ffs_rawread.c | 350 if (iolen == 0 && (bp->b_ioflags & BIO_ERROR) == 0) { in ffs_rawread_main() 355 if ((bp->b_ioflags & BIO_ERROR) != 0) { in ffs_rawread_main()
|
| /freebsd-9-stable/sys/dev/firewire/ |
| D | fwmem.c | 347 bp->bio_flags |= BIO_ERROR; in fwmem_biodone() 414 bp->bio_flags |= BIO_ERROR; in fwmem_strategy()
|
| /freebsd-9-stable/sys/pc98/cbus/ |
| D | fdc.c | 1450 bp->bio_flags |= BIO_ERROR; in fdstrategy() 1457 bp->bio_flags |= BIO_ERROR; in fdstrategy() 1465 bp->bio_flags |= BIO_ERROR; in fdstrategy() 1470 bp->bio_flags |= BIO_ERROR; in fdstrategy() 1481 bp->bio_flags |= BIO_ERROR; in fdstrategy() 1491 bp->bio_flags |= BIO_ERROR; in fdstrategy() 2335 bp->bio_flags |= BIO_ERROR; in retrier()
|
| /freebsd-9-stable/sys/dev/mmc/ |
| D | mmcsd.c | 492 bp->bio_flags |= BIO_ERROR; in mmcsd_task() 512 bp->bio_flags |= BIO_ERROR; in mmcsd_task()
|
| /freebsd-9-stable/sys/powerpc/mambo/ |
| D | mambo_disk.c | 248 bp->bio_flags |= BIO_ERROR; in mambodisk_task()
|