Retrieves filesystem statistics from a file descriptor.
fn fstatfs(fd: i32, buf: &mut statfs) -> i32
| Name | Description |
|---|---|
| fd | An open file descriptor in the filesystem. |
| buf | The buffer in which the statistics will be stored. |
Returns success or an error value.