Searched refs:RamFS (Results 1 – 3 of 3) sorted by relevance
32 pub struct RamFS { struct55 fs: Weak<RamFS>,58 impl FileSystem for RamFS { implementation77 impl RamFS { impl104 let result: Arc<RamFS> = Arc::new(RamFS { root_inode: root }); in new()
52 - filesystem: new: RamFS内存文件系统 (#198)150 6. 新增:RamFS
16 ramfs::RamFS,50 let ramfs = RamFS::new(); in vfs_init()