Home
last modified time | relevance | path

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

/DragonOS/kernel/src/filesystem/vfs/
H A Dmount.rs605 pub struct MountList(RwLock<BTreeMap<MountPath, Arc<MountFS>>>); struct
607 static mut __MOUNTS_LIST: Option<Arc<MountList>> = None;
623 __MOUNTS_LIST = Some(Arc::new(MountList(RwLock::new(BTreeMap::new())))); in init_mountlist()
635 pub fn MOUNT_LIST() -> &'static Arc<MountList> { in MOUNT_LIST()
641 impl MountList { implementation
712 impl Debug for MountList { implementation