Home
last modified time | relevance | path

Searched refs:to_mount_fs (Results 1 – 1 of 1) sorted by relevance

/DragonOS/kernel/src/filesystem/vfs/
H A Dmount.rs418 let to_mount_fs = fs in mount() localVariable
423 let new_mount_fs = MountFS::new(to_mount_fs, Some(self.self_ref.upgrade().unwrap())); in mount()