Home
last modified time | relevance | path

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

/DragonOS-0.1.5/kernel/src/filesystem/ramfs/
Dmod.rs32 pub struct RamFS { struct
34 root_inode: Arc<LockedRamFSInode>, argument
58 impl FileSystem for RamFS { implementation
77 impl RamFS { impl