| /freebsd-10-stable/sys/geom/ |
| D | geom_io.c | 136 KASSERT((bp->bio_flags & BIO_ONQUEUE), in g_bioq_first() 138 bp->bio_flags &= ~BIO_ONQUEUE; in g_bioq_first() 212 bp2->bio_flags = bp->bio_flags & in g_clone_bio() 244 bp2->bio_flags = bp->bio_flags & (BIO_UNMAPPED | BIO_VLIST); in g_duplicate_bio() 309 bp->bio_flags |= BIO_ORDERED; in g_io_flush() 376 KASSERT((bp->bio_flags & BIO_UNMAPPED) == 0 || in g_io_check() 382 if ((bp->bio_flags & BIO_UNMAPPED) != 0) { in g_io_check() 399 if ((bp->bio_flags & BIO_UNMAPPED) != 0 && in g_io_check() 522 KASSERT(!(bp->bio_flags & BIO_ONQUEUE), in g_io_request() 535 (bp->bio_flags & BIO_UNMAPPED) == 0 || THREAD_CAN_SLEEP()) && in g_io_request() [all …]
|
| D | geom_vfs.c | 145 bp->b_ioflags = bip->bio_flags; in g_vfs_done() 190 bip->bio_flags |= BIO_ORDERED; in g_vfs_strategy()
|
| D | geom_disk.c | 305 if ((bp->bio_flags & BIO_VLIST) != 0) { in g_disk_advance() 320 } else if ((bp->bio_flags & BIO_UNMAPPED) != 0) { in g_disk_advance() 404 if ((bp->bio_flags & BIO_VLIST) != 0) { in g_disk_limit() 415 } else if ((bp->bio_flags & BIO_UNMAPPED) != 0) { in g_disk_limit() 448 (bp->bio_flags & BIO_UNMAPPED) == 0, in g_disk_start()
|
| /freebsd-10-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() 232 bp->bio_flags |= BIO_ERROR; in nvme_ns_bio_done() 237 if ((bp->bio_flags & BIO_ERROR) == 0) in nvme_ns_bio_done() 252 parent->bio_flags |= BIO_ERROR; in nvme_bio_child_inbed() 266 if (parent->bio_flags & BIO_ERROR) in nvme_bio_child_inbed() 377 child->bio_flags = bp->bio_flags; in nvme_construct_child_bios() 379 if (bp->bio_flags & BIO_UNMAPPED) { in nvme_construct_child_bios()
|
| /freebsd-10-stable/sys/dev/nvd/ |
| D | nvd.c | 178 if (__predict_false(bp->bio_flags & BIO_ORDERED)) in nvd_bio_submit() 181 bp->bio_flags |= BIO_ERROR; in nvd_bio_submit() 197 if (__predict_false(bp->bio_flags & BIO_ORDERED)) in nvd_strategy() 240 if (__predict_false(bp->bio_flags & BIO_ORDERED)) in nvd_done() 269 if (bp->bio_flags & BIO_ORDERED) { in nvd_bioq_process() 394 bp->bio_flags |= BIO_ERROR; in destroy_geom_disk()
|
| /freebsd-10-stable/sys/dev/cfi/ |
| D | cfi_disk.c | 181 bp->bio_flags |= BIO_ERROR; in cfi_disk_read() 186 bp->bio_flags |= BIO_ERROR; in cfi_disk_read() 225 bp->bio_flags |= BIO_ERROR; in cfi_disk_write() 246 bp->bio_flags |= BIO_ERROR; in cfi_disk_write() 335 bp->bio_flags |= BIO_ERROR; in cfi_disk_strategy()
|
| /freebsd-10-stable/sys/kern/ |
| D | kern_physio.c | 170 bp->bio_flags |= BIO_UNMAPPED; in physio() 187 if (iolen == 0 && !(bp->bio_flags & BIO_ERROR)) in physio() 194 if (bp->bio_flags & BIO_ERROR) { in physio()
|
| D | subr_disk.c | 238 if ((bp->bio_flags & BIO_ORDERED) != 0) { in bioq_disksort()
|
| /freebsd-10-stable/sys/dev/mlx/ |
| D | mlx_disk.c | 154 bp->bio_flags |= BIO_ERROR; in mlxd_strategy() 163 bp->bio_flags |= BIO_ERROR; in mlxd_strategy() 186 if (bp->bio_flags & BIO_ERROR) in mlxd_intr()
|
| /freebsd-10-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() 443 bp->bio_flags |= BIO_DONE; in ps3disk_intr() 603 bp->bio_flags |= BIO_ERROR; in ps3disk_transfer() 641 bp->bio_flags |= BIO_ERROR; in ps3disk_transfer()
|
| /freebsd-10-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-10-stable/sys/dev/ida/ |
| D | ida_disk.c | 110 bp->bio_flags |= BIO_ERROR; in idad_strategy() 150 if (bp->bio_flags & BIO_ERROR) in idad_intr()
|
| /freebsd-10-stable/sys/dev/md/ |
| D | md.c | 600 notmapped = (bp->bio_flags & BIO_UNMAPPED) != 0; in mdstart_malloc() 601 vlist = (bp->bio_flags & BIO_VLIST) != 0 ? in mdstart_malloc() 795 if ((bp->bio_flags & BIO_VLIST) != 0) { in mdstart_preload() 804 if ((bp->bio_flags & BIO_VLIST) != 0) { in mdstart_preload() 892 } else if ((bp->bio_flags & BIO_VLIST) != 0) { in mdstart_vnode() 909 } else if ((bp->bio_flags & BIO_UNMAPPED) != 0) { in mdstart_vnode() 995 ma_offs = (bp->bio_flags & (BIO_UNMAPPED|BIO_VLIST)) != 0 ? in mdstart_swap() 997 vlist = (bp->bio_flags & BIO_VLIST) != 0 ? in mdstart_swap() 1035 if ((bp->bio_flags & BIO_UNMAPPED) != 0) { in mdstart_swap() 1038 } else if ((bp->bio_flags & BIO_VLIST) != 0) { in mdstart_swap() [all …]
|
| /freebsd-10-stable/sys/cam/scsi/ |
| D | scsi_pt.c | 529 bp->bio_flags |= BIO_ERROR; in ptdone() 535 bp->bio_flags |= BIO_ERROR; in ptdone() 547 bp->bio_flags |= BIO_ERROR; in ptdone()
|
| /freebsd-10-stable/sys/dev/mfi/ |
| D | mfi_disk.c | 268 bio->bio_flags |= BIO_ERROR; in mfi_disk_strategy() 309 if (bio->bio_flags & BIO_ERROR) { in mfi_disk_complete()
|
| /freebsd-10-stable/sys/geom/raid/ |
| D | tr_raid0.c | 208 if ((bp->bio_flags & BIO_UNMAPPED) != 0) in g_raid_tr_iostart_raid0() 233 if ((bp->bio_flags & BIO_UNMAPPED) != 0 && in g_raid_tr_iostart_raid0()
|
| D | tr_concat.c | 231 if ((bp->bio_flags & BIO_UNMAPPED) != 0) in g_raid_tr_iostart_concat() 252 if ((bp->bio_flags & BIO_UNMAPPED) != 0 && in g_raid_tr_iostart_concat()
|
| /freebsd-10-stable/cddl/lib/libdtrace/ |
| D | io.d | 66 b_flags = B->bio_flags;
|
| /freebsd-10-stable/sys/sys/ |
| D | bio.h | 81 uint8_t bio_flags; /* General flags. */ member
|
| /freebsd-10-stable/sys/geom/zero/ |
| D | g_zero.c | 82 if (g_zero_clear && (bp->bio_flags & BIO_UNMAPPED) == 0) in g_zero_start()
|
| /freebsd-10-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-10-stable/sys/geom/sched/ |
| D | subr_disk.c | 197 if ((bp->bio_flags & BIO_ORDERED) != 0) { in gs_bioq_disksort()
|
| /freebsd-10-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() 2401 bp->bio_flags = 0; in fdmisccmd()
|
| /freebsd-10-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-10-stable/sys/cam/ata/ |
| D | ata_da.c | 1560 if ((bp->bio_flags & BIO_ORDERED) != 0 in adastart() 1585 if ((bp->bio_flags & (BIO_UNMAPPED|BIO_VLIST)) != 0) { in adastart() 1627 KASSERT((bp->bio_flags & BIO_UNMAPPED) == 0 || in adastart() 1796 bp->bio_flags |= BIO_ERROR; in adadone() 1803 bp->bio_flags |= BIO_ERROR; in adadone() 1832 bp1->bio_flags |= BIO_ERROR; in adadone()
|