Retrieves filesystem statistics from a path.
fn statfs(path: &CStr, buf: &mut statfs) -> i32
A path in a mountpoint of the filesystem.
The buffer in which the statistics will be stored.
Returns success or an error value.
statfs(2)