Searched refs:bio_flags (Results 1 - 25 of 67) sorted by relevance

123

/freebsd-current/sys/geom/
H A Dgeom_io.c134 KASSERT((bp->bio_flags & BIO_ONQUEUE),
136 bp->bio_flags &= ~BIO_ONQUEUE;
210 bp2->bio_flags = bp->bio_flags &
245 bp2->bio_flags = bp->bio_flags & (BIO_UNMAPPED | BIO_VLIST | BIO_SWAP);
363 bp->bio_flags |= flags;
380 bp->bio_flags |= BIO_ORDERED;
458 KASSERT((bp->bio_flags & BIO_UNMAPPED) == 0 ||
464 if ((bp->bio_flags
[all...]
H A Dgeom_vfs.c160 bp->b_ioflags = bip->bio_flags;
210 bip->bio_flags |= BIO_ORDERED;
214 bip->bio_flags |= bp->b_ioflags;
H A Dgeom_disk.c305 if ((bp->bio_flags & BIO_VLIST) != 0) {
320 } else if ((bp->bio_flags & BIO_UNMAPPED) != 0) {
404 if ((bp->bio_flags & BIO_VLIST) != 0) {
415 } else if ((bp->bio_flags & BIO_UNMAPPED) != 0) {
449 (bp->bio_flags & BIO_UNMAPPED) == 0,
/freebsd-current/sys/dev/nvme/
H A Dnvme_ns.c134 bp->bio_flags |= BIO_ERROR;
153 bp->bio_flags |= BIO_ERROR;
252 bp->bio_flags |= BIO_ERROR;
257 if ((bp->bio_flags & BIO_ERROR) == 0)
272 parent->bio_flags |= BIO_ERROR;
286 if (parent->bio_flags & BIO_ERROR) {
396 child->bio_flags = bp->bio_flags;
397 if (bp->bio_flags & BIO_UNMAPPED) {
H A Dnvme_test.c130 if ((bio->bio_flags & BIO_ERROR) || (bio->bio_resid > 0))
/freebsd-current/sys/dev/nvd/
H A Dnvd.c194 if (__predict_false(bp->bio_flags & BIO_ORDERED))
200 if (__predict_false(bp->bio_flags & BIO_ORDERED)) {
210 bp->bio_flags |= BIO_ERROR;
225 if (__predict_false(bp->bio_flags & BIO_ORDERED)) {
255 if (__predict_false(bp->bio_flags & BIO_ORDERED))
258 bp->bio_flags |= BIO_ERROR;
351 if (__predict_false(bp->bio_flags & BIO_ORDERED)) {
377 if (__predict_false(bp->bio_flags & BIO_ORDERED)) {
/freebsd-current/sys/dev/cfi/
H A Dcfi_disk.c180 bp->bio_flags |= BIO_ERROR;
185 bp->bio_flags |= BIO_ERROR;
224 bp->bio_flags |= BIO_ERROR;
245 bp->bio_flags |= BIO_ERROR;
/freebsd-current/sys/dev/mlx/
H A Dmlx_disk.c152 bp->bio_flags |= BIO_ERROR;
166 bp->bio_flags |= BIO_ERROR;
189 if (bp->bio_flags & BIO_ERROR)
/freebsd-current/sys/kern/
H A Dkern_physio.c175 bp->bio_flags |= BIO_UNMAPPED;
193 if (iolen == 0 && !(bp->bio_flags & BIO_ERROR))
200 if (bp->bio_flags & BIO_ERROR) {
H A Dsubr_disk.c252 if ((bp->bio_flags & BIO_ORDERED) != 0) {
/freebsd-current/sys/powerpc/ps3/
H A Dps3disk.c358 bp->bio_flags |= BIO_ERROR;
400 bp->bio_flags |= BIO_ERROR;
436 bp->bio_flags |= BIO_ERROR;
440 bp->bio_flags |= BIO_DONE;
600 bp->bio_flags |= BIO_ERROR;
638 bp->bio_flags |= BIO_ERROR;
/freebsd-current/sys/geom/eli/
H A Dg_eli_privacy.c188 cbp->bio_flags &= ~BIO_UNMAPPED;
298 if ((bp->bio_flags & BIO_UNMAPPED) != 0)
303 if ((bp->bio_flags & BIO_UNMAPPED) != 0) {
/freebsd-current/sys/sys/
H A Dbio.h55 /* bio_flags */
87 uint16_t bio_flags; /* General flags. */ member in struct:bio
/freebsd-current/sys/geom/zero/
H A Dg_zero.c82 if (g_zero_clear && (bp->bio_flags & BIO_UNMAPPED) == 0)
/freebsd-current/sys/dev/ida/
H A Dida_disk.c115 bp->bio_flags |= BIO_ERROR;
152 if (bp->bio_flags & BIO_ERROR)
/freebsd-current/sys/cam/scsi/
H A Dscsi_pt.c523 bp->bio_flags |= BIO_ERROR;
529 bp->bio_flags |= BIO_ERROR;
541 bp->bio_flags |= BIO_ERROR;
/freebsd-current/sys/dev/nvmf/host/
H A Dnvmf_ns.c107 bio->bio_flags |= BIO_ERROR;
298 bio->bio_flags |= BIO_ERROR;
447 bio->bio_flags |= BIO_ERROR;
/freebsd-current/sys/dev/mfi/
H A Dmfi_disk.c268 bio->bio_flags |= BIO_ERROR;
304 if (bio->bio_flags & BIO_ERROR) {
H A Dmfi_syspd.c247 bio->bio_flags |= BIO_ERROR;
/freebsd-current/sys/dev/aac/
H A Daac_disk.c149 bp->bio_flags |= BIO_ERROR;
338 if (bp->bio_flags & BIO_ERROR) {
/freebsd-current/sys/geom/raid/
H A Dtr_concat.c230 if ((bp->bio_flags & BIO_UNMAPPED) != 0)
253 if ((bp->bio_flags & BIO_UNMAPPED) != 0 &&
H A Dtr_raid0.c208 if ((bp->bio_flags & BIO_UNMAPPED) != 0)
233 if ((bp->bio_flags & BIO_UNMAPPED) != 0 &&
/freebsd-current/sys/dev/md/
H A Dmd.c659 notmapped = (bp->bio_flags & BIO_UNMAPPED) != 0;
660 vlist = (bp->bio_flags & BIO_VLIST) != 0 ?
854 if ((bp->bio_flags & BIO_VLIST) != 0) {
863 if ((bp->bio_flags & BIO_VLIST) != 0) {
940 if ((bp->bio_flags & BIO_VLIST) != 0) {
957 } else if ((bp->bio_flags & BIO_UNMAPPED) != 0) {
1038 ma_offs = (bp->bio_flags & (BIO_UNMAPPED|BIO_VLIST)) != 0 ?
1040 vlist = (bp->bio_flags & BIO_VLIST) != 0 ?
1080 if ((bp->bio_flags & BIO_UNMAPPED) != 0) {
1083 } else if ((bp->bio_flags
[all...]
/freebsd-current/sys/dev/firewire/
H A Dfwmem.c336 bp->bio_flags |= BIO_ERROR;
401 bp->bio_flags |= BIO_ERROR;
/freebsd-current/sys/powerpc/mambo/
H A Dmambo_disk.c247 bp->bio_flags |= BIO_ERROR;

Completed in 184 milliseconds

123