Searched refs:bio_completed (Results 1 – 4 of 4) sorted by relevance
113 off_t bio_completed; /* Inverse of bio_resid */ member
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()719 bp->bio_completed); in zvol_geom_bio_strategy()723 bp->bio_completed); in zvol_geom_bio_strategy()
248 bp->bio_completed = bp->bio_length; in cf_start()
2799 bp->b_resid = bp->b_bcount - bp2->bio_completed; in swapgeom_done()