Searched refs:bio_data (Results 1 – 10 of 10) sorted by relevance
| /f-stack/freebsd/kern/ |
| H A D | kern_physio.c | 168 bp->bio_data = sa + poff; in physio() 173 bp->bio_data = unmapped_buf; in physio() 177 bp->bio_data = base; in physio()
|
| H A D | subr_bus_dma.c | 211 bus_dma_segment_t *segs = (bus_dma_segment_t *)bio->bio_data; in _bus_dmamap_load_bio() 221 return (_bus_dmamap_load_buffer(dmat, map, bio->bio_data, in _bus_dmamap_load_bio()
|
| H A D | vfs_bio.c | 4351 start = trunc_page((vm_offset_t)bp->bio_data); in biodone() 4352 end = round_page((vm_offset_t)bp->bio_data + bp->bio_length); in biodone() 4353 bp->bio_data = unmapped_buf; in biodone() 5114 bip->bio_data = unmapped_buf; in bdata2bio() 5122 bip->bio_data = bp->b_data; in bdata2bio()
|
| H A D | subr_sglist.c | 342 error = sglist_append(sg, bp->bio_data, bp->bio_bcount); in sglist_append_bio()
|
| H A D | vfs_aio.c | 1336 bp->bio_data = pbuf->b_data + poff; in aio_qbio() 1343 bp->bio_data = unmapped_buf; in aio_qbio()
|
| /f-stack/freebsd/contrib/openzfs/module/os/freebsd/zfs/ |
| H A D | vdev_geom.c | 408 bios[j]->bio_data = (caddr_t)p; in vdev_geom_io() 1128 bp->bio_data = in vdev_geom_io_start() 1132 bp->bio_data = in vdev_geom_io_start() 1138 bp->bio_data = NULL; in vdev_geom_io_start() 1144 bp->bio_data = NULL; in vdev_geom_io_start() 1173 abd_return_buf_copy(zio->io_abd, bp->bio_data, zio->io_size); in vdev_geom_io_done() 1175 abd_return_buf(zio->io_abd, bp->bio_data, zio->io_size); in vdev_geom_io_done()
|
| H A D | zvol_os.c | 647 addr = bp->bio_data; in zvol_geom_bio_strategy()
|
| /f-stack/freebsd/sys/ |
| H A D | bio.h | 96 caddr_t bio_data; /* Memory, superblocks, indirect etc. */ member
|
| /f-stack/freebsd/mips/cavium/ |
| H A D | octeon_ebt3000_cf.c | 229 bp->bio_offset / cf_priv->drive_param.sector_size, bp->bio_data); in cf_start() 233 bp->bio_offset/cf_priv->drive_param.sector_size, bp->bio_data); in cf_start()
|
| /f-stack/freebsd/vm/ |
| H A D | swap_pager.c | 2851 bio->bio_data = unmapped_buf; in swapgeom_strategy() 2856 bio->bio_data = bp->b_data; in swapgeom_strategy()
|