Home
last modified time | relevance | path

Searched refs:bio_length (Results 1 – 9 of 9) sorted by relevance

/f-stack/freebsd/kern/
H A Dkern_physio.c148 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 Dsubr_disk.c170 head->last_offset = bp->bio_offset + bp->bio_length; in bioq_remove()
H A Dvfs_bio.c4352 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 Dvfs_aio.c1309 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 Docteon_ebt3000_cf.c228 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 Dbio.h112 off_t bio_length; /* Like bio_bcount */ member
/f-stack/freebsd/contrib/openzfs/module/os/freebsd/zfs/
H A Dvdev_geom.c407 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 Dzvol_os.c648 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 Dswap_pager.c2847 bio->bio_length = bp->b_bcount; in swapgeom_strategy()