Home
last modified time | relevance | path

Searched refs:IOError (Results 1 – 25 of 42) sorted by relevance

12

/rocksdb-6.9/env/
Dfs_posix.cc154 return IOStatus::IOError(fname, in NewSequentialFile()
208 return IOStatus::IOError(fname, in NewRandomAccessFile()
283 return IOStatus::IOError(fname, in OpenWritableFile()
382 return IOStatus::IOError(fname, in ReuseWritableFile()
613 return IOError("While opendir", dir, errno); in GetChildren()
637 result = IOError("While mkdir", name, errno); in CreateDir()
663 result = IOError("file rmdir", name, errno); in DeleteDir()
731 return IOError("stat file", first, errno); in AreFilesSame()
734 return IOError("stat file", second, errno); in AreFilesSame()
796 result = IOError("While lock file", fname, errno); in LockFile()
[all …]
Dio_posix.cc67 return IOStatus::IOError(IOStatus::kStaleFile); in IOError()
72 return IOStatus::IOError(IOErrorMsg(context, file_name), in IOError()
287 s = IOError( in PositionedRead()
599 s = IOError( in Read()
947 return IOError("While msync", filename_, errno); in Msync()
1105 return IOError( in Allocate()
1255 return IOError("While fdatasync", filename_, errno); in Sync()
1263 return IOError("While fsync", filename_, errno); in Fsync()
1328 return IOError( in Allocate()
1390 return IOError( in Write()
[all …]
Denv_hdfs.cc113 s = IOError(filename_, errno); in Read()
134 s = IOError(filename_, errno); in Read()
399 return IOError(fname, errno); in NewSequentialFile()
414 return IOError(fname, errno); in NewRandomAccessFile()
430 return IOError(fname, errno); in NewWritableFile()
519 return IOError(fname, errno); in DeleteFile()
526 return IOError(name, errno); in CreateDir()
556 return IOError(fname, errno); in GetFileSize()
567 return IOError(fname, errno); in GetFileModificationTime()
579 return IOError(src, errno); in RenameFile()
[all …]
Dmock_env.cc433 return Status::IOError(fn, "File not found"); in NewSequentialFile()
450 return Status::IOError(fn, "File not found"); in NewRandomAccessFile()
467 return Status::IOError(fn, "File not found"); in NewRandomRWFile()
571 return Status::IOError(fn, "File not found"); in DeleteFile()
583 return Status::IOError(fn, "File not found"); in Truncate()
597 return Status::IOError(); in CreateDir()
616 return Status::IOError(fn, "File not found"); in GetFileSize()
629 return Status::IOError(fn, "File not found"); in GetFileModificationTime()
640 return Status::IOError(s, "File not found"); in RenameFile()
654 return Status::IOError(s, "File not found"); in LinkFile()
[all …]
Denv_posix.cc210 return Status::IOError( in LoadLibrary()
303 return IOError("GetHostName", name, errno); in GetHostName()
312 return IOError("GetCurrentTime", "", errno); in GetCurrentTime()
/rocksdb-6.9/java/rocksjni/
Dtrace_writer_jnicallback.cc42 return Status::IOError("Unable to attach JNI Environment"); in Write()
53 return Status::IOError("Unable to call AbstractTraceWriter#writeProxy(long)"); in Write()
70 return Status::IOError("Unable to attach JNI Environment"); in Close()
80 return Status::IOError("Unable to call AbstractTraceWriter#closeWriterProxy()"); in Close()
/rocksdb-6.9/utilities/
Denv_librados.cc47 return Status::IOError(); in err_to_status()
54 return Status::IOError(Status::kNone); in err_to_status()
136 if (s == Status::IOError()) { in Read()
213 if (s == Status::IOError()) { in Read()
913 s = Status::IOError(); in NewSequentialFile()
949 s = Status::IOError(); in NewRandomAccessFile()
956 s = Status::IOError(); in NewRandomAccessFile()
997 s = Status::IOError(); in NewWritableFile()
1149 s = Status::IOError(); in GetChildren()
1259 s = Status::IOError(); in DeleteDir()
[all …]
/rocksdb-6.9/db/
Ddb_io_failure_test.cc277 *st = Status::IOError("range sync dummy error"); in TEST_F()
357 *st = Status::IOError("range sync dummy error"); in TEST_F()
396 *st = Status::IOError("close dummy error"); in TEST_F()
448 *st = Status::IOError("close dummy error"); in TEST_F()
487 *st = Status::IOError("sync dummy error"); in TEST_F()
540 *st = Status::IOError("close dummy error"); in TEST_F()
Ddb_test_util.h304 return Status::IOError("simulated writer error"); in NewWritableFile()
315 return Status::IOError("simulated sync error"); in NewWritableFile()
342 s = Status::IOError("simulated writer error"); in NewWritableFile()
393 return Status::IOError("simulated random write error"); in NewWritableFile()
401 return Status::IOError("simulated write error"); in NewWritableFile()
Derror_handler_fs_test.cc199 IOStatus error_msg = IOStatus::IOError("Retryable IO Error"); in TEST_F()
308 IOStatus error_msg = IOStatus::IOError("Retryable IO Error"); in TEST_F()
475 IOStatus error_msg = IOStatus::IOError("Retryable IO Error"); in TEST_F()
571 IOStatus error_msg = IOStatus::IOError("Retryable IO Error"); in TEST_F()
796 IOStatus error_msg = IOStatus::IOError("Retryable IO Error"); in TEST_F()
/rocksdb-6.9/tools/
Dtrace_analyzer_tool.cc581 return Status::IOError("Format the output failed"); in MakeStatistics()
605 return Status::IOError("Format output failed"); in MakeStatistics()
635 return Status::IOError("Format output failed"); in MakeStatistics()
686 return Status::IOError("Format output failed"); in MakeStatisticKeyStatsOrPrefix()
717 return Status::IOError("Format output failed"); in MakeStatisticKeyStatsOrPrefix()
833 return Status::IOError("Format the output failed"); in MakeStatisticQPS()
883 return Status::IOError("Format the output failed"); in MakeStatisticQPS()
902 return Status::IOError("Format the output failed"); in MakeStatisticQPS()
945 return Status::IOError("Format the output failed"); in MakeStatisticQPS()
976 return Status::IOError("Format the output failed"); in MakeStatisticQPS()
[all …]
/rocksdb-6.9/utilities/persistent_cache/
Dblock_cache_tier.cc254 return Status::IOError("Unexpected error inserting to index"); in InsertImpl()
337 return Status::IOError("Error creating file"); in NewCacheFile()
350 return Status::IOError("Error inserting to metadata"); in NewCacheFile()
399 return Status::IOError("invalid argument cache"); in NewPersistentCache()
/rocksdb-6.9/port/win/
Dio_win.h31 : Status::IOError(context, GetWindowsErrSz(err)); in IOErrorFromWindowsError()
38 inline Status IOError(const std::string& context, int err_number) { in IOError() function
43 : Status::IOError(context, strerror(err_number)); in IOError()
Dio_win.cc219 return IOError(filename_, EINVAL); in Read()
808 s = Status::IOError("Failed to write all bytes: " + in AppendImpl()
840 s = Status::IOError("Failed to write all of the requested data: " + in PositionedAppendImpl()
/rocksdb-6.9/include/rocksdb/
Dio_status.h100 static IOStatus IOError(const Slice& msg, const Slice& msg2 = Slice()) {
103 static IOStatus IOError(SubCode msg = kNone) {
Dstatus.h132 static Status IOError(const Slice& msg, const Slice& msg2 = Slice()) {
135 static Status IOError(SubCode msg = kNone) { return Status(kIOError, msg); }
/rocksdb-6.9/utilities/blob_db/
Dblob_file.cc133 return Status::IOError("File does not have footer", PathName()); in ReadFooter()
155 return Status::IOError("EOF reached before footer"); in ReadFooter()
/rocksdb-6.9/java/src/main/java/org/rocksdb/
DAbstractTraceWriter.java56 : Status.Code.IOError; in statusToShort()
DStatus.java64 IOError( (byte)0x5), enumConstant
/rocksdb-6.9/utilities/backupable/
Dbackupable_db_test.cc147 return Status::IOError(); in Read()
224 return Status::IOError(); in DeleteFile()
234 return Status::IOError(); in DeleteDir()
280 return Status::IOError("SimulatedFailure"); in GetChildren()
320 return Status::IOError("SimulatedFailure"); in CreateDirIfMissing()
329 return Status::IOError("SimulatedFailure"); in NewDirectory()
/rocksdb-6.9/docs/_posts/
D2018-02-05-rocksdb-5-10-2-released.markdown18 * Fix IOError on WAL write doesn't propagate to write group follower
/rocksdb-6.9/logging/
Dposix_logger.h41 return IOError("Unable to close log file", "", ret); in PosixCloseHelper()
Denv_logger.h74 return Status::IOError("Close of log file failed with error:" + in CloseHelper()
/rocksdb-6.9/util/
Dfile_reader_writer_test.cc195 return Status::IOError("Fake IO error"); in TEST_F()
201 return Status::IOError("Fake IO error"); in TEST_F()
/rocksdb-6.9/table/
Dmock_table.cc74 return Status::IOError("Mock file not found"); in NewTableReader()

12