Lines Matching refs:b_bcount
592 printf("fdstrategy: %p, b_bcount: %d\n", bp, bp->b_bcount);
603 if (bp->b_blkno < 0 || (bp->b_bcount % SECTOR_SIZE) != 0) {
607 if (bp->b_bcount == 0)
610 sz = howmany(bp->b_bcount, SECTOR_SIZE);
622 bp->b_bcount = sz << DEV_BSHIFT;
624 bp->b_bcount = sz * lp->d_secsize;
646 bp->b_resid = bp->b_bcount;
693 sc->io_bytes = bp->b_bcount; /* Transfer size in bytes */
738 disk_unbusy(&sc->dkdev, (bp->b_bcount - bp->b_resid),
1215 printf("fdminphys: before %d", bp->b_bcount);
1218 bp->b_bcount = uimin(bp->b_bcount, tsz - toff);
1221 printf(" after %d\n", bp->b_bcount);