Home
last modified time | relevance | path

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

/DragonOS/kernel/src/filesystem/fat/
H A Dfs.rs92 pub struct LockedFATInode(SpinLock<FATInode>); struct
149 fn find(&mut self, name: &str) -> Result<Arc<LockedFATInode>, SystemError> { in find()
186 impl LockedFATInode { impl
190 parent: Weak<LockedFATInode>, in new()
192 ) -> Arc<LockedFATInode> { in new()
1388 impl IndexNode for LockedFATInode { implementation