[][src]Function linux::syscall::statfs

pub fn statfs(path: KStr, buf: &mut StatfsType) -> c_int

Retrieves filesystem statistics from a path.

[argument, path] A path in a mountpoint of the filesystem.

[argument, buf] The buffer in which the statistics will be stored.

[return_value] Returns success or an error value.

= See also

  • link:man:statfs(2)