Searched refs:statfs (Results 1 – 4 of 4) sorted by relevance
6 int __statfs(const char* path, struct statfs* buf) { in __statfs()7 *buf = (struct statfs){}; in __statfs()12 int __fstatfs(int fd, struct statfs* buf) { in __fstatfs()13 *buf = (struct statfs){}; in __fstatfs()18 weak_alias(__statfs, statfs);21 static void fixup(struct statvfs* out, const struct statfs* in) { in fixup()37 struct statfs kbuf; in statvfs()45 struct statfs kbuf; in fstatvfs()
15 int statfs(const char*, struct statfs*);16 int fstatfs(int, struct statfs*);
1 struct statfs { struct
360 - statfs and statvfs ABI are now LSB-conformant (and actually work)1185 - statfs/statvfs were broken on mips
Completed in 5 milliseconds