pub fn fstatfs<T: AsRawFd>(fd: &T) -> Result<Statfs>
Documentation
Describes a mounted file system.
The result is OS-dependent. For a portabable alternative, see
fstatvfs
.
Arguments
fd
- File descriptor of any open file within the file system to describe