Searched refs:statvfs (Results 1 – 4 of 4) sorted by relevance
15 struct statvfs { struct30 int statvfs(const char* __restrict, struct statvfs* __restrict); argument31 int fstatvfs(int, struct statvfs*);
21 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() function44 int fstatvfs(int fd, struct statvfs* buf) { in fstatvfs()
119 fixed statvfs syscall (it was always failing with EINVAL).146 fixed breakage of statvfs on x86_64360 - statfs and statvfs ABI are now LSB-conformant (and actually work)1185 - statfs/statvfs were broken on mips
631 $(LOCAL_DIR)/src/stat/statvfs.c \
Completed in 7 milliseconds