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.rs91 pub struct LockedFATInode(SpinLock<FATInode>); struct
148 fn find(&mut self, name: &str) -> Result<Arc<LockedFATInode>, SystemError> { in find()
184 impl LockedFATInode { impl
188 parent: Weak<LockedFATInode>, in new()
190 ) -> Arc<LockedFATInode> { in new()
1384 impl IndexNode for LockedFATInode { implementation