Searched refs:__fstatvfs64 (Results 1 – 8 of 8) sorted by relevance
/glibc-2.36/sysdeps/unix/sysv/linux/ |
D | fstatvfs64.c | 29 __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/ |
D | fpathconf.c | 70 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/ |
D | fstatvfs64.c | 23 __fstatvfs64 (int fd, struct statvfs64 *buf) in __fstatvfs64() function 28 weak_alias (__fstatvfs64, fstatvfs64)
|
/glibc-2.36/include/sys/ |
D | statvfs.h | 7 extern int __fstatvfs64 (int __fildes, struct statvfs64 *__buf)
|
/glibc-2.36/ChangeLog.old/ |
D | ChangeLog.12 | 7331 * sysdeps/unix/sysv/linux/fstatvfs64.c: Rename to __fstatvfs64 and
|
D | ChangeLog.23 | 31142 (__fstatvfs64): Modified function. 31242 (__fstatvfs64): Modified function.
|
D | ChangeLog.18 | 31842 * 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):
|
D | ChangeLog.19 | 32912 (__fstatvfs64): Likewise.
|