Lines Matching refs:b_bcount
711 bp->b_resid = bp->b_bcount; in ccdstrategy()
717 if (bp->b_bcount == 0) in ccdstrategy()
732 bp->b_resid = bp->b_bcount; in ccdstrategy()
783 for (bcount = bp->b_bcount; bcount > 0; bcount -= rcount) { in ccdstart()
884 bcount > bp->b_bcount / 2 && in ccdbuffer()
919 nbp->b_bcount = bcount; in ccdbuffer()
935 bp->b_bcount); in ccdbuffer()
978 old_bcount = nbp->b_bcount; in ccdbuffer()
979 nbp->b_bcount += bcount; in ccdbuffer()
999 bp->b_data, bp->b_bcount); in ccdbuffer()
1019 bp->b_resid = bp->b_bcount; in ccdintr()
1020 disk_unbusy(&cs->sc_dkdev, (bp->b_bcount - bp->b_resid), in ccdintr()
1038 long count = bp->b_bcount, off; in ccdiodone()
1051 bp, bp->b_bcount, bp->b_resid); in ccdiodone()
1054 vbp->b_data, vbp->b_bcount); in ccdiodone()
1106 count = vbp->b_bcount; in ccdiodone()