Searched refs:bio_length (Results 1 – 9 of 9) sorted by relevance
| /f-stack/freebsd/kern/ |
| H A D | kern_physio.c | 148 bp->bio_length = uio->uio_iov[i].iov_len; in physio() 149 if (bp->bio_length > dev->si_iosize_max) in physio() 150 bp->bio_length = dev->si_iosize_max; in physio() 151 if (bp->bio_length > maxphys) in physio() 152 bp->bio_length = maxphys; in physio() 153 bp->bio_bcount = bp->bio_length; in physio() 159 (vm_offset_t)base, bp->bio_length, in physio() 191 iolen = bp->bio_length - bp->bio_resid; in physio()
|
| H A D | subr_disk.c | 170 head->last_offset = bp->bio_offset + bp->bio_length; in bioq_remove()
|
| H A D | vfs_bio.c | 4352 end = round_page((vm_offset_t)bp->bio_data + bp->bio_length); in biodone() 5117 KASSERT(round_page(bip->bio_ma_offset + bip->bio_length) / in bdata2bio() 5120 (long long)bip->bio_length, bip->bio_ma_n)); in bdata2bio()
|
| H A D | vfs_aio.c | 1309 bp->bio_length = nbytes; in aio_qbio() 1322 (vm_offset_t)buf, bp->bio_length, prot, pages, in aio_qbio()
|
| /f-stack/freebsd/mips/cavium/ |
| H A D | octeon_ebt3000_cf.c | 228 error = cf_cmd_read(bp->bio_length / cf_priv->drive_param.sector_size, in cf_start() 232 error = cf_cmd_write(bp->bio_length / cf_priv->drive_param.sector_size, in cf_start() 248 bp->bio_completed = bp->bio_length; in cf_start()
|
| /f-stack/freebsd/sys/ |
| H A D | bio.h | 112 off_t bio_length; /* Like bio_bcount */ member
|
| /f-stack/freebsd/contrib/openzfs/module/os/freebsd/zfs/ |
| H A D | vdev_geom.c | 407 bios[j]->bio_length = MIN(s, maxio); in vdev_geom_io() 1125 bp->bio_length = zio->io_size; in vdev_geom_io_start() 1140 bp->bio_length = zio->io_size; in vdev_geom_io_start() 1146 bp->bio_length = 0; in vdev_geom_io_start()
|
| H A D | zvol_os.c | 648 resid = bp->bio_length; in zvol_geom_bio_strategy() 710 bp->bio_completed = bp->bio_length - resid; in zvol_geom_bio_strategy() 711 if (bp->bio_completed < bp->bio_length && off > volsize) in zvol_geom_bio_strategy()
|
| /f-stack/freebsd/vm/ |
| H A D | swap_pager.c | 2847 bio->bio_length = bp->b_bcount; in swapgeom_strategy()
|