Searched defs:LockedFATInode (Results 1 – 1 of 1) sorted by relevance
77 pub struct LockedFATInode(SpinLock<FATInode>); struct125 fn find(&mut self, name: &str) -> Result<Arc<LockedFATInode>, i32> { in find()161 impl LockedFATInode { implementation164 parent: Weak<LockedFATInode>, in new()166 ) -> Arc<LockedFATInode> { in new()1344 impl IndexNode for LockedFATInode { implementation