Go to the documentation of this file. 23 #ifndef _SYS_STATVFS_H_ 24 #define _SYS_STATVFS_H_ 32 typedef uint64_t fsblkcnt_t;
33 typedef uint32_t fsfilcnt_t;
53 extern int statvfs(
const char *__restrict ,
struct statvfs *__restrict);
54 extern int fstatvfs(
int,
struct statvfs *);