Searched defs:nbytes (Results 1 – 11 of 11) sorted by relevance
| /rocksdb-6.9/db_stress_tool/ |
| D | db_stress_stat.h | 139 void AddBytesForWrites(long nwrites, size_t nbytes) { in AddBytesForWrites()
|
| /rocksdb-6.9/file/ |
| D | writable_file_writer.cc | 284 IOStatus WritableFileWriter::RangeSync(uint64_t offset, uint64_t nbytes) { in RangeSync()
|
| /rocksdb-6.9/env/ |
| D | io_posix.cc | 1149 size_t nbytes = data.size(); in Append() local 1169 size_t nbytes = data.size(); in PositionedAppend() local 1335 IOStatus PosixWritableFile::RangeSync(uint64_t offset, uint64_t nbytes, in RangeSync() 1388 size_t nbytes = data.size(); in Write() local
|
| D | env_encryption.cc | 287 Status RangeSync(uint64_t offset, uint64_t nbytes) override { in RangeSync()
|
| D | composite_env_wrapper.h | 187 Status RangeSync(uint64_t offset, uint64_t nbytes) override { in RangeSync() 776 IOStatus RangeSync(uint64_t offset, uint64_t nbytes, in RangeSync()
|
| /rocksdb-6.9/utilities/ |
| D | env_mirror.cc | 187 Status RangeSync(uint64_t offset, uint64_t nbytes) override { in RangeSync()
|
| D | env_librados.cc | 512 Status RangeSync(off_t offset, off_t nbytes) { in RangeSync()
|
| /rocksdb-6.9/utilities/persistent_cache/ |
| D | block_cache_tier_file.cc | 486 size_t nbytes = pending_nbytes > (buf->Used() - start_off) in ReadBuffer() local
|
| /rocksdb-6.9/util/ |
| D | file_reader_writer_test.cc | 59 Status RangeSync(uint64_t offset, uint64_t nbytes) override { in TEST_F()
|
| /rocksdb-6.9/include/rocksdb/ |
| D | env.h | 1514 Status RangeSync(uint64_t offset, uint64_t nbytes) override { in RangeSync()
|
| D | file_system.h | 1328 IOStatus RangeSync(uint64_t offset, uint64_t nbytes, const IOOptions& options, in RangeSync()
|