Home
last modified time | relevance | path

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

/f-stack/freebsd/sys/
H A Dbio.h98 int bio_ma_offset; /* Offset in the first page of bio_ma. */ member
/f-stack/freebsd/kern/
H A Dkern_physio.c172 bp->bio_ma_offset = poff; in physio()
H A Dsubr_bus_dma.c213 kernel_pmap, nsegs, flags, bio->bio_ma_offset, in _bus_dmamap_load_bio()
219 bio->bio_bcount, bio->bio_ma_offset, flags, NULL, nsegs)); in _bus_dmamap_load_bio()
H A Dsubr_sglist.c345 bp->bio_ma_offset, bp->bio_bcount); in sglist_append_bio()
H A Dvfs_bio.c5115 bip->bio_ma_offset = (vm_offset_t)bp->b_offset & PAGE_MASK; in bdata2bio()
5117 KASSERT(round_page(bip->bio_ma_offset + bip->bio_length) / in bdata2bio()
5119 ("Buffer %p too short: %d %lld %d", bp, bip->bio_ma_offset, in bdata2bio()
H A Dvfs_aio.c1342 bp->bio_ma_offset = poff; in aio_qbio()
/f-stack/freebsd/vm/
H A Dswap_pager.c2852 bio->bio_ma_offset = (vm_offset_t)bp->b_offset & PAGE_MASK; in swapgeom_strategy()