Home
last modified time | relevance | path

Searched defs:nbytes (Results 1 – 11 of 11) sorted by relevance

/rocksdb-6.9/db_stress_tool/
Ddb_stress_stat.h139 void AddBytesForWrites(long nwrites, size_t nbytes) { in AddBytesForWrites()
/rocksdb-6.9/file/
Dwritable_file_writer.cc284 IOStatus WritableFileWriter::RangeSync(uint64_t offset, uint64_t nbytes) { in RangeSync()
/rocksdb-6.9/env/
Dio_posix.cc1149 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
Denv_encryption.cc287 Status RangeSync(uint64_t offset, uint64_t nbytes) override { in RangeSync()
Dcomposite_env_wrapper.h187 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/
Denv_mirror.cc187 Status RangeSync(uint64_t offset, uint64_t nbytes) override { in RangeSync()
Denv_librados.cc512 Status RangeSync(off_t offset, off_t nbytes) { in RangeSync()
/rocksdb-6.9/utilities/persistent_cache/
Dblock_cache_tier_file.cc486 size_t nbytes = pending_nbytes > (buf->Used() - start_off) in ReadBuffer() local
/rocksdb-6.9/util/
Dfile_reader_writer_test.cc59 Status RangeSync(uint64_t offset, uint64_t nbytes) override { in TEST_F()
/rocksdb-6.9/include/rocksdb/
Denv.h1514 Status RangeSync(uint64_t offset, uint64_t nbytes) override { in RangeSync()
Dfile_system.h1328 IOStatus RangeSync(uint64_t offset, uint64_t nbytes, const IOOptions& options, in RangeSync()