Searched defs:LockedFATInode (Results 1 – 1 of 1) sorted by relevance
92 pub struct LockedFATInode(SpinLock<FATInode>); struct149 fn find(&mut self, name: &str) -> Result<Arc<LockedFATInode>, SystemError> { in find()186 impl LockedFATInode { impl190 parent: Weak<LockedFATInode>, in new()192 ) -> Arc<LockedFATInode> { in new()1388 impl IndexNode for LockedFATInode { implementation