Home
last modified time | relevance | path

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

/DragonOS-0.1.8/kernel/src/filesystem/fat/
Dfs.rs76 pub struct LockedFATInode(SpinLock<FATInode>); struct
124 fn find(&mut self, name: &str) -> Result<Arc<LockedFATInode>, SystemError> { in find()
160 impl LockedFATInode { implementation
163 parent: Weak<LockedFATInode>, in new()
165 ) -> Arc<LockedFATInode> { in new()
1354 impl IndexNode for LockedFATInode { implementation