Home
last modified time | relevance | path

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

/DragonOS/kernel/src/filesystem/vfs/
H A Dcore.rs259 pub fn do_mount(fs: Arc<dyn FileSystem>, mount_point: &str) -> Result<Arc<MountFS>, SystemError> { in do_mount() function
H A Dsyscall.rs1651 Vcore::do_mount(fstype, &target)?; in mount()