Home | History | Annotate | Download | only in hexdump

Lines Matching defs:tfs

66 	FS *tfs;
82 for (blocksize = 0, tfs = fshead; tfs; tfs = tfs->nextfs) {
83 tfs->bcnt = size(tfs);
84 if (blocksize < tfs->bcnt)
85 blocksize = tfs->bcnt;
88 for (tfs = fshead; tfs; tfs = tfs->nextfs)
89 rewrite(tfs);