Searched refs:fstatfs64 (Results 1 – 7 of 7) sorted by relevance
/l4re-core-master/uclibc/lib/contrib/uclibc/include/sys/ |
A D | statfs.h | 57 fstatfs64) __nonnull ((2)); 59 # define fstatfs fstatfs64 63 extern int fstatfs64 (int __fildes, struct statfs64 *__buf) 65 libc_hidden_proto(fstatfs64)
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/misc/statfs/ |
A D | fstatfs64.c | 32 int fstatfs64 (int fd, struct statfs64 *buf) in fstatfs64() function 61 int fstatfs64(int fd, struct statfs64 *buf) in fstatfs64() function 64 return INLINE_SYSCALL(fstatfs64, 3, fd, sizeof(*buf), buf); in fstatfs64() 67 libc_hidden_def(fstatfs64)
|
A D | fstatvfs.c | 36 fstatfs64) __nonnull ((2)); 38 # define fstatfs fstatfs64
|
A D | Makefile.in | 13 fstatfs64.c statfs64.c
|
A D | fstatvfs64.c | 59 if (fstatfs64 (fd, &fsbuf) < 0) in fstatvfs64()
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/common/ |
A D | fstatfs.c | 20 fstatfs64) __nonnull ((2)); 22 # define fstatfs fstatfs64 33 int err = INLINE_SYSCALL(fstatfs64, 3, __fildes, sizeof(*__buf), __buf);
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/unistd/ |
A D | fpathconf.c | 34 fstatfs64) __nonnull ((2)); 36 # define fstatfs fstatfs64
|
Completed in 15 milliseconds