Searched refs:statfs (Results 1 - 9 of 9) sorted by relevance

/seL4-test-master/projects/musllibc/include/sys/
H A Dvfs.h1 #include <sys/statfs.h>
H A Dstatfs.h16 #include <bits/statfs.h>
18 int statfs (const char *, struct statfs *);
19 int fstatfs (int, struct statfs *);
22 #define statfs64 statfs
/seL4-test-master/projects/musllibc/src/stat/
H A Dstatvfs.c2 #include <sys/statfs.h>
6 int __statfs(const char *path, struct statfs *buf)
8 *buf = (struct statfs){0};
16 int __fstatfs(int fd, struct statfs *buf)
18 *buf = (struct statfs){0};
26 weak_alias(__statfs, statfs);
29 static void fixup(struct statvfs *out, const struct statfs *in)
47 struct statfs kbuf;
55 struct statfs kbuf;
62 LFS64(statfs); variable
[all...]
/seL4-test-master/projects/musllibc/arch/generic/bits/
H A Dstatfs.h1 struct statfs { struct
/seL4-test-master/projects/musllibc/arch/mips/bits/
H A Dstatfs.h1 struct statfs { struct
/seL4-test-master/projects/musllibc/arch/mips64/bits/
H A Dstatfs.h1 struct statfs { struct
/seL4-test-master/projects/musllibc/arch/mipsn32/bits/
H A Dstatfs.h1 struct statfs { struct
/seL4-test-master/projects/musllibc/arch/s390x/bits/
H A Dstatfs.h1 struct statfs { struct
/seL4-test-master/projects/musllibc/arch/x32/bits/
H A Dstatfs.h1 struct statfs { struct

Completed in 151 milliseconds