Your Browser is not longer supported

Please use Google Chrome, Mozilla Firefox or Microsoft Edge to view the page correctly
Loading...

{{viewport.spaceProperty.prod}}

statvfs, statvfs64 - read file system information

&pagelevel(4)&pagelevel

Syntax

#include <sys/statvfs.h>
#include <sys/types.h>

int statvfs (const char *path, struct statvfs *buf);
int statvfs64 (const char *path, struct statvfs64 *buf);

Description

See fstatvfs().