Home
last modified time | relevance | path

Searched refs:__fstatfs (Results 1 – 15 of 15) sorted by relevance

/glibc-2.36/sysdeps/unix/sysv/linux/
Dfstatfs64.c19 #define __fstatfs __fstatfs_disable macro
24 #undef __fstatfs
40 weak_alias (__fstatfs64, __fstatfs)
42 libc_hidden_ver (__fstatfs64, __fstatfs)
Dfpathconf.c38 return __statfs_link_max (__fstatfs (fd, &fsbuf), &fsbuf, NULL, fd); in __fpathconf()
41 return __statfs_filesize_max (__fstatfs (fd, &fsbuf), &fsbuf); in __fpathconf()
44 return __statfs_symlinks (__fstatfs (fd, &fsbuf), &fsbuf); in __fpathconf()
47 return __statfs_chown_restricted (__fstatfs (fd, &fsbuf), &fsbuf); in __fpathconf()
Dfstatfs.c28 __fstatfs (int fd, struct statfs *buf) in __fstatfs() function
60 libc_hidden_def (__fstatfs)
61 weak_alias (__fstatfs, fstatfs)
Dfstatvfs.c31 if (__fstatfs (fd, &fsbuf) < 0) in __fstatvfs()
/glibc-2.36/sysdeps/unix/sysv/linux/alpha/
Dfstatfs.c25 __fstatfs (int fd, struct statfs *buf) in __fstatfs() function
29 libc_hidden_def (__fstatfs)
30 weak_alias (__fstatfs, fstatfs)
Dfstatfs64.c32 if (__fstatfs (fd, &buf32) < 0) in __fstatfs64()
/glibc-2.36/sysdeps/mach/hurd/
Dfstatfs.c25 __fstatfs (int fd, struct statfs *buf) in __fstatfs() function
30 libc_hidden_def (__fstatfs)
31 weak_alias (__fstatfs, fstatfs)
Dfstatvfs.c26 return __fstatfs (fd, (struct statfs *)buf); in fstatvfs()
/glibc-2.36/io/
Dfstatfs.c25 __fstatfs (int fd, struct statfs *buf) in __fstatfs() function
32 weak_alias (__fstatfs, fstatfs)
/glibc-2.36/include/sys/
Dstatfs.h9 extern int __fstatfs (int __fildes, struct statfs *__buf);
10 libc_hidden_proto (__fstatfs)
/glibc-2.36/sysdeps/unix/
Dsyscalls.list21 fstatfs - fstatfs i:ip __fstatfs fstatfs
/glibc-2.36/ChangeLog.old/
DChangeLog.2331304 [! _ISOMAC](__fstatfs): Modified.
31310 [!STATFS_IS_STATFS64](__fstatfs): Remove.
31313 (__fstatfs): New function.
31326 [STATFS_IS_STATFS64](__fstatfs): Remove.
31335 (__fstatfs): Modified.
31337 (__fstatfs): New.
DChangeLog.136297 * sysdeps/mach/hurd/fstatfs.c (__fstatfs): Likewise.
DChangeLog.1814181 only alias fstatfs and __fstatfs if STATFS_IS_STATFS64 is non-zero.
14476 and __fstatfs. Make them aliases of __fstatfs64 if
14481 define __fstatfs and fstatfs if STATFS_IS_STATFS64 is non-zero.
DChangeLog.1932908 * include/sys/statfs.h (__fstatfs): Add attribute_hidden.