Lines Matching refs:SysFSInode
97 SysFSInode::new(FileType::Dir, 0o755 as u32, 0), in new()
103 let mut root_guard: SpinLockGuard<SysFSInode> = sysfs.root_inode.0.lock(); in new()
149 pub struct LockedSysFSInode(SpinLock<SysFSInode>);
190 let inode: SpinLockGuard<SysFSInode> = self.0.lock(); in poll()
209 let inode: SpinLockGuard<SysFSInode> = self.0.lock(); in get_entry_name()
287 mut guard: SpinLockGuard<SysFSInode>, in do_create_with_data() argument
303 let result: Arc<LockedSysFSInode> = Arc::new(LockedSysFSInode(SpinLock::new(SysFSInode { in do_create_with_data()
340 let guard: SpinLockGuard<SysFSInode> = self.0.lock(); in add_dir()
401 pub struct SysFSInode { struct
414 impl SysFSInode { argument
425 return SysFSInode { in new_with_parent()