tot 437 fs.c uint tot, m; tot 451 fs.c for(tot=0; tot<n; tot+=m, off+=m, dst+=m){ tot 453 fs.c m = min(n - tot, BSIZE - off%BSIZE); tot 465 fs.c uint tot, m; tot 479 fs.c for(tot=0; tot<n; tot+=m, off+=m, src+=m){ tot 481 fs.c m = min(n - tot, BSIZE - off%BSIZE);