Home
last modified time | relevance | path

Searched refs:bio_resid (Results 1 – 6 of 6) sorted by relevance

/f-stack/freebsd/sys/
H A Dbio.h101 long bio_resid; /* Remaining I/O in bytes. */ member
/f-stack/freebsd/kern/
H A Dkern_physio.c191 iolen = bp->bio_length - bp->bio_resid; in physio()
H A Dsubr_devstat.c379 devstat_end_transaction(ds, bp->bio_bcount - bp->bio_resid, in devstat_end_transaction_bio_bt()
H A Dvfs_aio.c2462 long resid = bp->bio_resid; in aio_biowakeup()
/f-stack/freebsd/mips/cavium/
H A Docteon_ebt3000_cf.c247 bp->bio_resid = 0; in cf_start()
/f-stack/freebsd/contrib/openzfs/module/os/freebsd/zfs/
H A Dvdev_geom.c1014 if (zio->io_error == 0 && bp->bio_resid != 0) in vdev_geom_io_intr()