Lines Matching defs:toCopy
321 int toCopy = MIN(size,324 if (toCopy <= 0 || toCopy > CSIZE) {325 fprintf(stderr, "toCopy %d !\n",326 toCopy);351 toCopy);353 buf += toCopy;354 size -= toCopy;355 blkno += howmany(toCopy, dev_bsize);356 numBlocks -= howmany(toCopy, dev_bsize);367 howmany(toCopy, dev_bsize);