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()
147 pub struct LockedSysFSInode(SpinLock<SysFSInode>);
188 let inode: SpinLockGuard<SysFSInode> = self.0.lock(); in poll()
207 let inode: SpinLockGuard<SysFSInode> = self.0.lock(); in get_entry_name()
285 mut guard: SpinLockGuard<SysFSInode>, in do_create_with_data() argument
301 let result: Arc<LockedSysFSInode> = Arc::new(LockedSysFSInode(SpinLock::new(SysFSInode { in do_create_with_data()
338 let guard: SpinLockGuard<SysFSInode> = self.0.lock(); in add_dir()
399 pub struct SysFSInode { struct
412 impl SysFSInode { argument
423 return SysFSInode { in new_with_parent()