Home
last modified time | relevance | path

Searched refs:bio_flags (Results 1 – 25 of 66) sorted by relevance

123

/freebsd-10-stable/sys/geom/
Dgeom_io.c136 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 …]
Dgeom_vfs.c145 bp->b_ioflags = bip->bio_flags; in g_vfs_done()
190 bip->bio_flags |= BIO_ORDERED; in g_vfs_strategy()
Dgeom_disk.c305 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/
Dnvme_ns.c127 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/
Dnvd.c178 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/
Dcfi_disk.c181 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/
Dkern_physio.c170 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()
Dsubr_disk.c238 if ((bp->bio_flags & BIO_ORDERED) != 0) { in bioq_disksort()
/freebsd-10-stable/sys/dev/mlx/
Dmlx_disk.c154 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/
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()
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/
Damr_disk.c175 bio->bio_flags |= BIO_ERROR; in amrd_strategy()
192 if (bio->bio_flags & BIO_ERROR) { in amrd_intr()
/freebsd-10-stable/sys/dev/ida/
Dida_disk.c110 bp->bio_flags |= BIO_ERROR; in idad_strategy()
150 if (bp->bio_flags & BIO_ERROR) in idad_intr()
/freebsd-10-stable/sys/dev/md/
Dmd.c600 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/
Dscsi_pt.c529 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/
Dmfi_disk.c268 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/
Dtr_raid0.c208 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()
Dtr_concat.c231 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/
Dio.d66 b_flags = B->bio_flags;
/freebsd-10-stable/sys/sys/
Dbio.h81 uint8_t bio_flags; /* General flags. */ member
/freebsd-10-stable/sys/geom/zero/
Dg_zero.c82 if (g_zero_clear && (bp->bio_flags & BIO_UNMAPPED) == 0) in g_zero_start()
/freebsd-10-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-10-stable/sys/geom/sched/
Dsubr_disk.c197 if ((bp->bio_flags & BIO_ORDERED) != 0) { in gs_bioq_disksort()
/freebsd-10-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()
2401 bp->bio_flags = 0; in fdmisccmd()
/freebsd-10-stable/sys/dev/firewire/
Dfwmem.c347 bp->bio_flags |= BIO_ERROR; in fwmem_biodone()
414 bp->bio_flags |= BIO_ERROR; in fwmem_strategy()
/freebsd-10-stable/sys/cam/ata/
Data_da.c1560 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()

123