Searched refs:statfs (Results 1 – 25 of 62) sorted by relevance
123
/sysdeps/unix/sysv/linux/ |
A D | pathconf.h | 26 extern long int __statfs_link_max (int result, const struct statfs *fsbuf, 32 extern long int __statfs_filesize_max (int result, const struct statfs *fsbuf) 37 extern long int __statfs_symlinks (int result, const struct statfs *fsbuf) 43 const struct statfs *fsbuf)
|
A D | statfs64.c | 20 #define statfs statfs_disable macro 25 #undef statfs 34 return INLINE_SYSCALL_CALL (statfs, file, buf); in __statfs64() 41 weak_alias (__statfs64, statfs)
|
A D | pathconf.c | 41 struct statfs fsbuf; in __pathconf() 64 distinguish_extX (const struct statfs *fsbuf, const char *file, int fd) in distinguish_extX() 133 __statfs_link_max (int result, const struct statfs *fsbuf, const char *file, in __statfs_link_max() 197 __statfs_filesize_max (int result, const struct statfs *fsbuf) in __statfs_filesize_max() 246 __statfs_symlinks (int result, const struct statfs *fsbuf) in __statfs_symlinks() 281 __statfs_chown_restricted (int result, const struct statfs *fsbuf) in __statfs_chown_restricted()
|
A D | internal_statvfs.h | 22 const struct statfs *fsbuf)
|
A D | fstatvfs.c | 28 struct statfs fsbuf; in __fstatvfs()
|
A D | statvfs.c | 28 struct statfs fsbuf; in __statvfs()
|
A D | statfs.c | 27 __statfs (const char *file, struct statfs *buf) in __statfs() 59 weak_alias (__statfs, statfs)
|
A D | fpathconf.c | 33 struct statfs fsbuf; in __fpathconf()
|
A D | xstatover.h | 51 static inline int statfs_overflow (struct statfs *buf) in statfs_overflow()
|
A D | fstatfs.c | 28 __fstatfs (int fd, struct statfs *buf) in __fstatfs()
|
/sysdeps/unix/sysv/linux/alpha/ |
A D | statfs.c | 25 __statfs (const char *file, struct statfs *buf) in __statfs() 27 return INLINE_SYSCALL_CALL (statfs, file, buf); in __statfs() 30 weak_alias (__statfs, statfs)
|
A D | fstatfs.c | 25 __fstatfs (int fd, struct statfs *buf) in __fstatfs()
|
A D | fstatfs64.c | 31 struct statfs buf32; in __fstatfs64()
|
A D | statfs64.c | 31 struct statfs buf32; in __statfs64()
|
/sysdeps/mach/hurd/ |
A D | statfs.c | 25 __statfs (const char *file, struct statfs *buf) in __statfs() 31 weak_alias (__statfs, statfs)
|
A D | fstatvfs.c | 26 return __fstatfs (fd, (struct statfs *)buf); in fstatvfs()
|
A D | statvfs.c | 26 return __statfs (file, (struct statfs *)buf); in statvfs()
|
A D | fstatfs.c | 25 __fstatfs (int fd, struct statfs *buf) in __fstatfs()
|
A D | statfsconv.c | 23 statfs64_conv (struct statfs *buf, const struct statfs64 *buf64) in statfs64_conv()
|
/sysdeps/unix/sysv/linux/s390/bits/ |
A D | statfs.h | 24 struct statfs struct
|
/sysdeps/unix/sysv/linux/alpha/bits/ |
A D | statfs.h | 24 struct statfs struct
|
/sysdeps/unix/sysv/linux/mips/bits/ |
A D | statfs.h | 24 struct statfs struct
|
/sysdeps/mach/hurd/bits/ |
A D | statfs.h | 37 struct statfs struct
|
/sysdeps/unix/sysv/linux/bits/ |
A D | statfs.h | 24 struct statfs struct
|
/sysdeps/unix/sysv/linux/csky/bits/ |
A D | statfs.h | 36 struct statfs struct
|
Completed in 17 milliseconds
123