Returns information about the filesystem in which this file in stored.
impl File { fn fs_info(&self) -> Result<FileSystemInfo, Errno> }
Returns information about the filesystem.
fstatfs(2)