Home
last modified time | relevance | path

Searched refs:__fstatvfs64 (Results 1 – 8 of 8) sorted by relevance

/glibc-2.36/sysdeps/unix/sysv/linux/
Dfstatvfs64.c29 __fstatvfs64 (int fd, struct statvfs64 *buf) in __fstatvfs64() function
40 weak_alias (__fstatvfs64, fstatvfs64)
46 weak_alias (__fstatvfs64, __fstatvfs)
47 weak_alias (__fstatvfs64, fstatvfs)
/glibc-2.36/sysdeps/posix/
Dfpathconf.c70 if (__fstatvfs64 (fd, &sv) < 0) in __fpathconf()
185 if (__fstatvfs64 (fd, &sv) < 0) in __fpathconf()
197 if (__fstatvfs64 (fd, &sv) < 0) in __fpathconf()
209 if (__fstatvfs64 (fd, &sv) < 0) in __fpathconf()
/glibc-2.36/io/
Dfstatvfs64.c23 __fstatvfs64 (int fd, struct statvfs64 *buf) in __fstatvfs64() function
28 weak_alias (__fstatvfs64, fstatvfs64)
/glibc-2.36/include/sys/
Dstatvfs.h7 extern int __fstatvfs64 (int __fildes, struct statvfs64 *__buf)
/glibc-2.36/ChangeLog.old/
DChangeLog.127331 * sysdeps/unix/sysv/linux/fstatvfs64.c: Rename to __fstatvfs64 and
DChangeLog.2331142 (__fstatvfs64): Modified function.
31242 (__fstatvfs64): Modified function.
DChangeLog.1831842 * sysdeps/posix/fpathconf.c (__fpathconf): Use __fstatvfs64.
36540 * sysdeps/unix/sysv/linux/wordsize-64/fstatvfs.c (__fstatvfs64):
51640 * sysdeps/unix/sysv/linux/fstatvfs64.c (__fstatvfs64):
DChangeLog.1932912 (__fstatvfs64): Likewise.