Home
last modified time | relevance | path

Searched defs:LockedNullInode (Results 1 – 1 of 1) sorted by relevance

/DragonOS-0.1.8/kernel/src/filesystem/devfs/
Dnull_dev.rs28 pub struct LockedNullInode(SpinLock<NullInode>); struct
30 impl LockedNullInode { implementation
61 impl DeviceINode for LockedNullInode { implementation
67 impl IndexNode for LockedNullInode { implementation