Search is not available for this dataset
repo
stringlengths
2
152
file
stringlengths
15
239
code
stringlengths
0
58.4M
file_length
int64
0
58.4M
avg_line_length
float64
0
1.81M
max_line_length
int64
0
12.7M
extension_type
stringclasses
364 values
null
ceph-main/src/librbd/cache/Utils.h
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // vim: ts=8 sw=2 smarttab #ifndef CEPH_LIBRBD_CACHE_UTILS_H #define CEPH_LIBRBD_CACHE_UTILS_H #include "acconfig.h" #include <string> class Context; namespace librbd { struct ImageCtx; namespace cache { namespace util { template <typename T>...
699
19.588235
91
h
null
ceph-main/src/librbd/cache/WriteAroundObjectDispatch.cc
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // vim: ts=8 sw=2 smarttab #include "librbd/cache/WriteAroundObjectDispatch.h" #include "common/dout.h" #include "common/errno.h" #include "librbd/ImageCtx.h" #include "librbd/Utils.h" #include "librbd/asio/ContextWQ.h" #include "librbd/io/ObjectDi...
18,026
33.271863
80
cc
null
ceph-main/src/librbd/cache/WriteAroundObjectDispatch.h
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // vim: ts=8 sw=2 smarttab #ifndef CEPH_LIBRBD_CACHE_WRITE_AROUND_OBJECT_DISPATCH_H #define CEPH_LIBRBD_CACHE_WRITE_AROUND_OBJECT_DISPATCH_H #include "librbd/io/ObjectDispatchInterface.h" #include "include/interval_set.h" #include "common/ceph_mut...
7,237
32.981221
81
h
null
ceph-main/src/librbd/cache/WriteLogImageDispatch.cc
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // vim: ts=8 sw=2 smarttab #include "common/dout.h" #include "include/neorados/RADOS.hpp" #include "librbd/cache/pwl/AbstractWriteLog.h" #include "librbd/cache/pwl/ShutdownRequest.h" #include "librbd/cache/WriteLogImageDispatch.h" #include "librbd/...
7,769
31.923729
87
cc
null
ceph-main/src/librbd/cache/WriteLogImageDispatch.h
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // vim: ts=8 sw=2 smarttab #ifndef CEPH_LIBRBD_WRITELOG_IMAGE_DISPATCH_H #define CEPH_LIBRBD_WRITELOG_IMAGE_DISPATCH_H #include "librbd/io/ImageDispatchInterface.h" #include "include/int_types.h" #include "include/buffer.h" #include "common/zipkin...
3,942
36.198113
80
h
null
ceph-main/src/librbd/cache/pwl/AbstractWriteLog.cc
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // vim: ts=8 sw=2 smarttab #include "AbstractWriteLog.h" #include "include/buffer.h" #include "include/Context.h" #include "include/ceph_assert.h" #include "common/deleter.h" #include "common/dout.h" #include "common/environment.h" #include "common...
86,929
38.730347
119
cc
null
ceph-main/src/librbd/cache/pwl/AbstractWriteLog.h
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // vim: ts=8 sw=2 smarttab #ifndef CEPH_LIBRBD_CACHE_PARENT_WRITE_LOG #define CEPH_LIBRBD_CACHE_PARENT_WRITE_LOG #include "common/Timer.h" #include "common/RWLock.h" #include "common/WorkQueue.h" #include "common/AsyncOpTracker.h" #include "librbd...
14,906
35.270073
95
h
null
ceph-main/src/librbd/cache/pwl/Builder.h
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // vim: ts=8 sw=2 smarttab #ifndef CEPH_LIBRBD_CACHE_PWL_BUILDER_H #define CEPH_LIBRBD_CACHE_PWL_BUILDER_H namespace librbd { namespace cache { namespace pwl { template <typename T> class Builder { public: virtual ~Builder() {} virtual std::s...
2,842
44.854839
81
h
null
ceph-main/src/librbd/cache/pwl/DiscardRequest.cc
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // vim: ts=8 sw=2 smarttab #include <filesystem> #include "common/dout.h" #include "common/errno.h" #include "common/hostname.h" #include "librbd/asio/ContextWQ.h" #include "librbd/cache/pwl/DiscardRequest.h" #include "librbd/cache/pwl/ImageCache...
4,243
25.360248
89
cc
null
ceph-main/src/librbd/cache/pwl/DiscardRequest.h
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // vim: ts=8 sw=2 smarttab #ifndef CEPH_LIBRBD_CACHE_PWL_SHUTDOWN_REQUEST_H #define CEPH_LIBRBD_CACHE_PWL_SHUTDOWN_REQUEST_H class Context; namespace librbd { class ImageCtx; namespace plugin { template <typename> struct Api; } namespace cache ...
1,719
17.901099
75
h
null
ceph-main/src/librbd/cache/pwl/ImageCacheState.cc
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // vim: ts=8 sw=2 smarttab #include "librbd/cache/Types.h" #include "librbd/cache/Utils.h" #include "librbd/cache/pwl/ImageCacheState.h" #include "librbd/ImageCtx.h" #include "librbd/Operations.h" #include "common/config_proxy.h" #include "common/e...
6,512
32.060914
88
cc
null
ceph-main/src/librbd/cache/pwl/ImageCacheState.h
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // vim: ts=8 sw=2 smarttab #ifndef CEPH_LIBRBD_CACHE_RWL_IMAGE_CACHE_STATE_H #define CEPH_LIBRBD_CACHE_RWL_IMAGE_CACHE_STATE_H #include "json_spirit/json_spirit.h" #include "librbd/ImageCtx.h" #include "librbd/cache/Types.h" #include <string> nam...
2,251
24.885057
76
h
null
ceph-main/src/librbd/cache/pwl/InitRequest.cc
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // vim: ts=8 sw=2 smarttab #include "librbd/cache/pwl/InitRequest.h" #include "librbd/io/ImageDispatcher.h" #include "librbd/Utils.h" #include "common/dout.h" #include "common/errno.h" #include "librbd/asio/ContextWQ.h" #include "librbd/cache/pwl/...
6,206
26.343612
80
cc
null
ceph-main/src/librbd/cache/pwl/InitRequest.h
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // vim: ts=8 sw=2 smarttab #ifndef CEPH_LIBRBD_CACHE_RWL_INIT_REQUEST_H #define CEPH_LIBRBD_CACHE_RWL_INIT_REQUEST_H class Context; namespace librbd { class ImageCtx; namespace io { class ImageDispatchInterface; } namespace plugin { template <...
2,182
19.59434
72
h
null
ceph-main/src/librbd/cache/pwl/LogEntry.cc
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // vim: ts=8 sw=2 smarttab #include <iostream> #include "LogEntry.h" #include "librbd/cache/ImageWriteback.h" #define dout_subsys ceph_subsys_rbd_pwl #undef dout_prefix #define dout_prefix *_dout << "librbd::cache::pwl::LogEntry: " << this << " " ...
4,025
28.602941
80
cc
null
ceph-main/src/librbd/cache/pwl/LogEntry.h
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // vim: ts=8 sw=2 smarttab #ifndef CEPH_LIBRBD_CACHE_PWL_LOG_ENTRY_H #define CEPH_LIBRBD_CACHE_PWL_LOG_ENTRY_H #include "common/ceph_mutex.h" #include "librbd/Utils.h" #include "librbd/cache/pwl/Types.h" #include <atomic> #include <memory> namesp...
10,315
35.711744
106
h
null
ceph-main/src/librbd/cache/pwl/LogMap.cc
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // vim: ts=8 sw=2 smarttab #include "LogMap.h" #include "include/ceph_assert.h" #include "librbd/Utils.h" #include "librbd/cache/pwl/LogEntry.h" namespace librbd { namespace cache { namespace pwl { #define dout_subsys ceph_subsys_rbd_pwl #undef d...
10,025
34.935484
99
cc
null
ceph-main/src/librbd/cache/pwl/LogMap.h
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // vim: ts=8 sw=2 smarttab #ifndef CEPH_LIBRBD_CACHE_RWL_LOG_MAP_H #define CEPH_LIBRBD_CACHE_RWL_LOG_MAP_H #include "librbd/BlockGuard.h" #include <list> namespace librbd { namespace cache { namespace pwl { /** * WriteLogMap: maps block extents...
2,540
29.987805
90
h
null
ceph-main/src/librbd/cache/pwl/LogOperation.cc
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // vim: ts=8 sw=2 smarttab #include <iostream> #include "LogOperation.h" #include "librbd/cache/pwl/Types.h" #define dout_subsys ceph_subsys_rbd_pwl #undef dout_prefix #define dout_prefix *_dout << "librbd::cache::pwl::LogOperation: " << this \ ...
11,626
36.146965
128
cc
null
ceph-main/src/librbd/cache/pwl/LogOperation.h
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // vim: ts=8 sw=2 smarttab #ifndef CEPH_LIBRBD_CACHE_RWL_LOG_OPERATION_H #define CEPH_LIBRBD_CACHE_RWL_LOG_OPERATION_H #include "include/utime.h" #include "librbd/cache/pwl/LogEntry.h" #include "librbd/cache/pwl/SyncPoint.h" namespace librbd { na...
8,440
36.515556
80
h
null
ceph-main/src/librbd/cache/pwl/ReadRequest.h
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // vim: ts=8 sw=2 smarttab #ifndef CEPH_LIBRBD_CACHE_RWL_READ_REQUEST_H #define CEPH_LIBRBD_CACHE_RWL_READ_REQUEST_H #include "include/Context.h" #include "librbd/cache/pwl/Types.h" namespace librbd { namespace cache { namespace pwl { typedef st...
1,132
23.630435
74
h
null
ceph-main/src/librbd/cache/pwl/Request.cc
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // vim: ts=8 sw=2 smarttab #include "Request.h" #include "librbd/BlockGuard.h" #include "librbd/cache/pwl/LogEntry.h" #include "librbd/cache/pwl/AbstractWriteLog.h" #define dout_subsys ceph_subsys_rbd_pwl #undef dout_prefix #define dout_prefix *_d...
21,501
37.191829
111
cc
null
ceph-main/src/librbd/cache/pwl/Request.h
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // vim: ts=8 sw=2 smarttab #ifndef CEPH_LIBRBD_CACHE_PWL_REQUEST_H #define CEPH_LIBRBD_CACHE_PWL_REQUEST_H #include "include/Context.h" #include "librbd/cache/pwl/Types.h" #include "librbd/cache/pwl/LogOperation.h" namespace librbd { class BlockG...
11,409
30.519337
115
h
null
ceph-main/src/librbd/cache/pwl/ShutdownRequest.cc
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // vim: ts=8 sw=2 smarttab #include "librbd/cache/pwl/ShutdownRequest.h" #include "librbd/ImageCtx.h" #include "librbd/Utils.h" #include "common/dout.h" #include "common/errno.h" #include "librbd/Operations.h" #include "librbd/asio/ContextWQ.h" #in...
4,455
26.506173
89
cc
null
ceph-main/src/librbd/cache/pwl/ShutdownRequest.h
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // vim: ts=8 sw=2 smarttab #ifndef CEPH_LIBRBD_CACHE_RWL_SHUTDOWN_REQUEST_H #define CEPH_LIBRBD_CACHE_RWL_SHUTDOWN_REQUEST_H class Context; namespace librbd { class ImageCtx; namespace plugin { template <typename> struct Api; } namespace cache...
1,913
18.9375
76
h
null
ceph-main/src/librbd/cache/pwl/SyncPoint.cc
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // vim: ts=8 sw=2 smarttab #include "SyncPoint.h" #define dout_subsys ceph_subsys_rbd_pwl #undef dout_prefix #define dout_prefix *_dout << "librbd::cache::pwl::SyncPoint: " << this << " " \ << __func__ << ": " namespac...
4,009
35.454545
95
cc
null
ceph-main/src/librbd/cache/pwl/SyncPoint.h
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // vim: ts=8 sw=2 smarttab #ifndef CEPH_LIBRBD_CACHE_RWL_SYNC_POINT_H #define CEPH_LIBRBD_CACHE_RWL_SYNC_POINT_H #include "librbd/ImageCtx.h" #include "librbd/cache/pwl/LogEntry.h" #include "librbd/cache/pwl/Types.h" namespace librbd { namespace...
2,776
38.671429
84
h
null
ceph-main/src/librbd/cache/pwl/Types.cc
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // vim: ts=8 sw=2 smarttab #include <iostream> #include "Types.h" #include "common/ceph_context.h" #include "include/Context.h" #include "include/stringify.h" #define dout_subsys ceph_subsys_rbd_pwl #undef dout_prefix #define dout_prefix *_dout <<...
6,030
31.424731
86
cc
null
ceph-main/src/librbd/cache/pwl/Types.h
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // vim: ts=8 sw=2 smarttab #ifndef CEPH_LIBRBD_CACHE_PWL_TYPES_H #define CEPH_LIBRBD_CACHE_PWL_TYPES_H #include "acconfig.h" #ifdef WITH_RBD_RWL #include "libpmemobj.h" #endif #include <vector> #include "librbd/BlockGuard.h" #include "librbd/io/...
16,288
35.522422
118
h
null
ceph-main/src/librbd/cache/pwl/rwl/Builder.h
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // vim: ts=8 sw=2 smarttab #ifndef CEPH_LIBRBD_CACHE_PWL_RWL_BUILDER_H #define CEPH_LIBRBD_CACHE_PWL_RWL_BUILDER_H #include <iostream> #include "LogEntry.h" #include "ReadRequest.h" #include "Request.h" #include "LogOperation.h" #include "librbd/...
4,540
41.046296
79
h
null
ceph-main/src/librbd/cache/pwl/rwl/LogEntry.cc
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // vim: ts=8 sw=2 smarttab #include "librbd/cache/ImageWriteback.h" #include "LogEntry.h" #define dout_subsys ceph_subsys_rbd_pwl #undef dout_prefix #define dout_prefix *_dout << "librbd::cache::pwl::rwl::WriteLogEntry: " \ ...
3,299
29.841121
79
cc
null
ceph-main/src/librbd/cache/pwl/rwl/LogEntry.h
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // vim: ts=8 sw=2 smarttab #ifndef CEPH_LIBRBD_CACHE_PWL_RWL_LOG_ENTRY_H #define CEPH_LIBRBD_CACHE_PWL_RWL_LOG_ENTRY_H #include "librbd/cache/pwl/LogEntry.h" namespace librbd { namespace cache { class ImageWritebackInterface; namespace pwl { name...
2,712
38.318841
78
h
null
ceph-main/src/librbd/cache/pwl/rwl/LogOperation.cc
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // vim: ts=8 sw=2 smarttab #include "LogOperation.h" #define dout_subsys ceph_subsys_rbd_pwl #undef dout_prefix #define dout_prefix *_dout << "librbd::cache::pwl::rwl::LogOperation: " \ << this << " " << __func__ << ": ...
1,289
31.25
80
cc
null
ceph-main/src/librbd/cache/pwl/rwl/LogOperation.h
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // vim: ts=8 sw=2 smarttab #ifndef CEPH_LIBRBD_CACHE_PWL_RWL_LOG_OPERATION_H #define CEPH_LIBRBD_CACHE_PWL_RWL_LOG_OPERATION_H #include "librbd/cache/pwl/LogOperation.h" namespace librbd { namespace cache { namespace pwl { namespace rwl { class...
1,957
33.964286
76
h
null
ceph-main/src/librbd/cache/pwl/rwl/ReadRequest.cc
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // vim: ts=8 sw=2 smarttab #include "ReadRequest.h" #define dout_subsys ceph_subsys_rbd_pwl #undef dout_prefix #define dout_prefix *_dout << "librbd::cache::pwl::rwl::ReadRequest: " << this << " " \ << __func__ << ": " ...
2,326
31.774648
88
cc
null
ceph-main/src/librbd/cache/pwl/rwl/ReadRequest.h
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // vim: ts=8 sw=2 smarttab #ifndef CEPH_LIBRBD_CACHE_PWL_RWL_READ_REQUEST_H #define CEPH_LIBRBD_CACHE_PWL_RWL_READ_REQUEST_H #include "librbd/cache/pwl/ReadRequest.h" namespace librbd { namespace cache { namespace pwl { namespace rwl { typedef s...
1,000
27.6
117
h
null
ceph-main/src/librbd/cache/pwl/rwl/Request.cc
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // vim: ts=8 sw=2 smarttab #include "Request.h" #include "librbd/cache/pwl/AbstractWriteLog.h" #define dout_subsys ceph_subsys_rbd_pwl #undef dout_prefix #define dout_prefix *_dout << "librbd::cache::pwl::rwl::Request: " << this \ ...
3,092
34.551724
119
cc
null
ceph-main/src/librbd/cache/pwl/rwl/Request.h
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // vim: ts=8 sw=2 smarttab #ifndef CEPH_LIBRBD_CACHE_RWL_REQUEST_H #define CEPH_LIBRBD_CACHE_RWL_REQUEST_H #include "librbd/cache/pwl/Request.h" namespace librbd { class BlockGuardCell; namespace cache { namespace pwl { namespace rwl { template...
3,097
33.043956
77
h
null
ceph-main/src/librbd/cache/pwl/rwl/WriteLog.cc
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // vim: ts=8 sw=2 smarttab #include "WriteLog.h" #include "include/buffer.h" #include "include/Context.h" #include "include/ceph_assert.h" #include "common/deleter.h" #include "common/dout.h" #include "common/environment.h" #include "common/errno.h...
36,933
35.496047
116
cc
null
ceph-main/src/librbd/cache/pwl/rwl/WriteLog.h
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // vim: ts=8 sw=2 smarttab #ifndef CEPH_LIBRBD_CACHE_REPLICATED_WRITE_LOG #define CEPH_LIBRBD_CACHE_REPLICATED_WRITE_LOG #include <functional> #include <libpmemobj.h> #include <list> #include "common/Timer.h" #include "common/RWLock.h" #include "c...
4,695
36.568
96
h
null
ceph-main/src/librbd/cache/pwl/ssd/Builder.h
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // vim: ts=8 sw=2 smarttab #ifndef CEPH_LIBRBD_CACHE_PWL_SSD_BUILDER_H #define CEPH_LIBRBD_CACHE_PWL_SSD_BUILDER_H #include <iostream> #include "LogEntry.h" #include "ReadRequest.h" #include "Request.h" #include "LogOperation.h" #include "librbd/...
4,536
40.623853
79
h
null
ceph-main/src/librbd/cache/pwl/ssd/LogEntry.cc
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // vim: ts=8 sw=2 smarttab #include "librbd/cache/ImageWriteback.h" #include "librbd/cache/pwl/ssd/LogEntry.h" #define dout_subsys ceph_subsys_rbd_pwl #undef dout_prefix #define dout_prefix *_dout << "librbd::cache::pwl::ssd::WriteLogEntry: " \ ...
1,847
27.875
74
cc
null
ceph-main/src/librbd/cache/pwl/ssd/LogEntry.h
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // // vim: ts=8 sw=2 smarttab #ifndef CEPH_LIBRBD_CACHE_PWL_SSD_LOG_ENTRY_H #define CEPH_LIBRBD_CACHE_PWL_SSD_LOG_ENTRY_H #include "librbd/cache/pwl/LogEntry.h" namespace librbd { namespace cache { class ImageWritebackInterface; namespace pwl { n...
2,804
35.907895
78
h
null
ceph-main/src/librbd/cache/pwl/ssd/LogOperation.cc
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // vim: ts=8 sw=2 smarttab #include "LogOperation.h" #define dout_subsys ceph_subsys_rbd_pwl #undef dout_prefix #define dout_prefix *_dout << "librbd::cache::pwl::ssd::LogOperation: " \ << this << " " << __func__ << ": ...
1,036
27.027027
76
cc
null
ceph-main/src/librbd/cache/pwl/ssd/LogOperation.h
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // vim: ts=8 sw=2 smarttab #ifndef CEPH_LIBRBD_CACHE_PWL_SSD_LOG_OPERATION_H #define CEPH_LIBRBD_CACHE_PWL_SSD_LOG_OPERATION_H #include "librbd/cache/pwl/LogOperation.h" namespace librbd { namespace cache { namespace pwl { namespace ssd { class...
1,131
30.444444
75
h
null
ceph-main/src/librbd/cache/pwl/ssd/ReadRequest.cc
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // vim: ts=8 sw=2 smarttab #include "ReadRequest.h" #define dout_subsys ceph_subsys_rbd_pwl #undef dout_prefix #define dout_prefix *_dout << "librbd::cache::pwl::ssd::ReadRequest: " << this << " " \ << __func__ << ": " ...
3,374
35.290323
88
cc
null
ceph-main/src/librbd/cache/pwl/ssd/ReadRequest.h
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // vim: ts=8 sw=2 smarttab #ifndef CEPH_LIBRBD_CACHE_PWL_SSD_READ_REQUEST_H #define CEPH_LIBRBD_CACHE_PWL_SSD_READ_REQUEST_H #include "librbd/cache/pwl/ReadRequest.h" namespace librbd { namespace cache { namespace pwl { namespace ssd { typedef s...
1,000
27.6
117
h
null
ceph-main/src/librbd/cache/pwl/ssd/Request.cc
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // vim: ts=8 sw=2 smarttab #include "Request.h" #define dout_subsys ceph_subsys_rbd_pwl #undef dout_prefix #define dout_prefix *_dout << "librbd::cache::pwl::ssd::Request: " << this << " " \ << __func__ << ": " namespa...
2,219
33.6875
119
cc
null
ceph-main/src/librbd/cache/pwl/ssd/Request.h
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // vim: ts=8 sw=2 smarttab #ifndef CEPH_LIBRBD_CACHE_SSD_REQUEST_H #define CEPH_LIBRBD_CACHE_SSD_REQUEST_H #include "librbd/cache/pwl/Request.h" namespace librbd { class BlockGuardCell; namespace cache { namespace pwl { template<typename T> cla...
3,081
32.139785
77
h
null
ceph-main/src/librbd/cache/pwl/ssd/Types.h
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // vim: ts=8 sw=2 smarttab #ifndef CEPH_LIBRBD_CACHE_SSD_TYPES_H #define CEPH_LIBRBD_CACHE_SSD_TYPES_H #include "acconfig.h" #include "librbd/io/Types.h" #include "librbd/cache/pwl/Types.h" namespace librbd { namespace cache { namesp...
1,221
22.5
70
h
null
ceph-main/src/librbd/cache/pwl/ssd/WriteLog.cc
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // vim: ts=8 sw=2 smarttab #include "WriteLog.h" #include "include/buffer.h" #include "include/Context.h" #include "include/ceph_assert.h" #include "common/deleter.h" #include "common/dout.h" #include "common/environment.h" #include "common/errno.h...
41,635
34.862188
92
cc
null
ceph-main/src/librbd/cache/pwl/ssd/WriteLog.h
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // vim: ts=8 sw=2 smarttab #ifndef CEPH_LIBRBD_CACHE_PWL_SSD_WRITE_LOG #define CEPH_LIBRBD_CACHE_PWL_SSD_WRITE_LOG #include "blk/BlockDevice.h" #include "common/AsyncOpTracker.h" #include "common/Checksummer.h" #include "common/environment.h" #inc...
5,926
36.751592
92
h
null
ceph-main/src/librbd/crypto/BlockCrypto.cc
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // vim: ts=8 sw=2 smarttab #include "librbd/crypto/BlockCrypto.h" #include "include/byteorder.h" #include "include/ceph_assert.h" #include "include/scope_guard.h" #include <bit> #include <stdlib.h> namespace librbd { namespace crypto { template ...
4,344
31.669173
77
cc
null
ceph-main/src/librbd/crypto/BlockCrypto.h
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // vim: ts=8 sw=2 smarttab #ifndef CEPH_LIBRBD_CRYPTO_BLOCK_CRYPTO_H #define CEPH_LIBRBD_CRYPTO_BLOCK_CRYPTO_H #include "include/Context.h" #include "librbd/crypto/CryptoInterface.h" #include "librbd/crypto/openssl/DataCryptor.h" namespace librbd...
1,693
26.770492
78
h
null
ceph-main/src/librbd/crypto/CryptoContextPool.cc
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // vim: ts=8 sw=2 smarttab #include "librbd/crypto/CryptoContextPool.h" namespace librbd { namespace crypto { template <typename T> CryptoContextPool<T>::CryptoContextPool(DataCryptor<T>* data_cryptor, uint...
1,174
25.111111
70
cc
null
ceph-main/src/librbd/crypto/CryptoContextPool.h
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // vim: ts=8 sw=2 smarttab #ifndef CEPH_LIBRBD_CRYPTO_CRYPTO_CONTEXT_POOL_H #define CEPH_LIBRBD_CRYPTO_CRYPTO_CONTEXT_POOL_H #include "librbd/crypto/DataCryptor.h" #include "include/ceph_assert.h" #include <boost/lockfree/queue.hpp> namespace lib...
2,036
28.521739
72
h
null
ceph-main/src/librbd/crypto/CryptoImageDispatch.cc
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // vim: ts=8 sw=2 smarttab #include "librbd/crypto/CryptoImageDispatch.h" namespace librbd { namespace crypto { CryptoImageDispatch::CryptoImageDispatch( uint64_t data_offset) : m_data_offset(data_offset) { } void CryptoImageDispatch::re...
1,172
22.46
71
cc
null
ceph-main/src/librbd/crypto/CryptoImageDispatch.h
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // vim: ts=8 sw=2 smarttab #ifndef CEPH_LIBRBD_CRYPTO_CRYPTO_IMAGE_DISPATCH_H #define CEPH_LIBRBD_CRYPTO_CRYPTO_IMAGE_DISPATCH_H #include "librbd/io/ImageDispatchInterface.h" namespace librbd { namespace crypto { class CryptoImageDispatch : publ...
3,772
32.6875
80
h
null
ceph-main/src/librbd/crypto/CryptoInterface.h
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // vim: ts=8 sw=2 smarttab #ifndef CEPH_LIBRBD_CRYPTO_CRYPTO_INTERFACE_H #define CEPH_LIBRBD_CRYPTO_CRYPTO_INTERFACE_H #include "include/buffer.h" #include "include/intarith.h" #include "librbd/io/Types.h" namespace librbd { namespace crypto { c...
3,953
30.380952
74
h
null
ceph-main/src/librbd/crypto/CryptoObjectDispatch.cc
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // vim: ts=8 sw=2 smarttab #include "librbd/crypto/CryptoObjectDispatch.h" #include "include/ceph_assert.h" #include "include/neorados/RADOS.hpp" #include "common/dout.h" #include "osdc/Striper.h" #include "librbd/ImageCtx.h" #include "librbd/Utils...
23,404
32.822254
80
cc
null
ceph-main/src/librbd/crypto/CryptoObjectDispatch.h
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // vim: ts=8 sw=2 smarttab #ifndef CEPH_LIBRBD_CRYPTO_CRYPTO_OBJECT_DISPATCH_H #define CEPH_LIBRBD_CRYPTO_CRYPTO_OBJECT_DISPATCH_H #include "librbd/crypto/CryptoInterface.h" #include "librbd/io/Types.h" #include "librbd/io/ObjectDispatchInterface....
4,094
34.301724
77
h
null
ceph-main/src/librbd/crypto/DataCryptor.h
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // vim: ts=8 sw=2 smarttab #ifndef CEPH_LIBRBD_CRYPTO_DATA_CRYPTOR_H #define CEPH_LIBRBD_CRYPTO_DATA_CRYPTOR_H #include "include/int_types.h" #include "librbd/crypto/Types.h" namespace librbd { namespace crypto { template <typename T> class Data...
1,018
25.815789
73
h
null
ceph-main/src/librbd/crypto/EncryptionFormat.h
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // vim: ts=8 sw=2 smarttab #ifndef CEPH_LIBRBD_CRYPTO_ENCRYPTION_FORMAT_H #define CEPH_LIBRBD_CRYPTO_ENCRYPTION_FORMAT_H #include <memory> struct Context; namespace librbd { namespace crypto { struct CryptoInterface; template <typename ImageCt...
851
24.058824
73
h
null
ceph-main/src/librbd/crypto/FormatRequest.cc
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // vim: ts=8 sw=2 smarttab #include "FormatRequest.h" #include "common/dout.h" #include "common/errno.h" #include "librbd/ImageCtx.h" #include "librbd/Utils.h" #include "librbd/crypto/EncryptionFormat.h" #include "librbd/crypto/ShutDownCryptoReque...
3,873
27.277372
77
cc
null
ceph-main/src/librbd/crypto/FormatRequest.h
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // vim: ts=8 sw=2 smarttab #ifndef CEPH_LIBRBD_CRYPTO_FORMAT_REQUEST_H #define CEPH_LIBRBD_CRYPTO_FORMAT_REQUEST_H #include "include/rbd/librbd.hpp" #include "librbd/ImageCtx.h" struct Context; namespace librbd { class ImageCtx; namespace cryp...
1,139
21.8
77
h
null
ceph-main/src/librbd/crypto/LoadRequest.cc
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // vim: ts=8 sw=2 smarttab #include "LoadRequest.h" #include "common/dout.h" #include "common/errno.h" #include "librbd/Utils.h" #include "librbd/ImageCtx.h" #include "librbd/crypto/EncryptionFormat.h" #include "librbd/crypto/Types.h" #include "li...
5,769
28.438776
79
cc
null
ceph-main/src/librbd/crypto/LoadRequest.h
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // vim: ts=8 sw=2 smarttab #ifndef CEPH_LIBRBD_CRYPTO_LOAD_REQUEST_H #define CEPH_LIBRBD_CRYPTO_LOAD_REQUEST_H #include "include/rbd/librbd.hpp" #include "librbd/ImageCtx.h" struct Context; namespace librbd { class ImageCtx; namespace crypto {...
1,413
22.966102
71
h
null
ceph-main/src/librbd/crypto/ShutDownCryptoRequest.cc
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // vim: ts=8 sw=2 smarttab #include "ShutDownCryptoRequest.h" #include "common/dout.h" #include "common/errno.h" #include "librbd/Utils.h" #include "librbd/crypto/CryptoImageDispatch.h" #include "librbd/crypto/CryptoObjectDispatch.h" #include "lib...
3,252
26.803419
77
cc
null
ceph-main/src/librbd/crypto/ShutDownCryptoRequest.h
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // vim: ts=8 sw=2 smarttab #ifndef CEPH_LIBRBD_CRYPTO_SHUT_DOWN_CRYPTO_REQUEST_H #define CEPH_LIBRBD_CRYPTO_SHUT_DOWN_CRYPTO_REQUEST_H #include "librbd/ImageCtx.h" struct Context; namespace librbd { class ImageCtx; namespace crypto { template...
1,036
22.568182
78
h
null
ceph-main/src/librbd/crypto/Types.h
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // vim: ts=8 sw=2 smarttab #ifndef CEPH_LIBRBD_CRYPTO_TYPES_H #define CEPH_LIBRBD_CRYPTO_TYPES_H namespace librbd { namespace crypto { enum CipherMode { CIPHER_MODE_ENC, CIPHER_MODE_DEC, }; } // namespace crypto } // namespace librbd #e...
362
18.105263
70
h
null
ceph-main/src/librbd/crypto/Utils.cc
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // vim: ts=8 sw=2 smarttab #include "Utils.h" #include "common/dout.h" #include "common/errno.h" #include "librbd/ImageCtx.h" #include "librbd/crypto/BlockCrypto.h" #include "librbd/crypto/CryptoImageDispatch.h" #include "librbd/crypto/CryptoInter...
2,503
30.3
79
cc
null
ceph-main/src/librbd/crypto/Utils.h
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // vim: ts=8 sw=2 smarttab #ifndef CEPH_LIBRBD_CRYPTO_UTILS_H #define CEPH_LIBRBD_CRYPTO_UTILS_H #include "include/Context.h" namespace librbd { struct ImageCtx; namespace crypto { class CryptoInterface; template <typename> class EncryptionFor...
810
22.852941
74
h
null
ceph-main/src/librbd/crypto/luks/FlattenRequest.cc
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // vim: ts=8 sw=2 smarttab #include "FlattenRequest.h" #include "common/dout.h" #include "common/errno.h" #include "librbd/Utils.h" #include "librbd/crypto/EncryptionFormat.h" #include "librbd/crypto/Utils.h" #include "librbd/crypto/luks/LoadReque...
4,572
28.503226
78
cc
null
ceph-main/src/librbd/crypto/luks/FlattenRequest.h
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // vim: ts=8 sw=2 smarttab #ifndef CEPH_LIBRBD_CRYPTO_LUKS_FLATTEN_REQUEST_H #define CEPH_LIBRBD_CRYPTO_LUKS_FLATTEN_REQUEST_H #include "librbd/ImageCtx.h" namespace librbd { namespace crypto { namespace luks { template <typename I> class Flatt...
1,342
19.348485
77
h
null
ceph-main/src/librbd/crypto/luks/FormatRequest.cc
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // vim: ts=8 sw=2 smarttab #include "FormatRequest.h" #include <stdlib.h> #include <openssl/rand.h> #include "common/dout.h" #include "common/errno.h" #include "include/compat.h" #include "librbd/Utils.h" #include "librbd/crypto/Utils.h" #include ...
5,870
28.208955
79
cc
null
ceph-main/src/librbd/crypto/luks/FormatRequest.h
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // vim: ts=8 sw=2 smarttab #ifndef CEPH_LIBRBD_CRYPTO_LUKS_FORMAT_REQUEST_H #define CEPH_LIBRBD_CRYPTO_LUKS_FORMAT_REQUEST_H #include <string_view> #include "include/rbd/librbd.hpp" #include "librbd/ImageCtx.h" #include "librbd/crypto/CryptoInterf...
1,732
27.883333
80
h
null
ceph-main/src/librbd/crypto/luks/Header.cc
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // vim: ts=8 sw=2 smarttab #include "Header.h" #include <errno.h> #include <unistd.h> #include <sys/stat.h> #include <sys/syscall.h> #include "common/dout.h" #include "common/errno.h" #define dout_subsys ceph_subsys_rbd #undef dout_prefix #define...
6,924
25.431298
82
cc
null
ceph-main/src/librbd/crypto/luks/Header.h
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // vim: ts=8 sw=2 smarttab #ifndef CEPH_LIBRBD_CRYPTO_LUKS_HEADER_H #define CEPH_LIBRBD_CRYPTO_LUKS_HEADER_H #include <libcryptsetup.h> #include "common/ceph_context.h" #include "include/buffer.h" namespace librbd { namespace crypto { namespace l...
1,484
27.018868
78
h
null
ceph-main/src/librbd/crypto/luks/LUKSEncryptionFormat.cc
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // vim: ts=8 sw=2 smarttab #include "LUKSEncryptionFormat.h" #include "common/dout.h" #include "common/errno.h" #include "include/compat.h" #include "librbd/crypto/luks/FlattenRequest.h" #include "librbd/crypto/luks/FormatRequest.h" #include "librb...
3,031
34.255814
80
cc
null
ceph-main/src/librbd/crypto/luks/LUKSEncryptionFormat.h
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // vim: ts=8 sw=2 smarttab #ifndef CEPH_LIBRBD_CRYPTO_LUKS_ENCRYPTION_FORMAT_H #define CEPH_LIBRBD_CRYPTO_LUKS_ENCRYPTION_FORMAT_H #include <string_view> #include "include/rbd/librbd.hpp" #include "librbd/crypto/CryptoInterface.h" #include "librbd...
2,993
28.643564
80
h
null
ceph-main/src/librbd/crypto/luks/LoadRequest.cc
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // vim: ts=8 sw=2 smarttab #include "LoadRequest.h" #include "common/dout.h" #include "common/errno.h" #include "librbd/Utils.h" #include "librbd/crypto/Utils.h" #include "librbd/crypto/LoadRequest.h" #include "librbd/crypto/luks/Magic.h" #include...
7,928
28.043956
78
cc
null
ceph-main/src/librbd/crypto/luks/LoadRequest.h
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // vim: ts=8 sw=2 smarttab #ifndef CEPH_LIBRBD_CRYPTO_LUKS_LOAD_REQUEST_H #define CEPH_LIBRBD_CRYPTO_LUKS_LOAD_REQUEST_H #include <string_view> #include "include/rbd/librbd.hpp" #include "librbd/ImageCtx.h" #include "librbd/crypto/CryptoInterface....
2,167
29.111111
74
h
null
ceph-main/src/librbd/crypto/luks/Magic.cc
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // vim: ts=8 sw=2 smarttab #include "Magic.h" #include "common/dout.h" #include "common/errno.h" #define dout_subsys ceph_subsys_rbd #undef dout_prefix #define dout_prefix *_dout << "librbd::crypto::luks::Magic: " << __func__ \ ...
3,708
25.492857
80
cc
null
ceph-main/src/librbd/crypto/luks/Magic.h
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // vim: ts=8 sw=2 smarttab #ifndef CEPH_LIBRBD_CRYPTO_LUKS_MAGIC_H #define CEPH_LIBRBD_CRYPTO_LUKS_MAGIC_H #include "common/ceph_context.h" #include "include/buffer.h" namespace librbd { namespace crypto { namespace luks { class Magic { public: ...
875
25.545455
70
h
null
ceph-main/src/librbd/crypto/openssl/DataCryptor.cc
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // vim: ts=8 sw=2 smarttab #include "librbd/crypto/openssl/DataCryptor.h" #include <openssl/err.h> #include <string.h> #include "include/ceph_assert.h" #include "include/compat.h" namespace librbd { namespace crypto { namespace openssl { int Data...
3,903
24.350649
79
cc
null
ceph-main/src/librbd/crypto/openssl/DataCryptor.h
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // vim: ts=8 sw=2 smarttab #ifndef CEPH_LIBRBD_CRYPTO_OPENSSL_DATA_CRYPTOR_H #define CEPH_LIBRBD_CRYPTO_OPENSSL_DATA_CRYPTOR_H #include "librbd/crypto/DataCryptor.h" #include "include/Context.h" #include <openssl/evp.h> namespace librbd { namespa...
1,486
28.74
72
h
null
ceph-main/src/librbd/deep_copy/Handler.h
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // vim: ts=8 sw=2 smarttab #ifndef CEPH_LIBRBD_DEEP_COPY_HANDLER_H #define CEPH_LIBRBD_DEEP_COPY_HANDLER_H #include "include/int_types.h" #include "include/rbd/librbd.hpp" namespace librbd { namespace deep_copy { struct Handler { virtual ~Hand...
1,188
22.313725
72
h
null
ceph-main/src/librbd/deep_copy/ImageCopyRequest.cc
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // vim: ts=8 sw=2 smarttab #include "ImageCopyRequest.h" #include "ObjectCopyRequest.h" #include "common/errno.h" #include "librbd/Utils.h" #include "librbd/asio/ContextWQ.h" #include "librbd/deep_copy/Handler.h" #include "librbd/deep_copy/Utils.h"...
8,819
30.612903
88
cc
null
ceph-main/src/librbd/deep_copy/ImageCopyRequest.h
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // vim: ts=8 sw=2 smarttab #ifndef CEPH_LIBRBD_DEEP_COPY_IMAGE_DEEP_COPY_REQUEST_H #define CEPH_LIBRBD_DEEP_COPY_IMAGE_DEEP_COPY_REQUEST_H #include "include/int_types.h" #include "include/rados/librados.hpp" #include "common/bit_vector.hpp" #inclu...
3,503
27.258065
80
h
null
ceph-main/src/librbd/deep_copy/MetadataCopyRequest.cc
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // vim: ts=8 sw=2 smarttab #include "MetadataCopyRequest.h" #include "common/dout.h" #include "common/errno.h" #include "cls/rbd/cls_rbd_client.h" #include "librbd/Utils.h" #include "librbd/image/GetMetadataRequest.h" #define dout_subsys ceph_subs...
3,156
25.754237
80
cc
null
ceph-main/src/librbd/deep_copy/MetadataCopyRequest.h
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // vim: ts=8 sw=2 smarttab #ifndef CEPH_LIBRBD_DEEP_COPY_METADATA_COPY_REQUEST_H #define CEPH_LIBRBD_DEEP_COPY_METADATA_COPY_REQUEST_H #include "include/int_types.h" #include "include/buffer.h" #include "include/rados/librados.hpp" #include "librb...
1,854
22.481013
79
h
null
ceph-main/src/librbd/deep_copy/ObjectCopyRequest.cc
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // vim: ts=8 sw=2 smarttab #include "ObjectCopyRequest.h" #include "include/neorados/RADOS.hpp" #include "common/errno.h" #include "librados/snap_set_diff.h" #include "librbd/ExclusiveLock.h" #include "librbd/ObjectMap.h" #include "librbd/Utils.h" ...
30,508
35.320238
80
cc
null
ceph-main/src/librbd/deep_copy/ObjectCopyRequest.h
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // vim: ts=8 sw=2 smarttab #ifndef CEPH_LIBRBD_DEEP_COPY_OBJECT_COPY_REQUEST_H #define CEPH_LIBRBD_DEEP_COPY_OBJECT_COPY_REQUEST_H #include "include/int_types.h" #include "include/interval_set.h" #include "include/rados/librados.hpp" #include "com...
4,396
26.654088
80
h
null
ceph-main/src/librbd/deep_copy/SetHeadRequest.cc
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // vim: ts=8 sw=2 smarttab #include "SetHeadRequest.h" #include "common/errno.h" #include "cls/rbd/cls_rbd_client.h" #include "cls/rbd/cls_rbd_types.h" #include "librbd/ExclusiveLock.h" #include "librbd/Utils.h" #include "librbd/image/AttachParentR...
6,257
26.9375
80
cc
null
ceph-main/src/librbd/deep_copy/SetHeadRequest.h
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // vim: ts=8 sw=2 smarttab #ifndef CEPH_LIBRBD_DEEP_COPY_SET_HEAD_REQUEST_H #define CEPH_LIBRBD_DEEP_COPY_SET_HEAD_REQUEST_H #include "include/int_types.h" #include "include/rados/librados.hpp" #include "common/snap_types.h" #include "librbd/Image...
2,011
21.863636
77
h
null
ceph-main/src/librbd/deep_copy/SnapshotCopyRequest.cc
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // vim: ts=8 sw=2 smarttab #include "SnapshotCopyRequest.h" #include "SetHeadRequest.h" #include "SnapshotCreateRequest.h" #include "common/errno.h" #include "librbd/ExclusiveLock.h" #include "librbd/ObjectMap.h" #include "librbd/Operations.h" #inc...
22,552
29.894521
88
cc
null
ceph-main/src/librbd/deep_copy/SnapshotCopyRequest.h
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // vim: ts=8 sw=2 smarttab #ifndef CEPH_LIBRBD_DEEP_COPY_SNAPSHOT_COPY_REQUEST_H #define CEPH_LIBRBD_DEEP_COPY_SNAPSHOT_COPY_REQUEST_H #include "include/int_types.h" #include "include/rados/librados.hpp" #include "common/RefCountedObj.h" #include ...
4,112
26.059211
79
h
null
ceph-main/src/librbd/deep_copy/SnapshotCreateRequest.cc
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // vim: ts=8 sw=2 smarttab #include "SetHeadRequest.h" #include "SnapshotCreateRequest.h" #include "common/errno.h" #include "cls/rbd/cls_rbd_client.h" #include "cls/rbd/cls_rbd_types.h" #include "librbd/ExclusiveLock.h" #include "librbd/ObjectMap....
5,629
28.946809
80
cc
null
ceph-main/src/librbd/deep_copy/SnapshotCreateRequest.h
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // vim: ts=8 sw=2 smarttab #ifndef CEPH_LIBRBD_DEEP_COPY_SNAPSHOT_CREATE_REQUEST_H #define CEPH_LIBRBD_DEEP_COPY_SNAPSHOT_CREATE_REQUEST_H #include "include/int_types.h" #include "include/rados/librados.hpp" #include "common/snap_types.h" #include...
2,564
24.909091
89
h
null
ceph-main/src/librbd/deep_copy/Types.h
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // vim: ts=8 sw=2 smarttab #ifndef CEPH_LIBRBD_DEEP_COPY_TYPES_H #define CEPH_LIBRBD_DEEP_COPY_TYPES_H #include "include/int_types.h" #include "include/rados/librados.hpp" #include <boost/optional.hpp> namespace librbd { namespace deep_copy { en...
720
23.862069
70
h