Lines Matching refs:b_bcount
786 bp->b_resid = bp->b_bcount; in raidstrategy()
793 bp->b_resid = bp->b_bcount; in raidstrategy()
801 bp->b_resid = bp->b_bcount; in raidstrategy()
805 if (bp->b_bcount == 0) { in raidstrategy()
1791 db1_printf(("bp->b_bcount = %d\n", (int) bp->b_bcount)); in raidstart()
1800 num_blocks = bp->b_bcount >> raidPtr->logBytesPerSector; in raidstart()
1801 pb = (bp->b_bcount & raidPtr->sectorMask) ? 1 : 0; in raidstart()
1812 bp->b_resid = bp->b_bcount; in raidstart()
1824 if (bp->b_bcount & raidPtr->sectorMask) { in raidstart()
1827 bp->b_resid = bp->b_bcount; in raidstart()
2043 bp->b_bcount = raidbp->rf_buf.b_bcount; /* XXXX ?? */ in rf_KernelWakeupFunc()
2099 bp->b_bcount = numSect << logBytesPerSector; in rf_InitBP()
2100 bp->b_bufsize = bp->b_bcount; in rf_InitBP()
2105 bp->b_resid = bp->b_bcount; /* XXX is this right !??!?!! */ in rf_InitBP()
2106 if (bp->b_bcount == 0) { in rf_InitBP()
2360 bp->b_bcount = RF_COMPONENT_INFO_SIZE; in raidread_component_label()
2395 bp->b_bcount = RF_COMPONENT_INFO_SIZE; in raidwrite_component_label()
3575 (bp->b_bcount - bp->b_resid), in rf_disk_unbusy()