Searched refs:statvfs64 (Results 1 – 25 of 66) sorted by relevance
123
/glibc-2.36/io/sys/ |
D | statvfs.h | 58 struct statvfs *__restrict __buf), statvfs64) 61 # define statvfs statvfs64 65 extern int statvfs64 (const char *__restrict __file, 66 struct statvfs64 *__restrict __buf) 84 extern int fstatvfs64 (int __fildes, struct statvfs64 *__buf)
|
/glibc-2.36/sysdeps/posix/ |
D | pathconf.c | 68 struct statvfs64 sv; in __pathconf() 181 struct statvfs64 sv; in __pathconf() 193 struct statvfs64 sv; in __pathconf() 205 struct statvfs64 sv; in __pathconf()
|
D | fpathconf.c | 67 struct statvfs64 sv; in __fpathconf() 183 struct statvfs64 sv; in __fpathconf() 195 struct statvfs64 sv; in __fpathconf() 207 struct statvfs64 sv; in __fpathconf()
|
/glibc-2.36/io/ |
D | statvfs64.c | 23 __statvfs64 (const char *file, struct statvfs64 *buf) in __statvfs64() 28 weak_alias (__statvfs64, statvfs64) 30 stub_warning (statvfs64)
|
D | fstatvfs64.c | 23 __fstatvfs64 (int fd, struct statvfs64 *buf) in __fstatvfs64()
|
D | Versions | 80 statfs64; statvfs; statvfs64;
|
D | Makefile | 39 statvfs fstatvfs statvfs64 fstatvfs64 \
|
/glibc-2.36/sysdeps/mach/hurd/ |
D | statvfs64.c | 22 statvfs64 (const char *file, struct statvfs64 *buf) in statvfs64() function
|
D | fstatvfs64.c | 22 fstatvfs64 (int fd, struct statvfs64 *buf) in fstatvfs64()
|
/glibc-2.36/include/sys/ |
D | statvfs.h | 6 extern int __statvfs64 (const char *__file, struct statvfs64 *__buf); 7 extern int __fstatvfs64 (int __fildes, struct statvfs64 *__buf)
|
/glibc-2.36/sysdeps/unix/sysv/linux/ |
D | statvfs64.c | 29 __statvfs64 (const char *file, struct statvfs64 *buf) in __statvfs64() 40 weak_alias (__statvfs64, statvfs64)
|
D | internal_statvfs.h | 24 extern void __internal_statvfs64 (struct statvfs64 *buf,
|
D | fstatvfs64.c | 29 __fstatvfs64 (int fd, struct statvfs64 *buf) in __fstatvfs64()
|
D | internal_statvfs.c | 72 __internal_statvfs64 (struct statvfs64 *buf, const struct statfs64 *fsbuf) in __internal_statvfs64()
|
/glibc-2.36/bits/ |
D | statvfs.h | 59 struct statvfs64 struct
|
/glibc-2.36/sysdeps/mach/hurd/bits/ |
D | statvfs.h | 60 struct statvfs64 struct
|
/glibc-2.36/sysdeps/unix/sysv/linux/bits/ |
D | statvfs.h | 58 struct statvfs64 struct
|
/glibc-2.36/ChangeLog.old/ |
D | ChangeLog.ports-alpha | 839 * sysdeps/unix/sysv/linux/alpha/statvfs64.c: New.
|
/glibc-2.36/benchtests/strcoll-inputs/ |
D | filelist#C | 550 statvfs64.c 1623 statvfs64.c 2343 statvfs64.c 6159 statvfs64.c 14739 statvfs64.c
|
D | filelist#en_US.UTF-8 | 550 statvfs64.c 1623 statvfs64.c 2343 statvfs64.c 6159 statvfs64.c 14739 statvfs64.c
|
/glibc-2.36/sysdeps/unix/sysv/linux/or1k/ |
D | libc.abilist | 1824 GLIBC_2.35 statvfs64 F
|
/glibc-2.36/sysdeps/unix/sysv/linux/loongarch/lp64/ |
D | libc.abilist | 1845 GLIBC_2.36 statvfs64 F
|
/glibc-2.36/sysdeps/unix/sysv/linux/riscv/rv32/ |
D | libc.abilist | 1855 GLIBC_2.33 statvfs64 F
|
/glibc-2.36/sysdeps/mach/hurd/i386/ |
D | libc.abilist | 1646 GLIBC_2.2.6 statvfs64 F
|
/glibc-2.36/sysdeps/unix/sysv/linux/arc/ |
D | libc.abilist | 1851 GLIBC_2.32 statvfs64 F
|
123