fuse_operations.statfs

Get file system statistics

The 'f_frsize', 'f_favail', 'f_fsid' and 'f_flag' fields are ignored

Replaced 'struct statfs' parameter with 'struct statvfs' in version 2.5

struct fuse_operations
int function(const char*, statvfs_t*) statfs;

Meta