Home
last modified time | relevance | path

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

/DragonOS-0.1.8/kernel/src/filesystem/ramfs/
Dmod.rs30 pub struct RamFS { struct
32 root_inode: Arc<LockedRamFSInode>, argument
56 impl FileSystem for RamFS { implementation
75 impl RamFS { impl