Function nix::sys::statfs::fstatfs

source ·
pub fn fstatfs<Fd: AsFd>(fd: Fd) -> Result<Statfs>
Available on crate feature fs only.
Expand description

Describes a mounted file system.

The result is OS-dependent. For a portable alternative, see fstatvfs.

§Arguments

fd - File descriptor of any open file within the file system to describe