Searched refs:RamFS (Results 1 – 5 of 5) sorted by relevance
47 │ FAT │ │ DevFS │ │ ProcFS │ │ RamFS │93 - RamFS
30 pub struct RamFS { struct53 fs: Weak<RamFS>,56 impl FileSystem for RamFS { implementation75 impl RamFS { impl102 let result: Arc<RamFS> = Arc::new(RamFS { root_inode: root }); in new()
58 - [x] RamFS
52 - filesystem: new: RamFS内存文件系统 (#198)150 6. 新增:RamFS
16 ramfs::RamFS,52 let ramfs = RamFS::new(); in vfs_init()