Searched refs:sectSize (Results 1 – 1 of 1) sorted by relevance
851 int sectSize, transferSize; in fdstrategy() local858 sectSize = 0; /* XXX shut up gcc3 */ in fdstrategy()886 sectSize = fd->currentType->sectorSize; in fdstrategy()888 || (bp->b_bcount % sectSize) != 0) { in fdstrategy()906 transferSize = (bp->b_bcount + (sectSize - 1)) / sectSize; in fdstrategy()