Home
last modified time | relevance | path

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

/third_party/ulib/musl/include/sys/
A Dstatvfs.h15 struct statvfs { struct
30 int statvfs(const char* __restrict, struct statvfs* __restrict); argument
31 int fstatvfs(int, struct statvfs*);
/third_party/ulib/musl/src/stat/
A Dstatvfs.c21 static void fixup(struct statvfs* out, const struct statfs* in) { in fixup()
22 *out = (struct statvfs){}; in fixup()
36 int statvfs(const char* restrict path, struct statvfs* restrict buf) { in statvfs() function
44 int fstatvfs(int fd, struct statvfs* buf) { in fstatvfs()
/third_party/ulib/musl/
A DWHATSNEW119 fixed statvfs syscall (it was always failing with EINVAL).
146 fixed breakage of statvfs on x86_64
360 - statfs and statvfs ABI are now LSB-conformant (and actually work)
1185 - statfs/statvfs were broken on mips
A Dmusl-rules.mk631 $(LOCAL_DIR)/src/stat/statvfs.c \

Completed in 7 milliseconds