Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dkern_physio.c174 bp->bio_flags |= BIO_UNMAPPED; in physio()
192 if (iolen == 0 && !(bp->bio_flags & BIO_ERROR)) in physio()
199 if (bp->bio_flags & BIO_ERROR) { in physio()
H A Dsubr_disk.c254 if ((bp->bio_flags & BIO_ORDERED) != 0) { in bioq_disksort()
H A Dsubr_bus_dma.c210 if ((bio->bio_flags & BIO_VLIST) != 0) { in _bus_dmamap_load_bio()
217 if ((bio->bio_flags & BIO_UNMAPPED) != 0) in _bus_dmamap_load_bio()
H A Dsubr_devstat.c364 if (bp->bio_flags & BIO_ORDERED) in devstat_end_transaction_bio_bt()
H A Dvfs_bio.c4348 if ((bp->bio_flags & BIO_TRANSIENT_MAPPING) != 0) { in biodone()
4349 bp->bio_flags &= ~BIO_TRANSIENT_MAPPING; in biodone()
4350 bp->bio_flags |= BIO_UNMAPPED; in biodone()
4362 bp->bio_flags |= BIO_DONE; in biodone()
4379 while ((bp->bio_flags & BIO_DONE) == 0) in biowait()
4384 if (!(bp->bio_flags & BIO_ERROR)) in biowait()
4395 bp->bio_flags |= BIO_ERROR; in biofinish()
5116 bip->bio_flags |= BIO_UNMAPPED; in bdata2bio()
H A Dsubr_sglist.c341 if ((bp->bio_flags & BIO_UNMAPPED) == 0) in sglist_append_bio()
H A Dvfs_aio.c1344 bp->bio_flags |= BIO_UNMAPPED; in aio_qbio()
2465 uint16_t flags = bp->bio_flags; in aio_biowakeup()
/f-stack/freebsd/sys/
H A Dbio.h89 uint16_t bio_flags; /* General flags. */ member
/f-stack/freebsd/vm/
H A Dswap_pager.c2796 bp->b_ioflags = bp2->bio_flags; in swapgeom_done()
2854 bio->bio_flags |= BIO_UNMAPPED; in swapgeom_strategy()