Home
last modified time | relevance | path

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

/DragonOS-0.1.5/kernel/src/filesystem/fat/
Dfs.rs72 root_inode: Arc<LockedFATInode>,
77 pub struct LockedFATInode(SpinLock<FATInode>); struct
92 parent: Weak<LockedFATInode>,
94 self_ref: Weak<LockedFATInode>,
97 children: BTreeMap<String, Arc<LockedFATInode>>,
125 fn find(&mut self, name: &str) -> Result<Arc<LockedFATInode>, i32> { in find() argument
138 let entry_inode: Arc<LockedFATInode> = LockedFATInode::new( in find()
161 impl LockedFATInode { impl
164 parent: Weak<LockedFATInode>, in new() argument
166 ) -> Arc<LockedFATInode> { in new() argument
[all …]