Home
last modified time | relevance | path

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

/DragonOS/kernel/src/filesystem/devpts/
H A Dmod.rs41 pub struct DevPtsFs { struct
48 impl DevPtsFs { impl
67 impl FileSystem for DevPtsFs { implementation
123 pub fn set_fs(&self, fs: Weak<DevPtsFs>) { in set_fs()