Home
last modified time | relevance | path

Searched refs:statfs (Results 1 – 4 of 4) sorted by relevance

/third_party/ulib/musl/src/stat/
A Dstatvfs.c6 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()
/third_party/ulib/musl/include/sys/
A Dstatfs.h15 int statfs(const char*, struct statfs*);
16 int fstatfs(int, struct statfs*);
/third_party/ulib/musl/include/bits/
A Dstatfs.h1 struct statfs { struct
/third_party/ulib/musl/
A DWHATSNEW360 - statfs and statvfs ABI are now LSB-conformant (and actually work)
1185 - statfs/statvfs were broken on mips

Completed in 5 milliseconds