Searched refs:bio_bcount (Results 1 – 7 of 7) sorted by relevance
| /f-stack/freebsd/kern/ |
| H A D | subr_disk.c | 61 if (bp->bio_bcount <= DEV_BSIZE) { in disk_err() 70 (intmax_t)(bp->bio_pblkno + (bp->bio_bcount - 1) / DEV_BSIZE)); in disk_err()
|
| H A D | subr_bus_dma.c | 214 bio->bio_bcount)); in _bus_dmamap_load_bio() 219 bio->bio_bcount, bio->bio_ma_offset, flags, NULL, nsegs)); in _bus_dmamap_load_bio() 222 bio->bio_bcount, kernel_pmap, flags, NULL, nsegs)); in _bus_dmamap_load_bio()
|
| H A D | kern_physio.c | 153 bp->bio_bcount = bp->bio_length; in physio()
|
| H A D | subr_sglist.c | 342 error = sglist_append(sg, bp->bio_data, bp->bio_bcount); in sglist_append_bio() 345 bp->bio_ma_offset, bp->bio_bcount); in sglist_append_bio()
|
| H A D | subr_devstat.c | 379 devstat_end_transaction(ds, bp->bio_bcount - bp->bio_resid, in devstat_end_transaction_bio_bt()
|
| H A D | vfs_aio.c | 1310 bp->bio_bcount = nbytes; in aio_qbio() 2461 long bcount = bp->bio_bcount; in aio_biowakeup()
|
| /f-stack/freebsd/sys/ |
| H A D | bio.h | 95 long bio_bcount; /* Valid bytes in buffer. */ member
|