Home
last modified time | relevance | path

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

/DragonOS-0.1.8/kernel/src/filesystem/fat/
Dfs.rs71 root_inode: Arc<LockedFATInode>,
76 pub struct LockedFATInode(SpinLock<FATInode>); struct
91 parent: Weak<LockedFATInode>,
93 self_ref: Weak<LockedFATInode>,
96 children: BTreeMap<String, Arc<LockedFATInode>>,
124 fn find(&mut self, name: &str) -> Result<Arc<LockedFATInode>, SystemError> { in find() argument
137 let entry_inode: Arc<LockedFATInode> = LockedFATInode::new( in find()
160 impl LockedFATInode { implementation
163 parent: Weak<LockedFATInode>, in new() argument
165 ) -> Arc<LockedFATInode> { in new() argument
[all …]