Home
last modified time | relevance | path

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

/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
Dsysfs.c16 struct statfs st_fs; in sysfs_valid_mountpoint() local
18 if (statfs(sysfs, &st_fs) < 0) in sysfs_valid_mountpoint()
20 else if (st_fs.f_type != (long) SYSFS_MAGIC) in sysfs_valid_mountpoint()
/external/linux-tools-perf/perf-3.12.0/tools/lib/lk/
Ddebugfs.c66 struct statfs st_fs; in debugfs_valid_mountpoint() local
68 if (statfs(debugfs, &st_fs) < 0) in debugfs_valid_mountpoint()
70 else if (st_fs.f_type != (long) DEBUGFS_MAGIC) in debugfs_valid_mountpoint()