devela::_dep::rustix::fs

Function statfs

pub fn statfs<P>(path: P) -> Result<statfs64, Errno> 
where P: Arg,
Available on crate feature dep_rustix only.
Expand description

statfs—Queries filesystem metadata.

Compared to statvfs, this function often provides more information, though it’s less portable.

§References