Home | History | Annotate | Download | only in sys

Lines Matching refs:statfs

25 /* Get the system-specific definition of `struct statfs'.  */
26 #include <bits/statfs.h>
32 extern int statfs (__const char *__file, struct statfs *__buf)
36 extern int __REDIRECT_NTH (statfs,
37 (__const char *__file, struct statfs *__buf),
40 # define statfs statfs64
51 extern int fstatfs (int __fildes, struct statfs *__buf)
55 extern int __REDIRECT_NTH (fstatfs, (int __fildes, struct statfs *__buf),
68 #endif /* sys/statfs.h */