Searched defs:DevFSInode (Results 1 – 1 of 1) sorted by relevance
183 pub struct DevFSInode { struct185 parent: Weak<LockedDevFSInode>, argument187 self_ref: Weak<LockedDevFSInode>, argument196 impl DevFSInode { argument273 fn do_create_with_data(&self, mut guard: SpinLockGuard<DevFSInode>,_name: &str, in do_create_with_data()