Searched defs:IOOptions (Results 1 – 6 of 6) sorted by relevance
| /rocksdb-6.9/env/ |
| D | io_posix.cc | 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() 1091 const IOOptions& /*opts*/, in Allocate() 1191 IOStatus PosixWritableFile::Close(const IOOptions& /*opts*/, in Close() 1247 IOStatus PosixWritableFile::Flush(const IOOptions& /*opts*/, in Flush() 1252 IOStatus PosixWritableFile::Sync(const IOOptions& /*opts*/, in Sync() 1260 IOStatus PosixWritableFile::Fsync(const IOOptions& /*opts*/, in Fsync() 1434 IOStatus PosixRandomRWFile::Sync(const IOOptions& /*opts*/, in Sync() [all …]
|
| D | fs_posix.cc | 548 IOStatus NewLogger(const std::string& fname, const IOOptions& /*opts*/, in NewLogger() 601 IOStatus GetChildren(const std::string& dir, const IOOptions& /*opts*/, in GetChildren() 633 IOStatus CreateDir(const std::string& name, const IOOptions& /*opts*/, in CreateDir() 643 const IOOptions& /*opts*/, in CreateDirIfMissing() 659 IOStatus DeleteDir(const std::string& name, const IOOptions& /*opts*/, in DeleteDir() 682 const IOOptions& /*opts*/, in GetFileModificationTime() 694 const IOOptions& /*opts*/, in RenameFile() 704 const IOOptions& /*opts*/, in LinkFile() 727 const IOOptions& /*opts*/, bool* res, in AreFilesSame() 747 IOStatus LockFile(const std::string& fname, const IOOptions& /*opts*/, in LockFile() [all …]
|
| D | composite_env_wrapper.h | 722 IOStatus Close(const IOOptions& /*options*/, in Close() 726 IOStatus Flush(const IOOptions& /*options*/, in Flush() 730 IOStatus Sync(const IOOptions& /*options*/, in Sync() 734 IOStatus Fsync(const IOOptions& /*options*/, in Fsync() 808 const IOOptions& /*options*/, in Write() 817 IOStatus Flush(const IOOptions& /*options*/, in Flush() 821 IOStatus Sync(const IOOptions& /*options*/, in Sync() 825 IOStatus Fsync(const IOOptions& /*options*/, in Fsync() 829 IOStatus Close(const IOOptions& /*options*/, in Close() 843 IOStatus Fsync(const IOOptions& /*options*/, in Fsync() [all …]
|
| D | io_posix.h | 327 virtual IOStatus Truncate(uint64_t /*size*/, const IOOptions& /*opts*/, in Truncate()
|
| /rocksdb-6.9/include/rocksdb/ |
| D | file_system.h | 79 struct IOOptions { struct 94 // Embedded IOOptions to control the parameters for any IOs that need argument 372 const IOOptions& /*options*/, in Truncate() 409 const IOOptions& /*options*/, in LinkFile() 415 const IOOptions& /*options*/, in NumFileLinks() 519 const IOOptions& /*options*/, in GetFreeSpace() 576 const IOOptions& /*options*/, in PositionedRead() 629 const IOOptions& /*options*/, in Prefetch() 744 const IOOptions& /*options*/, in PositionedAppend() 796 virtual uint64_t GetFileSize(const IOOptions& /*options*/, in GetFileSize() [all …]
|
| /rocksdb-6.9/test_util/ |
| D | fault_injection_test_fs.cc | 87 IOStatus TestFSWritableFile::Append(const Slice& data, const IOOptions&, in Append() 118 IOStatus TestFSWritableFile::Flush(const IOOptions&, IODebugContext*) { in Flush()
|