Home
last modified time | relevance | path

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

/f-stack/freebsd/sys/
H A Dbio.h97 struct vm_page **bio_ma; /* Or unmapped. */ member
/f-stack/freebsd/kern/
H A Dkern_physio.c170 bp->bio_ma = pages; in physio()
H A Dsubr_sglist.c344 error = sglist_append_vmpages(sg, bp->bio_ma, in sglist_append_bio()
H A Dsubr_bus_dma.c218 return (_bus_dmamap_load_ma(dmat, map, bio->bio_ma, in _bus_dmamap_load_bio()
H A Dvfs_aio.c1340 bp->bio_ma = pages; in aio_qbio()
2449 vm_page_unhold_pages(bp->bio_ma, bp->bio_ma_n); in aio_biocleanup()
2450 free(bp->bio_ma, M_TEMP); in aio_biocleanup()
H A Dvfs_bio.c5112 bip->bio_ma = bp->b_pages; in bdata2bio()
5123 bip->bio_ma = NULL; in bdata2bio()
/f-stack/freebsd/vm/
H A Dswap_pager.c2850 bio->bio_ma = bp->b_pages; in swapgeom_strategy()
2857 bio->bio_ma = NULL; in swapgeom_strategy()