devela::_dep::rustix::fsFunction statfs
pub fn statfs<P>(path: P) -> Result<statfs64, Errno> ⓘ
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