|
SimpleKernel 1.17.0
|
This is the complete list of members for vfs::BlockDevice, including all inherited members.
| Flush() -> Expected< void > | vfs::BlockDevice | inlinevirtual |
| GetName() const -> const char *=0 | vfs::BlockDevice | pure virtual |
| GetSectorCount() const -> uint64_t=0 | vfs::BlockDevice | pure virtual |
| GetSectorSize() const -> uint32_t=0 | vfs::BlockDevice | pure virtual |
| ReadSectors(uint64_t sector_start, uint32_t sector_count, void *buffer) -> Expected< size_t >=0 | vfs::BlockDevice | pure virtual |
| WriteSectors(uint64_t sector_start, uint32_t sector_count, const void *buffer) -> Expected< size_t >=0 | vfs::BlockDevice | pure virtual |
| ~BlockDevice()=default | vfs::BlockDevice | virtual |