Searched refs:tfs (Results 1 - 3 of 3) sorted by relevance

/netbsd-6-1-5-RELEASE/usr.bin/hexdump/
H A Dhexdump.c66 FS *tfs; local
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
[all...]
H A Dparse.c97 FS *tfs; local
102 tfs = ecalloc(1, sizeof(FS));
104 fshead = tfs;
106 *nextfs = tfs;
107 nextfs = &tfs->nextfs;
108 nextfu = &tfs->nextfu;
/netbsd-6-1-5-RELEASE/sys/ufs/lfs/
H A Dlfs_bio.c543 struct lfs *tfs; local
580 tfs = VFSTOUFS(mp)->um_lfs;
582 lfs_flush_fs(tfs, flags);

Completed in 57 milliseconds