HomeSort by relevance Sort by last modified time
    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 34 milliseconds