Enum easy_fs::vfs::OpenTabCmd
source · [−]pub enum OpenTabCmd<T: CacheManager, F: CacheManager> {
InsertFile(Arc<Inode<T, F>>),
GetFileByInode(u64),
DropFileByInode(u64),
ChInode(u64, u64),
}
Expand description
The functionality of ClusLi & Inode can be merged. The struct for file information
Variants
InsertFile(Arc<Inode<T, F>>)
GetFileByInode(u64)
DropFileByInode(u64)
ChInode(u64, u64)
The former is the previous ino and the latter is the new.