Searched defs:statvfs (Results 1 – 3 of 3) sorted by relevance
26 struct statvfs { struct50 extern int statvfs(const char* __restrict, struct statvfs* __restrict) __nonnull((1, 2)); argument
25 TEST(statvfs, statvfs) { in TEST() argument47 TEST(statvfs, fstatvfs) { in TEST() argument
44 int statvfs(const char* path, struct statvfs* result) { in statvfs() function