Searched refs:bio_ma_offset (Results 1 – 7 of 7) sorted by relevance
| /f-stack/freebsd/sys/ |
| H A D | bio.h | 98 int bio_ma_offset; /* Offset in the first page of bio_ma. */ member
|
| /f-stack/freebsd/kern/ |
| H A D | kern_physio.c | 172 bp->bio_ma_offset = poff; in physio()
|
| H A D | subr_bus_dma.c | 213 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 D | subr_sglist.c | 345 bp->bio_ma_offset, bp->bio_bcount); in sglist_append_bio()
|
| H A D | vfs_bio.c | 5115 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 D | vfs_aio.c | 1342 bp->bio_ma_offset = poff; in aio_qbio()
|
| /f-stack/freebsd/vm/ |
| H A D | swap_pager.c | 2852 bio->bio_ma_offset = (vm_offset_t)bp->b_offset & PAGE_MASK; in swapgeom_strategy()
|