Searched refs:RamFS (Results 1 – 6 of 6) sorted by relevance
47 │ FAT │ │ DevFS │ │ ProcFS │ │ RamFS │93 - RamFS
42 pub struct RamFS { struct66 fs: Weak<RamFS>, argument102 impl FileSystem for RamFS { implementation129 impl RamFS { implementation140 let result: Arc<RamFS> = Arc::new(RamFS { in new()159 let fs = RamFS::new(); in make_ramfs()166 &(RamFS::make_ramfs
66 - [x] RamFS
52 - filesystem: new: RamFS内存文件系统 (#198)150 6. 新增:RamFS
2194 修改RamFS目前存在的BUG (#354)2196 * 修改RamFS目前存在的BUG
13 ramfs::RamFS,62 let ramfs = RamFS::new(); in vfs_init()