Searched defs:statvfs (Results 1 – 8 of 8) sorted by relevance
45 struct statvfs { struct64 int statvfs(const char *, struct statvfs *); argument
55 int statvfs(const char *path, struct statvfs *buf) in statvfs() function
26 #define statvfs statfs // Android uses a statvfs-like statfs struct and call. macro
21 struct statvfs {int i;}; struct
299 struct statvfs statvfs; member
1637 LIBSSH2_SFTP_STATVFS statvfs; in ssh_statemach_act() local
21 # pragma weak statvfs macro
741 TEST(MemorySanitizer, statvfs) { in TEST() argument