Home
last modified time | relevance | path

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

/DragonOS/docs/kernel/filesystem/
H A Doverview.md47 │ FAT │ │ DevFS │ │ ProcFS │ │ RamFS
93 - RamFS
/DragonOS/kernel/src/filesystem/ramfs/
H A Dmod.rs42 pub struct RamFS { struct
66 fs: Weak<RamFS>, argument
102 impl FileSystem for RamFS { implementation
129 impl RamFS { implementation
140 let result: Arc<RamFS> = Arc::new(RamFS { in new()
159 let fs = RamFS::new(); in make_ramfs()
166 &(RamFS::make_ramfs
/DragonOS/docs/introduction/
H A Dfeatures.md66 - [x] RamFS
/DragonOS/docs/community/ChangeLog/V0.1.x/
H A DV0.1.5.md52 - filesystem: new: RamFS内存文件系统 (#198)
150 6. 新增:RamFS
H A DV0.1.9.md2194 修改RamFS目前存在的BUG (#354)
2196 * 修改RamFS目前存在的BUG
/DragonOS/kernel/src/filesystem/vfs/
H A Dcore.rs13 ramfs::RamFS,
62 let ramfs = RamFS::new(); in vfs_init()