|
SimpleKernel 1.17.0
|
This is the complete list of members for fatfs::FatFsFileSystem::FatFsInodeOps, including all inherited members.
| Create(vfs::Inode *dir, const char *name, vfs::FileType type) -> Expected< vfs::Inode * > override | fatfs::FatFsFileSystem::FatFsInodeOps | virtual |
| FatFsInodeOps(FatFsFileSystem *fs) | fatfs::FatFsFileSystem::FatFsInodeOps | inlineexplicit |
| fs_ | fatfs::FatFsFileSystem::FatFsInodeOps | private |
| InodeOps()=default | vfs::InodeOps | |
| InodeOps(const InodeOps &)=delete | vfs::InodeOps | |
| InodeOps(InodeOps &&)=delete | vfs::InodeOps | |
| Lookup(vfs::Inode *dir, const char *name) -> Expected< vfs::Inode * > override | fatfs::FatFsFileSystem::FatFsInodeOps | virtual |
| Mkdir(vfs::Inode *dir, const char *name) -> Expected< vfs::Inode * > override | fatfs::FatFsFileSystem::FatFsInodeOps | virtual |
| operator=(const InodeOps &) -> InodeOps &=delete | vfs::InodeOps | |
| operator=(InodeOps &&) -> InodeOps &=delete | vfs::InodeOps | |
| Rmdir(vfs::Inode *dir, const char *name) -> Expected< void > override | fatfs::FatFsFileSystem::FatFsInodeOps | virtual |
| Unlink(vfs::Inode *dir, const char *name) -> Expected< void > override | fatfs::FatFsFileSystem::FatFsInodeOps | virtual |
| ~InodeOps()=default | vfs::InodeOps | virtual |