Searched refs:PosixMmapReadableFile (Results 1 – 3 of 3) sorted by relevance
| /rocksdb-6.9/env/ |
| D | io_posix.h | 274 class PosixMmapReadableFile : public FSRandomAccessFile { 282 PosixMmapReadableFile(const int fd, const std::string& fname, void* base, 284 virtual ~PosixMmapReadableFile();
|
| D | io_posix.cc | 815 PosixMmapReadableFile::PosixMmapReadableFile(const int fd, in PosixMmapReadableFile() function in ROCKSDB_NAMESPACE::PosixMmapReadableFile 828 PosixMmapReadableFile::~PosixMmapReadableFile() { in ~PosixMmapReadableFile() 837 IOStatus PosixMmapReadableFile::Read(uint64_t offset, size_t n, in Read() 854 IOStatus PosixMmapReadableFile::InvalidateCache(size_t offset, size_t length) { in InvalidateCache()
|
| D | fs_posix.cc | 237 new PosixMmapReadableFile(fd, fname, base, size, options)); in NewRandomAccessFile()
|