Home
last modified time | relevance | path

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

/DragonOS/kernel/src/filesystem/devfs/
H A Dnull_dev.rs31 pub struct LockedNullInode(SpinLock<NullInode>); struct
33 impl LockedNullInode { implementation
64 impl DeviceINode for LockedNullInode { implementation
70 impl IndexNode for LockedNullInode { implementation