Home
last modified time | relevance | path

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

/DragonOS-0.1.7/kernel/src/filesystem/vfs/
Dcore.rs173 let partiton: Arc<crate::io::disk_info::Partition> = in mount_root_fs() localVariable
181 let fatfs: Result<Arc<FATFileSystem>, SystemError> = FATFileSystem::new(partiton); in mount_root_fs()