Home
last modified time | relevance | path

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

/tools/testing/selftests/cachestat/
A Dtest_cachestat.c108 struct statfs statfs_buf; in is_on_tmpfs() local
110 if (fstatfs(fd, &statfs_buf)) in is_on_tmpfs()
113 return statfs_buf.f_type == TMPFS_MAGIC; in is_on_tmpfs()
/tools/testing/selftests/landlock/
A Dfs_test.c181 struct statfs statfs_buf; in cwd_matches_fs() local
186 if (statfs(".", &statfs_buf)) in cwd_matches_fs()
189 return statfs_buf.f_type == fs_magic; in cwd_matches_fs()

Completed in 12 milliseconds