| /rocksdb-6.9/include/rocksdb/ |
| D | file_system.h | 227 IODebugContext* dbg) = 0; 350 dbg)) in GetChildrenFileAttributes() 769 return Sync(options, dbg); in Fsync() 839 return Sync(options, dbg); in RangeSync() 927 return Sync(options, dbg); in Fsync() 1280 return target_->Close(options, dbg); in Close() 1283 return target_->Flush(options, dbg); in Flush() 1286 return target_->Sync(options, dbg); in Sync() 1289 return target_->Fsync(options, dbg); in Fsync() 1365 return target_->Flush(options, dbg); in Flush() [all …]
|
| /rocksdb-6.9/env/ |
| D | composite_env_wrapper.h | 31 IODebugContext dbg; in Read() local 45 IODebugContext dbg; in PositionedRead() local 62 IODebugContext dbg; in Read() local 67 IODebugContext dbg; in MultiRead() local 87 IODebugContext dbg; in Prefetch() local 115 IODebugContext dbg; in Append() local 120 IODebugContext dbg; in PositionedAppend() local 125 IODebugContext dbg; in Truncate() local 130 IODebugContext dbg; in Close() local 135 IODebugContext dbg; in Flush() local [all …]
|
| D | io_posix.h | 195 IODebugContext* dbg) const override; 199 IODebugContext* dbg) override; 202 IODebugContext* dbg) override; 241 IODebugContext* dbg) override; 244 IODebugContext* dbg) override; 263 IODebugContext* dbg) override; 267 IODebugContext* dbg) override; 287 IODebugContext* dbg) const override; 333 IODebugContext* dbg) override; 343 IODebugContext* dbg) override; [all …]
|
| D | file_system.cc | 33 IODebugContext* dbg) { in ReuseWritableFile() argument 34 IOStatus s = RenameFile(old_fname, fname, opts.io_options, dbg); in ReuseWritableFile() 38 return NewWritableFile(fname, opts, result, dbg); in ReuseWritableFile()
|
| D | io_posix.cc | 610 IODebugContext* dbg) { in MultiRead() argument 626 return FSRandomAccessFile::MultiRead(reqs, num_reqs, options, dbg); in MultiRead() 710 req->scratch + req_wrap->finished_len, dbg); in MultiRead() 729 return FSRandomAccessFile::MultiRead(reqs, num_reqs, options, dbg); in MultiRead() 1337 IODebugContext* dbg) { in RangeSync() argument 1361 return FSWritableFile::RangeSync(offset, nbytes, opts, dbg); in RangeSync()
|
| D | fs_posix.cc | 358 IODebugContext* dbg) override { in NewWritableFile() argument 359 return OpenWritableFile(fname, options, false, result, dbg); in NewWritableFile() 365 IODebugContext* dbg) override { in ReopenWritableFile() argument 366 return OpenWritableFile(fname, options, true, result, dbg); in ReopenWritableFile()
|
| /rocksdb-6.9/test_util/ |
| D | fault_injection_test_fs.cc | 67 return dir_->Fsync(options, dbg); in Fsync() 106 io_s = target_->Append(state_.buffer_, options, dbg); in Close() 109 target_->Sync(options, dbg); in Close() 110 io_s = target_->Close(options, dbg); in Close() 130 IODebugContext* dbg) { in Sync() argument 136 target_->Sync(options, dbg); in Sync() 161 return target_->Write(offset, data, options, dbg); in Write() 179 return target_->Close(options, dbg); in Close() 187 return target_->Flush(options, dbg); in Flush() 195 return target_->Sync(options, dbg); in Sync() [all …]
|
| D | fault_injection_test_fs.h | 70 IODebugContext* dbg) override { in Truncate() argument 71 return target_->Truncate(size, options, dbg); in Truncate() 74 IODebugContext* dbg) override; 104 IODebugContext* dbg) override; 107 IODebugContext* dbg) const override; 130 IODebugContext* dbg) override; 148 IODebugContext* dbg) override; 153 IODebugContext* dbg) override; 158 IODebugContext* dbg) override; 163 IODebugContext* dbg) override; [all …]
|
| /rocksdb-6.9/file/ |
| D | sequence_file_reader.cc | 89 IODebugContext* dbg) override { in Read() argument 108 s = file_->Read(n, opts, result, scratch + cached_len, dbg); in Read() 117 s = ReadIntoBuffer(readahead_size_, opts, dbg); in Read() 156 IODebugContext* dbg) override { in PositionedRead() argument 157 return file_->PositionedRead(offset, n, opts, result, scratch, dbg); in PositionedRead() 191 IODebugContext* dbg) { in ReadIntoBuffer() argument 197 IOStatus s = file_->Read(n, opts, &result, buffer_.BufferStart(), dbg); in ReadIntoBuffer()
|