[][src]Function linux::syscall::umount

pub fn umount(dst: KStr, flags: c_int) -> c_int

Unmounts a filesystem.

[argument, dst] Where the filesystem is mounted.

[argument, flags] Flags used when unmounting the filesystem.

[return_value] Returns success or an error value.

= See also

  • link:man:mount(2)