tot 455 fs.c uint tot, m; tot 469 fs.c for(tot=0; tot<n; tot+=m, off+=m, dst+=m){ tot 471 fs.c m = min(n - tot, BSIZE - off%BSIZE); tot 484 fs.c uint tot, m; tot 498 fs.c for(tot=0; tot<n; tot+=m, off+=m, src+=m){ tot 500 fs.c m = min(n - tot, BSIZE - off%BSIZE);