Lines Matching refs:bio_resid
184 if (bp->bio_resid < usz) in g_uzip_cached()
185 usz = bp->bio_resid; in g_uzip_cached()
196 bp->bio_resid -= usz; in g_uzip_cached()
198 if (bp->bio_resid == 0) { in g_uzip_cached()
241 end_blk = howmany(ofs + bp->bio_resid, sc->blksz); in g_uzip_request()
247 zsize = MIN(sc->blksz - start_blk_ofs, bp->bio_resid); in g_uzip_request()
253 bp->bio_resid -= zsize; in g_uzip_request()
258 KASSERT(bp->bio_resid == 0, ("bp->bio_resid is invalid")); in g_uzip_request()
380 while (bp->bio_completed && bp2->bio_resid) { in g_uzip_do()
387 ulen = MIN(sc->blksz - blkofs, bp2->bio_resid); in g_uzip_do()
439 bp2->bio_resid -= ulen; in g_uzip_do()
449 if (bp2->bio_error != 0 || bp2->bio_resid == 0) in g_uzip_do()
498 bp->bio_resid = bp->bio_length; in g_uzip_start()