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