Home
last modified time | relevance | path

Searched refs:statfs64 (Results 1 – 12 of 12) sorted by relevance

/l4re-core-master/uclibc/lib/contrib/uclibc/include/sys/
A Dstatfs.h38 statfs64) __nonnull ((1, 2));
40 # define statfs statfs64
44 extern int statfs64 (const char *__file, struct statfs64 *__buf)
46 libc_hidden_proto(statfs64)
63 extern int fstatfs64 (int __fildes, struct statfs64 *__buf)
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/misc/statfs/
A Dstatfs64.c30 int statfs64 (const char *file, struct statfs64 *buf) in statfs64() function
57 int statfs64 (const char *file, struct statfs64 *buf) in statfs64() function
59 return INLINE_SYSCALL(statfs64, 3, file, sizeof(*buf), buf); in statfs64()
63 libc_hidden_def(statfs64)
A Dfstatfs64.c32 int fstatfs64 (int fd, struct statfs64 *buf) in fstatfs64()
61 int fstatfs64(int fd, struct statfs64 *buf) in fstatfs64()
A Dstatvfs64.c36 struct statfs64 fsbuf; in statvfs64()
59 if (statfs64 (file, &fsbuf) < 0) in statvfs64()
A DMakefile.in13 fstatfs64.c statfs64.c
A Dfstatvfs64.c36 struct statfs64 fsbuf; in fstatvfs64()
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/common/
A Dstatfs.c21 int err = INLINE_SYSCALL(statfs64, 3, path, sizeof(*buf), buf); in __libc_statfs()
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/alpha/bits/
A Dstatfs.h48 struct statfs64 struct
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/mips/bits/
A Dstatfs.h51 struct statfs64 struct
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/common/bits/
A Dstatfs.h48 struct statfs64 struct
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/common-generic/bits/
A Dstatfs.h59 struct statfs64 struct
/l4re-core-master/uclibc/lib/contrib/uclibc/test/regex/
A Dtst-regex2.dat983 (struct statfs64): Likewise.

Completed in 14 milliseconds