OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:st_fs
(Results
1 - 1
of
1
) sorted by null
/external/linux-tools-perf/util/
debugfs.c
90
struct statfs
st_fs
;
local
92
if (statfs(debugfs, &
st_fs
) < 0)
94
else if (
st_fs
.f_type != (long) DEBUGFS_MAGIC)
Completed in 31 milliseconds