pub fn statfs<P: Arg>(path: P) -> Result<StatFs>
statfs—Queries filesystem metadata.
statfs
Compared to statvfs, this function often provides more information, though it’s less portable.
statvfs