Home
last modified time | relevance | path

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

123

/freebsd-9-stable/sys/dev/cfi/
Dcfi_disk.c172 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/
Dnvme_ns.c127 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/
Dmlx_compat.h70 # 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/
Dkern_physio.c115 if (iolen == 0 && !(bp->b_ioflags & BIO_ERROR)) in physio()
122 if( bp->b_ioflags & BIO_ERROR) { in physio()
Dvfs_cluster.c245 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()
Dvfs_bio.c966 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/
Dps3disk.c361 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/
Dida_disk.c113 bp->bio_flags |= BIO_ERROR; in idad_strategy()
153 if (bp->bio_flags & BIO_ERROR) in idad_intr()
/freebsd-9-stable/sys/dev/amr/
Damr_disk.c175 bio->bio_flags |= BIO_ERROR; in amrd_strategy()
192 if (bio->bio_flags & BIO_ERROR) { in amrd_intr()
/freebsd-9-stable/sys/cam/scsi/
Dscsi_pt.c527 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/
Dgeom_vfs.c151 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/
Dmfi_disk.c267 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/
Dnfs_bio.c498 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/
Dnfs_clbio.c507 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/
Dnvd.c228 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/
Dreiserfs_vnops.c350 bp->b_ioflags |= BIO_ERROR; in reiserfs_strategy()
354 bp->b_ioflags |= BIO_ERROR; in reiserfs_strategy()
/freebsd-9-stable/sys/sys/
Dbio.h54 #define BIO_ERROR 0x01 macro
/freebsd-9-stable/sys/dev/aac/
Daac_disk.c151 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/
Dntfs_vnops.c303 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/
Dxfs_buf.h122 #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/
Dffs_rawread.c350 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/
Dfwmem.c347 bp->bio_flags |= BIO_ERROR; in fwmem_biodone()
414 bp->bio_flags |= BIO_ERROR; in fwmem_strategy()
/freebsd-9-stable/sys/pc98/cbus/
Dfdc.c1450 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/
Dmmcsd.c492 bp->bio_flags |= BIO_ERROR; in mmcsd_task()
512 bp->bio_flags |= BIO_ERROR; in mmcsd_task()
/freebsd-9-stable/sys/powerpc/mambo/
Dmambo_disk.c248 bp->bio_flags |= BIO_ERROR; in mambodisk_task()

123