Home
last modified time | relevance | path

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

/DragonOS-0.1.5/kernel/src/filesystem/vfs/
Dcore.rs153 pub extern "C" fn mount_root_fs() -> i32 { in mount_root_fs() function
/DragonOS-0.1.5/kernel/src/process/
Dprocess.c549 mount_root_fs(); in initial_kernel_thread()