Home
last modified time | relevance | path

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

/DragonOS/kernel/src/init/
H A Dinitial_kthread.rs12 filesystem::vfs::core::mount_root_fs,
41 mount_root_fs().expect("Failed to mount root fs"); in kernel_init()
/DragonOS/kernel/src/filesystem/vfs/
H A Dcore.rs119 pub fn mount_root_fs() -> Result<(), SystemError> { in mount_root_fs() function