Searched refs:statvfs64 (Results 1 – 13 of 13) sorted by relevance
47 struct statvfs64 { __STATVFS64_BODY }; struct63 extern int statvfs64(const char* __restrict, struct statvfs64* __restrict) __nonnull((1, 2));65 extern int fstatvfs64(int, struct statvfs64*) __nonnull((2));
46 TEST(sys_statvfs, statvfs64) { in TEST() argument47 struct statvfs64 sb; in TEST()48 ASSERT_EQ(0, statvfs64("/proc", &sb)); in TEST()61 struct statvfs64 sb; in TEST()
80 __strong_alias(statvfs64, statvfs);
913 statvfs64;
969 statvfs64;
971 statvfs64;
973 statvfs64;
998 statvfs64;