Searched defs:umount (Results 1 – 3 of 3) sorted by relevance
114 pub fn umount(&self) -> Result<Arc<MountFS>, SystemError> { in umount() method482 fn umount(&self) -> Result<Arc<MountFS>, SystemError> { in umount() method
453 fn umount(&self) -> Result<Arc<MountFS>, SystemError> { in umount() method
906 pub fn umount(&mut self) -> Result<(), SystemError> { in umount() method