Searched defs:LockedFATInode (Results 1 – 1 of 1) sorted by relevance
76 pub struct LockedFATInode(SpinLock<FATInode>); struct124 fn find(&mut self, name: &str) -> Result<Arc<LockedFATInode>, SystemError> { in find()160 impl LockedFATInode { implementation163 parent: Weak<LockedFATInode>, in new()165 ) -> Arc<LockedFATInode> { in new()1354 impl IndexNode for LockedFATInode { implementation