Home
last modified time | relevance | path

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

/DragonOS/kernel/src/filesystem/vfs/
H A Dmount.rs456 let mount_path = self.absolute_path(); in mount() localVariable
458 MOUNT_LIST().insert(mount_path?, new_mount_fs.clone()); in mount()