1header: sys-statvfs.h 2macros: [] 3types: 4 - type_name: struct_statvfs 5 - type_name: fsblkcnt_t 6 - type_name: fsfilcnt_t 7enums: [] 8objects: [] 9functions: 10 - name: fstatvfs 11 standards: 12 - POSIX 13 return_type: int 14 arguments: 15 - type: int 16 - type: struct statvfs * 17 - name: statvfs 18 standards: 19 - POSIX 20 return_type: int 21 arguments: 22 - type: const char *__restrict 23 - type: struct statvfs *__restrict 24