Searched refs:PosixMmapFile (Results 1 – 3 of 3) sorted by relevance
| /rocksdb-6.9/env/ |
| D | io_posix.cc | 879 IOStatus PosixMmapFile::UnmapCurrentRegion() { in UnmapCurrentRegion() 900 IOStatus PosixMmapFile::MapNewRegion() { in MapNewRegion() 936 IOStatus PosixMmapFile::Msync() { in Msync() 952 PosixMmapFile::PosixMmapFile(const std::string& fname, int fd, size_t page_size, in PosixMmapFile() function in ROCKSDB_NAMESPACE::PosixMmapFile 974 PosixMmapFile::~PosixMmapFile() { in ~PosixMmapFile() 976 PosixMmapFile::Close(IOOptions(), nullptr); in ~PosixMmapFile() 1010 IOStatus PosixMmapFile::Close(const IOOptions& /*opts*/, in Close() 1037 IOStatus PosixMmapFile::Flush(const IOOptions& /*opts*/, in Flush() 1042 IOStatus PosixMmapFile::Sync(const IOOptions& /*opts*/, in Sync() 1054 IOStatus PosixMmapFile::Fsync(const IOOptions& /*opts*/, in Fsync() [all …]
|
| D | io_posix.h | 291 class PosixMmapFile : public FSWritableFile { 321 PosixMmapFile(const std::string& fname, int fd, size_t page_size, 323 ~PosixMmapFile();
|
| D | fs_posix.cc | 322 result->reset(new PosixMmapFile(fname, fd, page_size_, options)); in OpenWritableFile() 428 result->reset(new PosixMmapFile(fname, fd, page_size_, options)); in ReuseWritableFile()
|