Home
last modified time | relevance | path

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

/DragonOS/kernel/src/filesystem/ramfs/
H A Dmod.rs38 struct LockedRamFSInode(SpinLock<RamFSInode>); struct
44 root_inode: Arc<LockedRamFSInode>,
56 parent: Weak<LockedRamFSInode>,
58 self_ref: Weak<LockedRamFSInode>,
60 children: BTreeMap<DName, Arc<LockedRamFSInode>>,
108 let root: Arc<LockedRamFSInode> = Arc::new(LockedRamFSInode(SpinLock::new(RamFSInode { in new()
161 impl IndexNode for LockedRamFSInode { implementation
310 let result: Arc<LockedRamFSInode> = Arc::new(LockedRamFSInode(SpinLock::new(RamFSInode { in create_with_data()
346 let other: &LockedRamFSInode = other in link()
347 .downcast_ref::<LockedRamFSInode>() in link()
[all …]