OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:tfs
(Results
1 - 3
of
3
) sorted by relevancy
/src/usr.bin/hexdump/
hexdump.c
66
FS *
tfs
;
local in function:main
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
[
all
...]
parse.c
97
FS *
tfs
;
local in function:add
102
tfs
= ecalloc(1, sizeof(FS));
104
fshead =
tfs
;
106
*nextfs =
tfs
;
107
nextfs = &
tfs
->nextfs;
108
nextfu = &
tfs
->nextfu;
/src/sys/ufs/lfs/
lfs_bio.c
535
struct lfs *
tfs
;
local in function:lfs_flush
569
tfs
= VFSTOULFS(mp)->um_lfs;
570
if (
tfs
== fs)
573
lfs_flush_fs(
tfs
, flags);
Completed in 36 milliseconds
Indexes created Sat Sep 27 14:09:57 GMT 2025