Home
last modified time | relevance | path

Searched refs:tot (Results 1 – 1 of 1) sorted by relevance

/xv6-public/
H A Dfs.c455 uint tot, m; in readi() local
469 for(tot=0; tot<n; tot+=m, off+=m, dst+=m){ in readi()
471 m = min(n - tot, BSIZE - off%BSIZE); in readi()
484 uint tot, m; in writei() local
498 for(tot=0; tot<n; tot+=m, off+=m, src+=m){ in writei()
500 m = min(n - tot, BSIZE - off%BSIZE); in writei()