Home
last modified time | relevance | path

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

/DragonOS/kernel/src/filesystem/procfs/
H A Dmod.rs88 pub struct ProcFS { struct
90 root_inode: Arc<LockedProcFSInode>, argument
113 pub struct ProcFSInode { argument
292 impl FileSystem for ProcFS { implementation
316 impl ProcFS { impl