Lines Matching refs:dbg

31     IODebugContext dbg;  in Read()  local
32 return target_->Read(n, io_opts, result, scratch, &dbg); in Read()
45 IODebugContext dbg; in PositionedRead() local
46 return target_->PositionedRead(offset, n, io_opts, result, scratch, &dbg); in PositionedRead()
62 IODebugContext dbg; in Read() local
63 return target_->Read(offset, n, io_opts, result, scratch, &dbg); in Read()
67 IODebugContext dbg; in MultiRead() local
78 status = target_->MultiRead(fs_reqs.data(), num_reqs, io_opts, &dbg); in MultiRead()
87 IODebugContext dbg; in Prefetch() local
88 return target_->Prefetch(offset, n, io_opts, &dbg); in Prefetch()
115 IODebugContext dbg; in Append() local
116 return target_->Append(data, io_opts, &dbg); in Append()
120 IODebugContext dbg; in PositionedAppend() local
121 return target_->PositionedAppend(data, offset, io_opts, &dbg); in PositionedAppend()
125 IODebugContext dbg; in Truncate() local
126 return target_->Truncate(size, io_opts, &dbg); in Truncate()
130 IODebugContext dbg; in Close() local
131 return target_->Close(io_opts, &dbg); in Close()
135 IODebugContext dbg; in Flush() local
136 return target_->Flush(io_opts, &dbg); in Flush()
140 IODebugContext dbg; in Sync() local
141 return target_->Sync(io_opts, &dbg); in Sync()
145 IODebugContext dbg; in Fsync() local
146 return target_->Fsync(io_opts, &dbg); in Fsync()
166 IODebugContext dbg; in GetFileSize() local
167 return target_->GetFileSize(io_opts, &dbg); in GetFileSize()
189 IODebugContext dbg; in RangeSync() local
190 return target_->RangeSync(offset, nbytes, io_opts, &dbg); in RangeSync()
195 IODebugContext dbg; in PrepareWrite() local
196 target_->PrepareWrite(offset, len, io_opts, &dbg); in PrepareWrite()
201 IODebugContext dbg; in Allocate() local
202 return target_->Allocate(offset, len, io_opts, &dbg); in Allocate()
222 IODebugContext dbg; in Write() local
223 return target_->Write(offset, data, io_opts, &dbg); in Write()
228 IODebugContext dbg; in Read() local
229 return target_->Read(offset, n, io_opts, result, scratch, &dbg); in Read()
233 IODebugContext dbg; in Flush() local
234 return target_->Flush(io_opts, &dbg); in Flush()
238 IODebugContext dbg; in Sync() local
239 return target_->Sync(io_opts, &dbg); in Sync()
243 IODebugContext dbg; in Fsync() local
244 return target_->Fsync(io_opts, &dbg); in Fsync()
248 IODebugContext dbg; in Close() local
249 return target_->Close(io_opts, &dbg); in Close()
263 IODebugContext dbg; in Fsync() local
264 return target_->Fsync(io_opts, &dbg); in Fsync()
296 IODebugContext dbg; in NewSequentialFile() local
300 file_system_->NewSequentialFile(f, FileOptions(options), &file, &dbg); in NewSequentialFile()
309 IODebugContext dbg; in NewRandomAccessFile() local
313 file_system_->NewRandomAccessFile(f, FileOptions(options), &file, &dbg); in NewRandomAccessFile()
321 IODebugContext dbg; in NewWritableFile() local
325 file_system_->NewWritableFile(f, FileOptions(options), &file, &dbg); in NewWritableFile()
334 IODebugContext dbg; in ReopenWritableFile() local
338 &file, &dbg); in ReopenWritableFile()
348 IODebugContext dbg; in ReuseWritableFile() local
352 FileOptions(options), &file, &dbg); in ReuseWritableFile()
361 IODebugContext dbg; in NewRandomRWFile() local
365 file_system_->NewRandomRWFile(fname, FileOptions(options), &file, &dbg); in NewRandomRWFile()
379 IODebugContext dbg; in NewDirectory() local
382 status = file_system_->NewDirectory(name, io_opts, &dir, &dbg); in NewDirectory()
390 IODebugContext dbg; in FileExists() local
391 return file_system_->FileExists(f, io_opts, &dbg); in FileExists()
396 IODebugContext dbg; in GetChildren() local
397 return file_system_->GetChildren(dir, io_opts, r, &dbg); in GetChildren()
402 IODebugContext dbg; in GetChildrenFileAttributes() local
403 return file_system_->GetChildrenFileAttributes(dir, io_opts, result, &dbg); in GetChildrenFileAttributes()
407 IODebugContext dbg; in DeleteFile() local
408 return file_system_->DeleteFile(f, io_opts, &dbg); in DeleteFile()
412 IODebugContext dbg; in Truncate() local
413 return file_system_->Truncate(fname, size, io_opts, &dbg); in Truncate()
417 IODebugContext dbg; in CreateDir() local
418 return file_system_->CreateDir(d, io_opts, &dbg); in CreateDir()
422 IODebugContext dbg; in CreateDirIfMissing() local
423 return file_system_->CreateDirIfMissing(d, io_opts, &dbg); in CreateDirIfMissing()
427 IODebugContext dbg; in DeleteDir() local
428 return file_system_->DeleteDir(d, io_opts, &dbg); in DeleteDir()
432 IODebugContext dbg; in GetFileSize() local
433 return file_system_->GetFileSize(f, io_opts, s, &dbg); in GetFileSize()
439 IODebugContext dbg; in GetFileModificationTime() local
441 &dbg); in GetFileModificationTime()
446 IODebugContext dbg; in RenameFile() local
447 return file_system_->RenameFile(s, t, io_opts, &dbg); in RenameFile()
452 IODebugContext dbg; in LinkFile() local
453 return file_system_->LinkFile(s, t, io_opts, &dbg); in LinkFile()
458 IODebugContext dbg; in NumFileLinks() local
459 return file_system_->NumFileLinks(fname, io_opts, count, &dbg); in NumFileLinks()
465 IODebugContext dbg; in AreFilesSame() local
466 return file_system_->AreFilesSame(first, second, io_opts, res, &dbg); in AreFilesSame()
471 IODebugContext dbg; in LockFile() local
472 return file_system_->LockFile(f, io_opts, l, &dbg); in LockFile()
477 IODebugContext dbg; in UnlockFile() local
478 return file_system_->UnlockFile(l, io_opts, &dbg); in UnlockFile()
484 IODebugContext dbg; in GetAbsolutePath() local
485 return file_system_->GetAbsolutePath(db_path, io_opts, output_path, &dbg); in GetAbsolutePath()
491 IODebugContext dbg; in NewLogger() local
492 return file_system_->NewLogger(fname, io_opts, result, &dbg); in NewLogger()
606 IODebugContext dbg; in GetFreeSpace() local
607 return file_system_->GetFreeSpace(path, io_opts, diskfree, &dbg); in GetFreeSpace()