Home
last modified time | relevance | path

Searched refs:BIO_UNMAPPED (Results 1 – 7 of 7) sorted by relevance

/f-stack/freebsd/sys/
H A Dbio.h67 #define BIO_UNMAPPED 0x10 macro
/f-stack/freebsd/kern/
H A Dkern_physio.c174 bp->bio_flags |= BIO_UNMAPPED; in physio()
H A Dsubr_sglist.c341 if ((bp->bio_flags & BIO_UNMAPPED) == 0) in sglist_append_bio()
H A Dsubr_bus_dma.c217 if ((bio->bio_flags & BIO_UNMAPPED) != 0) in _bus_dmamap_load_bio()
H A Dvfs_bio.c4350 bp->bio_flags |= BIO_UNMAPPED; in biodone()
5116 bip->bio_flags |= BIO_UNMAPPED; in bdata2bio()
H A Dvfs_aio.c1344 bp->bio_flags |= BIO_UNMAPPED; in aio_qbio()
/f-stack/freebsd/vm/
H A Dswap_pager.c2854 bio->bio_flags |= BIO_UNMAPPED; in swapgeom_strategy()