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/deep_copy/Utils.cc
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // vim: ts=8 sw=2 smarttab #include "common/debug.h" #include "Utils.h" #include <set> namespace librbd { namespace deep_copy { namespace util { #define dout_subsys ceph_subsys_rbd #undef dout_prefix #define dout_prefix *_dout << "librbd::deep_co...
1,954
30.532258
77
cc
null
ceph-main/src/librbd/deep_copy/Utils.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_UTILS_H #define CEPH_LIBRBD_DEEP_COPY_UTILS_H #include "include/common_fwd.h" #include "include/rados/librados.hpp" #include "librbd/Types.h" #include "librbd/deep_copy/Types.h" #include <b...
804
25.833333
70
h
null
ceph-main/src/librbd/exclusive_lock/AutomaticPolicy.cc
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // vim: ts=8 sw=2 smarttab #include "librbd/exclusive_lock/AutomaticPolicy.h" #include "librbd/ImageCtx.h" #include "librbd/ExclusiveLock.h" #define dout_subsys ceph_subsys_rbd #undef dout_prefix #define dout_prefix *_dout << "librbd::ExclusiveLoc...
839
27
79
cc
null
ceph-main/src/librbd/exclusive_lock/AutomaticPolicy.h
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // vim: ts=8 sw=2 smarttab #ifndef CEPH_LIBRBD_EXCLUSIVE_LOCK_AUTOMATIC_POLICY_H #define CEPH_LIBRBD_EXCLUSIVE_LOCK_AUTOMATIC_POLICY_H #include "librbd/exclusive_lock/Policy.h" namespace librbd { struct ImageCtx; namespace exclusive_lock { cla...
692
18.8
70
h
null
ceph-main/src/librbd/exclusive_lock/ImageDispatch.cc
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // vim: ts=8 sw=2 smarttab #include "librbd/exclusive_lock/ImageDispatch.h" #include "include/Context.h" #include "common/dout.h" #include "common/errno.h" #include "librbd/ExclusiveLock.h" #include "librbd/ImageCtx.h" #include "librbd/Utils.h" #in...
10,081
30.4081
80
cc
null
ceph-main/src/librbd/exclusive_lock/ImageDispatch.h
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // vim: ts=8 sw=2 smarttab #ifndef CEPH_LIBRBD_EXCLUSIVE_LOCK_IMAGE_DISPATCH_H #define CEPH_LIBRBD_EXCLUSIVE_LOCK_IMAGE_DISPATCH_H #include "librbd/io/ImageDispatchInterface.h" #include "include/int_types.h" #include "include/buffer.h" #include "c...
4,518
32.723881
80
h
null
ceph-main/src/librbd/exclusive_lock/Policy.h
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // vim: ts=8 sw=2 smarttab #ifndef CEPH_LIBRBD_EXCLUSIVE_LOCK_POLICY_H #define CEPH_LIBRBD_EXCLUSIVE_LOCK_POLICY_H namespace librbd { namespace exclusive_lock { enum OperationRequestType { OPERATION_REQUEST_TYPE_GENERAL = 0, OPERATI...
732
21.90625
70
h
null
ceph-main/src/librbd/exclusive_lock/PostAcquireRequest.cc
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // vim: ts=8 sw=2 smarttab #include "librbd/exclusive_lock/PostAcquireRequest.h" #include "cls/lock/cls_lock_client.h" #include "cls/lock/cls_lock_types.h" #include "common/dout.h" #include "common/errno.h" #include "include/stringify.h" #include "...
9,778
25.501355
80
cc
null
ceph-main/src/librbd/exclusive_lock/PostAcquireRequest.h
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // vim: ts=8 sw=2 smarttab #ifndef CEPH_LIBRBD_EXCLUSIVE_LOCK_POST_ACQUIRE_REQUEST_H #define CEPH_LIBRBD_EXCLUSIVE_LOCK_POST_ACQUIRE_REQUEST_H #include "include/int_types.h" #include "include/buffer.h" #include "librbd/ImageCtx.h" #include "msg/ms...
2,910
22.288
83
h
null
ceph-main/src/librbd/exclusive_lock/PreAcquireRequest.cc
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // vim: ts=8 sw=2 smarttab #include "librbd/exclusive_lock/PreAcquireRequest.h" #include "librbd/Utils.h" #include "common/dout.h" #include "common/errno.h" #include "librbd/ImageCtx.h" #include "librbd/ImageWatcher.h" #include "librbd/ImageState.h...
2,609
26.1875
79
cc
null
ceph-main/src/librbd/exclusive_lock/PreAcquireRequest.h
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // vim: ts=8 sw=2 smarttab #ifndef CEPH_LIBRBD_EXCLUSIVE_LOCK_PRE_ACQUIRE_REQUEST_H #define CEPH_LIBRBD_EXCLUSIVE_LOCK_PRE_ACQUIRE_REQUEST_H #include "include/int_types.h" #include "include/buffer.h" #include "librbd/ImageCtx.h" #include "msg/msg_...
1,420
17.697368
82
h
null
ceph-main/src/librbd/exclusive_lock/PreReleaseRequest.cc
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // vim: ts=8 sw=2 smarttab #include "librbd/exclusive_lock/PreReleaseRequest.h" #include "common/AsyncOpTracker.h" #include "common/dout.h" #include "common/errno.h" #include "librbd/ExclusiveLock.h" #include "librbd/ImageState.h" #include "librbd/...
10,457
27.730769
84
cc
null
ceph-main/src/librbd/exclusive_lock/PreReleaseRequest.h
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // vim: ts=8 sw=2 smarttab #ifndef CEPH_LIBRBD_EXCLUSIVE_LOCK_PRE_RELEASE_REQUEST_H #define CEPH_LIBRBD_EXCLUSIVE_LOCK_PRE_RELEASE_REQUEST_H #include "librbd/ImageCtx.h" #include <string> class AsyncOpTracker; class Context; namespace librbd { ...
3,252
22.235714
76
h
null
ceph-main/src/librbd/exclusive_lock/StandardPolicy.cc
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // vim: ts=8 sw=2 smarttab #include "librbd/exclusive_lock/StandardPolicy.h" #include "librbd/ImageCtx.h" #include "librbd/ExclusiveLock.h" #define dout_subsys ceph_subsys_rbd #undef dout_prefix #define dout_prefix *_dout << "librbd::ExclusiveLock...
825
26.533333
79
cc
null
ceph-main/src/librbd/exclusive_lock/StandardPolicy.h
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // vim: ts=8 sw=2 smarttab #ifndef CEPH_LIBRBD_EXCLUSIVE_LOCK_STANDARD_POLICY_H #define CEPH_LIBRBD_EXCLUSIVE_LOCK_STANDARD_POLICY_H #include "librbd/exclusive_lock/Policy.h" namespace librbd { struct ImageCtx; namespace exclusive_lock { templ...
812
20.394737
79
h
null
ceph-main/src/librbd/image/AttachChildRequest.cc
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // vim: ts=8 sw=2 smarttab #include "librbd/image/AttachChildRequest.h" #include "common/dout.h" #include "common/errno.h" #include "cls/rbd/cls_rbd_client.h" #include "librbd/ImageCtx.h" #include "librbd/Utils.h" #include "librbd/image/RefreshRequ...
7,622
28.09542
80
cc
null
ceph-main/src/librbd/image/AttachChildRequest.h
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // vim: ts=8 sw=2 smarttab #ifndef CEPH_LIBRBD_IMAGE_ATTACH_CHILD_REQUEST_H #define CEPH_LIBRBD_IMAGE_ATTACH_CHILD_REQUEST_H #include "include/common_fwd.h" #include "include/int_types.h" #include "include/rados/librados.hpp" class Context; name...
3,250
29.669811
80
h
null
ceph-main/src/librbd/image/AttachParentRequest.cc
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // vim: ts=8 sw=2 smarttab #include "librbd/image/AttachParentRequest.h" #include "common/dout.h" #include "common/errno.h" #include "cls/rbd/cls_rbd_client.h" #include "librbd/ImageCtx.h" #include "librbd/Utils.h" #define dout_subsys ceph_subsys_...
2,419
25.593407
80
cc
null
ceph-main/src/librbd/image/AttachParentRequest.h
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // vim: ts=8 sw=2 smarttab #ifndef CEPH_LIBRBD_IMAGE_ATTACH_PARENT_REQUEST_H #define CEPH_LIBRBD_IMAGE_ATTACH_PARENT_REQUEST_H #include "include/int_types.h" #include "include/buffer.h" #include "include/rados/librados.hpp" #include "librbd/Types....
1,961
23.525
78
h
null
ceph-main/src/librbd/image/CloneRequest.cc
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // vim: ts=8 sw=2 smarttab #include "cls/rbd/cls_rbd_client.h" #include "cls/rbd/cls_rbd_types.h" #include "common/dout.h" #include "common/errno.h" #include "include/ceph_assert.h" #include "librbd/ImageState.h" #include "librbd/Utils.h" #include ...
16,558
26.235197
94
cc
null
ceph-main/src/librbd/image/CloneRequest.h
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // vim: ts=8 sw=2 smarttab #ifndef CEPH_LIBRBD_IMAGE_CLONE_REQUEST_H #define CEPH_LIBRBD_IMAGE_CLONE_REQUEST_H #include "cls/rbd/cls_rbd_types.h" #include "common/config_fwd.h" #include "librbd/internal.h" #include "include/rbd/librbd.hpp" class ...
5,123
27.153846
77
h
null
ceph-main/src/librbd/image/CloseRequest.cc
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // vim: ts=8 sw=2 smarttab #include "librbd/image/CloseRequest.h" #include "common/dout.h" #include "common/errno.h" #include "librbd/ConfigWatcher.h" #include "librbd/ExclusiveLock.h" #include "librbd/ImageCtx.h" #include "librbd/ImageState.h" #in...
10,339
28.458689
83
cc
null
ceph-main/src/librbd/image/CloseRequest.h
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // vim: ts=8 sw=2 smarttab #ifndef CEPH_LIBRBD_IMAGE_CLOSE_REQUEST_H #define CEPH_LIBRBD_IMAGE_CLOSE_REQUEST_H #include "librbd/ImageCtx.h" class Context; namespace librbd { class ImageCtx; namespace image { template <typename ImageCtxT = Ima...
2,543
18.875
73
h
null
ceph-main/src/librbd/image/CreateRequest.cc
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // vim: ts=8 sw=2 smarttab #include "librbd/image/CreateRequest.h" #include "include/ceph_assert.h" #include "common/dout.h" #include "common/errno.h" #include "common/ceph_context.h" #include "cls/rbd/cls_rbd_client.h" #include "osdc/Striper.h" #i...
24,258
28.017943
95
cc
null
ceph-main/src/librbd/image/CreateRequest.h
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // vim: ts=8 sw=2 smarttab #ifndef CEPH_LIBRBD_IMAGE_CREATE_REQUEST_H #define CEPH_LIBRBD_IMAGE_CREATE_REQUEST_H #include "common/config_fwd.h" #include "include/int_types.h" #include "include/buffer.h" #include "include/rados/librados.hpp" #inclu...
6,757
34.197917
82
h
null
ceph-main/src/librbd/image/DetachChildRequest.cc
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // vim: ts=8 sw=2 smarttab #include "librbd/image/DetachChildRequest.h" #include "common/dout.h" #include "common/errno.h" #include "cls/rbd/cls_rbd_client.h" #include "librbd/ExclusiveLock.h" #include "librbd/ImageCtx.h" #include "librbd/ImageStat...
11,042
27.099237
80
cc
null
ceph-main/src/librbd/image/DetachChildRequest.h
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // vim: ts=8 sw=2 smarttab #ifndef CEPH_LIBRBD_IMAGE_DETACH_CHILD_REQUEST_H #define CEPH_LIBRBD_IMAGE_DETACH_CHILD_REQUEST_H #include "include/int_types.h" #include "include/buffer.h" #include "include/rados/librados.hpp" #include "librbd/Types.h"...
3,437
27.65
79
h
null
ceph-main/src/librbd/image/DetachParentRequest.cc
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // vim: ts=8 sw=2 smarttab #include "librbd/image/DetachParentRequest.h" #include "common/dout.h" #include "common/errno.h" #include "cls/rbd/cls_rbd_client.h" #include "librbd/ImageCtx.h" #include "librbd/Utils.h" #define dout_subsys ceph_subsys_...
2,017
23.609756
80
cc
null
ceph-main/src/librbd/image/DetachParentRequest.h
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // vim: ts=8 sw=2 smarttab #ifndef CEPH_LIBRBD_IMAGE_DETACH_PARENT_REQUEST_H #define CEPH_LIBRBD_IMAGE_DETACH_PARENT_REQUEST_H #include "include/int_types.h" #include "include/buffer.h" #include "include/rados/librados.hpp" #include "librbd/Types....
1,326
18.80597
80
h
null
ceph-main/src/librbd/image/GetMetadataRequest.cc
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // vim: ts=8 sw=2 smarttab #include "librbd/image/GetMetadataRequest.h" #include "cls/rbd/cls_rbd_client.h" #include "common/dout.h" #include "common/errno.h" #include "include/ceph_assert.h" #include "librbd/ImageCtx.h" #include "librbd/Utils.h" #...
3,391
26.803279
79
cc
null
ceph-main/src/librbd/image/GetMetadataRequest.h
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // vim: ts=8 sw=2 smarttab #ifndef CEPH_LIBRBD_IMAGE_GET_METADATA_REQUEST_H #define CEPH_LIBRBD_IMAGE_GET_METADATA_REQUEST_H #include "include/common_fwd.h" #include "include/rados/librados.hpp" #include "include/rbd/librbd.hpp" #include <string> ...
2,014
22.988095
75
h
null
ceph-main/src/librbd/image/ListWatchersRequest.cc
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // vim: ts=8 sw=2 smarttab #include "ListWatchersRequest.h" #include "common/RWLock.h" #include "common/dout.h" #include "common/errno.h" #include "cls/rbd/cls_rbd_client.h" #include "librbd/ImageCtx.h" #include "librbd/ImageWatcher.h" #include "li...
5,382
29.76
80
cc
null
ceph-main/src/librbd/image/ListWatchersRequest.h
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // vim: ts=8 sw=2 smarttab #ifndef CEPH_LIBRBD_IMAGE_LIST_WATCHERS_REQUEST_H #define CEPH_LIBRBD_IMAGE_LIST_WATCHERS_REQUEST_H #include "include/rados/rados_types.hpp" #include <list> class Context; namespace librbd { class ImageCtx; namespac...
1,824
20.987952
88
h
null
ceph-main/src/librbd/image/OpenRequest.cc
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // vim: ts=8 sw=2 smarttab #include "librbd/image/OpenRequest.h" #include "common/dout.h" #include "common/errno.h" #include "cls/rbd/cls_rbd_client.h" #include "librbd/ConfigWatcher.h" #include "librbd/ImageCtx.h" #include "librbd/PluginRegistry.h...
22,061
29.304945
88
cc
null
ceph-main/src/librbd/image/OpenRequest.h
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // vim: ts=8 sw=2 smarttab #ifndef CEPH_LIBRBD_IMAGE_OPEN_REQUEST_H #define CEPH_LIBRBD_IMAGE_OPEN_REQUEST_H #include "include/buffer.h" #include <map> #include <string> class Context; namespace librbd { class ImageCtx; namespace image { temp...
4,830
31.206667
75
h
null
ceph-main/src/librbd/image/PreRemoveRequest.cc
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // vim: ts=8 sw=2 smarttab #include "librbd/image/PreRemoveRequest.h" #include "common/dout.h" #include "common/errno.h" #include "cls/rbd/cls_rbd_types.h" #include "librbd/ExclusiveLock.h" #include "librbd/Utils.h" #include "librbd/exclusive_lock/...
9,251
25.510029
79
cc
null
ceph-main/src/librbd/image/PreRemoveRequest.h
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // vim: ts=8 sw=2 smarttab #ifndef CEPH_LIBRBD_IMAGE_PRE_REMOVE_REQUEST_H #define CEPH_LIBRBD_IMAGE_PRE_REMOVE_REQUEST_H #include "include/rados/librados.hpp" #include "include/buffer.h" #include "librbd/ImageCtx.h" #include <list> #include <map> ...
2,292
21.70297
72
h
null
ceph-main/src/librbd/image/RefreshParentRequest.cc
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // vim: ts=8 sw=2 smarttab #include "librbd/image/RefreshParentRequest.h" #include "include/rados/librados.hpp" #include "common/dout.h" #include "common/errno.h" #include "librbd/ImageCtx.h" #include "librbd/ImageState.h" #include "librbd/Utils.h"...
8,121
32.15102
92
cc
null
ceph-main/src/librbd/image/RefreshParentRequest.h
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // vim: ts=8 sw=2 smarttab #ifndef CEPH_LIBRBD_IMAGE_REFRESH_PARENT_REQUEST_H #define CEPH_LIBRBD_IMAGE_REFRESH_PARENT_REQUEST_H #include "include/int_types.h" #include "librbd/Types.h" class Context; namespace librbd { class ImageCtx; namespa...
3,653
32.218182
80
h
null
ceph-main/src/librbd/image/RefreshRequest.cc
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // vim: ts=8 sw=2 smarttab #include "include/ceph_assert.h" #include "librbd/image/RefreshRequest.h" #include "common/dout.h" #include "common/errno.h" #include "cls/lock/cls_lock_client.h" #include "cls/rbd/cls_rbd_client.h" #include "librbd/Excl...
50,603
31.109137
82
cc
null
ceph-main/src/librbd/image/RefreshRequest.h
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // vim: ts=8 sw=2 smarttab #ifndef CEPH_LIBRBD_IMAGE_REFRESH_REQUEST_H #define CEPH_LIBRBD_IMAGE_REFRESH_REQUEST_H #include "include/int_types.h" #include "include/buffer.h" #include "include/utime.h" #include "common/snap_types.h" #include "cls/l...
10,041
35.384058
79
h
null
ceph-main/src/librbd/image/RemoveRequest.cc
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // vim: ts=8 sw=2 smarttab #include "librbd/image/RemoveRequest.h" #include "common/dout.h" #include "common/errno.h" #include "librbd/internal.h" #include "librbd/ImageState.h" #include "librbd/Journal.h" #include "librbd/ObjectMap.h" #include "li...
15,781
24.537217
80
cc
null
ceph-main/src/librbd/image/RemoveRequest.h
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // vim: ts=8 sw=2 smarttab #ifndef CEPH_LIBRBD_IMAGE_REMOVE_REQUEST_H #define CEPH_LIBRBD_IMAGE_REMOVE_REQUEST_H #include "include/rados/librados.hpp" #include "librbd/ImageCtx.h" #include "librbd/image/TypeTraits.h" #include "common/Timer.h" #in...
6,373
31.191919
80
h
null
ceph-main/src/librbd/image/SetFlagsRequest.cc
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // vim: ts=8 sw=2 smarttab #include "librbd/image/SetFlagsRequest.h" #include "common/dout.h" #include "common/errno.h" #include "cls/rbd/cls_rbd_client.h" #include "librbd/ImageCtx.h" #include "librbd/Utils.h" #include "include/ceph_assert.h" #de...
2,169
26.468354
80
cc
null
ceph-main/src/librbd/image/SetFlagsRequest.h
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // vim: ts=8 sw=2 smarttab #ifndef CEPH_LIBRBD_IMAGE_SET_FLAGS_REQUEST_H #define CEPH_LIBRBD_IMAGE_SET_FLAGS_REQUEST_H #include "include/buffer.h" #include <map> #include <string> class Context; namespace librbd { class ImageCtx; namespace ima...
1,235
18.935484
71
h
null
ceph-main/src/librbd/image/SetSnapRequest.cc
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // vim: ts=8 sw=2 smarttab #include "librbd/image/SetSnapRequest.h" #include "common/dout.h" #include "common/errno.h" #include "librbd/ExclusiveLock.h" #include "librbd/ImageCtx.h" #include "librbd/ObjectMap.h" #include "librbd/Utils.h" #include "...
9,795
25.547425
80
cc
null
ceph-main/src/librbd/image/SetSnapRequest.h
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // vim: ts=8 sw=2 smarttab #ifndef CEPH_LIBRBD_IMAGE_SNAP_SET_REQUEST_H #define CEPH_LIBRBD_IMAGE_SNAP_SET_REQUEST_H #include "cls/rbd/cls_rbd_client.h" #include <string> class Context; namespace librbd { template <typename> class ExclusiveLock...
3,340
27.07563
77
h
null
ceph-main/src/librbd/image/TypeTraits.h
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // vim: ts=8 sw=2 smarttab #ifndef CEPH_LIBRBD_IMAGE_TYPE_TRAITS_H #define CEPH_LIBRBD_IMAGE_TYPE_TRAITS_H namespace librbd { namespace asio { struct ContextWQ; } namespace image { template <typename ImageCtxT> struct TypeTraits { typedef asi...
434
18.772727
70
h
null
ceph-main/src/librbd/image/Types.h
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // vim: ts=8 sw=2 smarttab #ifndef LIBRBD_IMAGE_TYPES_H #define LIBRBD_IMAGE_TYPES_H namespace librbd { namespace image { enum { CREATE_FLAG_SKIP_MIRROR_ENABLE = 1 << 0, CREATE_FLAG_FORCE_MIRROR_ENABLE = 1 << 1, CREATE_FLAG_MIRROR_ENABLE_M...
499
22.809524
70
h
null
ceph-main/src/librbd/image/ValidatePoolRequest.cc
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // vim: ts=8 sw=2 smarttab #include "librbd/image/ValidatePoolRequest.h" #include "include/rados/librados.hpp" #include "include/ceph_assert.h" #include "common/dout.h" #include "common/errno.h" #include "librbd/ImageCtx.h" #include "librbd/Utils.h...
5,952
24.331915
79
cc
null
ceph-main/src/librbd/image/ValidatePoolRequest.h
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // vim: ts=8 sw=2 smarttab #ifndef CEPH_LIBRBD_IMAGE_VALIDATE_POOL_REQUEST_H #define CEPH_LIBRBD_IMAGE_VALIDATE_POOL_REQUEST_H #include "include/common_fwd.h" #include "include/rados/librados.hpp" #include "include/buffer.h" class Context; names...
2,228
22.712766
75
h
null
ceph-main/src/librbd/image_watcher/NotifyLockOwner.cc
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // vim: ts=8 sw=2 smarttab #include "librbd/image_watcher/NotifyLockOwner.h" #include "common/errno.h" #include "librbd/ImageCtx.h" #include "librbd/Utils.h" #include "librbd/WatchNotifyTypes.h" #include "librbd/watcher/Notifier.h" #include <map> ...
2,508
24.865979
74
cc
null
ceph-main/src/librbd/image_watcher/NotifyLockOwner.h
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // vim: ts=8 sw=2 smarttab #ifndef CEPH_LIBRBD_IMAGE_WATCHER_NOTIFY_LOCK_OWNER_H #define CEPH_LIBRBD_IMAGE_WATCHER_NOTIFY_LOCK_OWNER_H #include "include/buffer.h" #include "librbd/watcher/Types.h" class Context; namespace librbd { struct ImageC...
1,179
22.137255
78
h
null
ceph-main/src/librbd/io/AioCompletion.cc
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // vim: ts=8 sw=2 smarttab #include "librbd/io/AioCompletion.h" #include <errno.h> #include "common/ceph_context.h" #include "common/dout.h" #include "common/errno.h" #include "common/perf_counters.h" #include "librbd/AsioEngine.h" #include "libr...
7,328
23.844068
77
cc
null
ceph-main/src/librbd/io/AioCompletion.h
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // vim: ts=8 sw=2 smarttab #ifndef CEPH_LIBRBD_IO_AIO_COMPLETION_H #define CEPH_LIBRBD_IO_AIO_COMPLETION_H #include "common/ceph_time.h" #include "include/common_fwd.h" #include "include/Context.h" #include "include/utime.h" #include "include/rbd/...
5,107
24.039216
74
h
null
ceph-main/src/librbd/io/AsyncOperation.cc
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // vim: ts=8 sw=2 smarttab #include "librbd/io/AsyncOperation.h" #include "include/ceph_assert.h" #include "common/dout.h" #include "librbd/AsioEngine.h" #include "librbd/ImageCtx.h" #define dout_subsys ceph_subsys_rbd #undef dout_prefix #define d...
2,761
28.073684
80
cc
null
ceph-main/src/librbd/io/AsyncOperation.h
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // vim: ts=8 sw=2 smarttab #ifndef LIBRBD_IO_ASYNC_OPERATION_H #define LIBRBD_IO_ASYNC_OPERATION_H #include "include/ceph_assert.h" #include "include/xlist.h" #include <list> class Context; namespace librbd { class ImageCtx; namespace io { cl...
871
15.45283
70
h
null
ceph-main/src/librbd/io/CopyupRequest.cc
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // vim: ts=8 sw=2 smarttab #include "librbd/io/CopyupRequest.h" #include "include/neorados/RADOS.hpp" #include "common/ceph_context.h" #include "common/ceph_mutex.h" #include "common/dout.h" #include "common/errno.h" #include "librbd/AsioEngine.h" ...
23,927
29.914729
85
cc
null
ceph-main/src/librbd/io/CopyupRequest.h
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // vim: ts=8 sw=2 smarttab #ifndef CEPH_LIBRBD_IO_COPYUP_REQUEST_H #define CEPH_LIBRBD_IO_COPYUP_REQUEST_H #include "include/int_types.h" #include "include/buffer.h" #include "include/interval_set.h" #include "common/ceph_mutex.h" #include "common...
3,844
25.335616
77
h
null
ceph-main/src/librbd/io/Dispatcher.h
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // vim: ts=8 sw=2 smarttab #ifndef CEPH_LIBRBD_IO_DISPATCHER_H #define CEPH_LIBRBD_IO_DISPATCHER_H #include "include/int_types.h" #include "include/Context.h" #include "common/ceph_mutex.h" #include "common/dout.h" #include "common/AsyncOpTracker....
7,351
28.059289
92
h
null
ceph-main/src/librbd/io/DispatcherInterface.h
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // vim: ts=8 sw=2 smarttab #ifndef CEPH_LIBRBD_IO_DISPATCHER_INTERFACE_H #define CEPH_LIBRBD_IO_DISPATCHER_INTERFACE_H #include "include/int_types.h" struct Context; namespace librbd { namespace io { template <typename DispatchT> struct Dispatc...
967
24.473684
70
h
null
ceph-main/src/librbd/io/FlushTracker.cc
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // vim: ts=8 sw=2 smarttab #include "librbd/io/FlushTracker.h" #include "common/dout.h" #include "librbd/ImageCtx.h" #include "librbd/Utils.h" #define dout_subsys ceph_subsys_rbd #undef dout_prefix #define dout_prefix *_dout << "librbd::io::FlushT...
3,639
27.661417
78
cc
null
ceph-main/src/librbd/io/FlushTracker.h
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // vim: ts=8 sw=2 smarttab #ifndef CEPH_LIBRBD_IO_FLUSH_TRACKER_H #define CEPH_LIBRBD_IO_FLUSH_TRACKER_H #include "include/int_types.h" #include "common/ceph_mutex.h" #include <atomic> #include <list> #include <map> #include <set> #include <unorde...
1,234
18.919355
70
h
null
ceph-main/src/librbd/io/ImageDispatch.cc
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // vim: ts=8 sw=2 smarttab #include "librbd/io/ImageDispatch.h" #include "common/dout.h" #include "librbd/ImageCtx.h" #include "librbd/io/AioCompletion.h" #include "librbd/io/ImageRequest.h" #include "librbd/io/ObjectDispatcherInterface.h" #define...
7,057
34.114428
80
cc
null
ceph-main/src/librbd/io/ImageDispatch.h
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // vim: ts=8 sw=2 smarttab #ifndef CEPH_LIBRBD_IO_IMAGE_DISPATCH_H #define CEPH_LIBRBD_IO_IMAGE_DISPATCH_H #include "librbd/io/ImageDispatchInterface.h" #include "include/int_types.h" #include "include/buffer.h" #include "common/zipkin_trace.h" #i...
3,345
33.854167
77
h
null
ceph-main/src/librbd/io/ImageDispatchInterface.h
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // vim: ts=8 sw=2 smarttab #ifndef CEPH_LIBRBD_IO_IMAGE_DISPATCH_INTERFACE_H #define CEPH_LIBRBD_IO_IMAGE_DISPATCH_INTERFACE_H #include "include/int_types.h" #include "include/buffer.h" #include "common/zipkin_trace.h" #include "librbd/Types.h" #i...
3,262
36.079545
77
h
null
ceph-main/src/librbd/io/ImageDispatchSpec.cc
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // vim: ts=8 sw=2 smarttab #include "librbd/io/ImageDispatchSpec.h" #include "librbd/ImageCtx.h" #include "librbd/io/AioCompletion.h" #include "librbd/io/ImageRequest.h" #include "librbd/io/ImageDispatcherInterface.h" #include <boost/variant.hpp> ...
1,403
24.527273
74
cc
null
ceph-main/src/librbd/io/ImageDispatchSpec.h
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // vim: ts=8 sw=2 smarttab #ifndef CEPH_LIBRBD_IO_IMAGE_DISPATCH_SPEC_H #define CEPH_LIBRBD_IO_IMAGE_DISPATCH_SPEC_H #include "include/int_types.h" #include "include/buffer.h" #include "include/Context.h" #include "common/zipkin_trace.h" #include ...
8,864
33.764706
79
h
null
ceph-main/src/librbd/io/ImageDispatcher.cc
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // vim: ts=8 sw=2 smarttab #include "librbd/io/ImageDispatcher.h" #include "include/Context.h" #include "common/AsyncOpTracker.h" #include "common/dout.h" #include "librbd/ImageCtx.h" #include "librbd/crypto/CryptoImageDispatch.h" #include "librbd/...
11,280
33.710769
82
cc
null
ceph-main/src/librbd/io/ImageDispatcher.h
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // vim: ts=8 sw=2 smarttab #ifndef CEPH_LIBRBD_IO_IMAGE_DISPATCHER_H #define CEPH_LIBRBD_IO_IMAGE_DISPATCHER_H #include "include/int_types.h" #include "common/ceph_mutex.h" #include "librbd/io/Dispatcher.h" #include "librbd/io/ImageDispatchInterfa...
2,206
27.294872
84
h
null
ceph-main/src/librbd/io/ImageDispatcherInterface.h
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // vim: ts=8 sw=2 smarttab #ifndef CEPH_LIBRBD_IO_IMAGE_DISPATCHER_INTERFACE_H #define CEPH_LIBRBD_IO_IMAGE_DISPATCHER_INTERFACE_H #include "include/int_types.h" #include "librbd/io/DispatcherInterface.h" #include "librbd/io/ImageDispatchInterface...
1,308
30.166667
77
h
null
ceph-main/src/librbd/io/ImageRequest.cc
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // vim: ts=8 sw=2 smarttab #include "librbd/io/ImageRequest.h" #include "librbd/ImageCtx.h" #include "librbd/internal.h" #include "librbd/Journal.h" #include "librbd/Types.h" #include "librbd/Utils.h" #include "librbd/asio/ContextWQ.h" #include "li...
32,378
34.581319
81
cc
null
ceph-main/src/librbd/io/ImageRequest.h
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // vim: ts=8 sw=2 smarttab #ifndef CEPH_LIBRBD_IO_IMAGE_REQUEST_H #define CEPH_LIBRBD_IO_IMAGE_REQUEST_H #include "include/int_types.h" #include "include/buffer_fwd.h" #include "common/zipkin_trace.h" #include "osd/osd_types.h" #include "librbd/Ut...
12,696
32.589947
81
h
null
ceph-main/src/librbd/io/IoOperations.cc
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // vim: ts=8 sw=2 smarttab #include <boost/lexical_cast.hpp> #include <boost/algorithm/string.hpp> #include "librbd/io/Types.h" #include "librbd/io/IoOperations.h" #include <map> #include <vector> namespace librbd { namespace io { #define RBD_I...
2,999
28.411765
80
cc
null
ceph-main/src/librbd/io/IoOperations.h
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // vim: ts=8 sw=2 smarttab #pragma once #include <string> #include <ostream> namespace librbd { namespace io { std::string rbd_io_operations_to_string(uint64_t ops, std::ostream *err); uint64_t rbd_i...
473
23.947368
70
h
null
ceph-main/src/librbd/io/ObjectDispatch.cc
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // vim: ts=8 sw=2 smarttab #include "librbd/io/ObjectDispatch.h" #include "common/dout.h" #include "librbd/AsioEngine.h" #include "librbd/ImageCtx.h" #include "librbd/Utils.h" #include "librbd/io/ObjectRequest.h" #define dout_subsys ceph_subsys_rb...
6,378
38.376543
79
cc
null
ceph-main/src/librbd/io/ObjectDispatch.h
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // vim: ts=8 sw=2 smarttab #ifndef CEPH_LIBRBD_IO_OBJECT_DISPATCH_H #define CEPH_LIBRBD_IO_OBJECT_DISPATCH_H #include "include/int_types.h" #include "include/buffer.h" #include "include/rados/librados.hpp" #include "common/zipkin_trace.h" #include...
3,809
31.844828
75
h
null
ceph-main/src/librbd/io/ObjectDispatchInterface.h
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // vim: ts=8 sw=2 smarttab #ifndef CEPH_LIBRBD_IO_OBJECT_DISPATCH_INTERFACE_H #define CEPH_LIBRBD_IO_OBJECT_DISPATCH_INTERFACE_H #include "include/int_types.h" #include "include/buffer.h" #include "include/rados/librados.hpp" #include "common/zipk...
3,719
35.116505
77
h
null
ceph-main/src/librbd/io/ObjectDispatchSpec.cc
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // vim: ts=8 sw=2 smarttab #include "librbd/io/ObjectDispatchSpec.h" #include "include/Context.h" #include "librbd/io/ObjectDispatcherInterface.h" #include <boost/variant.hpp> namespace librbd { namespace io { void ObjectDispatchSpec::C_Dispatche...
995
19.75
70
cc
null
ceph-main/src/librbd/io/ObjectDispatchSpec.h
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // vim: ts=8 sw=2 smarttab #ifndef CEPH_LIBRBD_IO_OBJECT_DISPATCH_SPEC_H #define CEPH_LIBRBD_IO_OBJECT_DISPATCH_SPEC_H #include "include/int_types.h" #include "include/buffer.h" #include "include/Context.h" #include "include/rados/librados.hpp" #i...
11,715
38.581081
80
h
null
ceph-main/src/librbd/io/ObjectDispatcher.cc
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // vim: ts=8 sw=2 smarttab #include "librbd/io/ObjectDispatcher.h" #include "include/Context.h" #include "common/AsyncOpTracker.h" #include "common/dout.h" #include "librbd/ImageCtx.h" #include "librbd/Utils.h" #include "librbd/asio/ContextWQ.h" #i...
7,792
36.287081
81
cc
null
ceph-main/src/librbd/io/ObjectDispatcher.h
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // vim: ts=8 sw=2 smarttab #ifndef CEPH_LIBRBD_IO_OBJECT_DISPATCHER_H #define CEPH_LIBRBD_IO_OBJECT_DISPATCHER_H #include "include/int_types.h" #include "common/ceph_mutex.h" #include "librbd/io/Dispatcher.h" #include "librbd/io/ObjectDispatchInte...
1,651
26.081967
85
h
null
ceph-main/src/librbd/io/ObjectDispatcherInterface.h
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // vim: ts=8 sw=2 smarttab #ifndef CEPH_LIBRBD_IO_OBJECT_DISPATCHER_INTERFACE_H #define CEPH_LIBRBD_IO_OBJECT_DISPATCHER_INTERFACE_H #include "include/int_types.h" #include "librbd/io/DispatcherInterface.h" #include "librbd/io/ObjectDispatchInterf...
984
26.361111
70
h
null
ceph-main/src/librbd/io/ObjectRequest.cc
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // vim: ts=8 sw=2 smarttab #include "librbd/io/ObjectRequest.h" #include "common/ceph_context.h" #include "common/dout.h" #include "common/errno.h" #include "common/ceph_mutex.h" #include "include/Context.h" #include "include/err.h" #include "inclu...
34,895
31.49162
80
cc
null
ceph-main/src/librbd/io/ObjectRequest.h
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // vim: ts=8 sw=2 smarttab #ifndef CEPH_LIBRBD_IO_OBJECT_REQUEST_H #define CEPH_LIBRBD_IO_OBJECT_REQUEST_H #include "include/int_types.h" #include "include/buffer.h" #include "include/neorados/RADOS.hpp" #include "include/rados/librados.hpp" #incl...
15,444
29.523715
83
h
null
ceph-main/src/librbd/io/QosImageDispatch.cc
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // vim: ts=8 sw=2 smarttab #include "librbd/io/QosImageDispatch.h" #include "common/dout.h" #include "librbd/AsioEngine.h" #include "librbd/ImageCtx.h" #include "librbd/io/FlushTracker.h" #include <utility> #define dout_subsys ceph_subsys_rbd #und...
10,317
30.361702
83
cc
null
ceph-main/src/librbd/io/QosImageDispatch.h
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // vim: ts=8 sw=2 smarttab #ifndef CEPH_LIBRBD_IO_QOS_IMAGE_DISPATCH_H #define CEPH_LIBRBD_IO_QOS_IMAGE_DISPATCH_H #include <list> #include <memory> #include "librbd/io/ImageDispatchInterface.h" #include "include/int_types.h" #include "include/bu...
4,696
33.536765
79
h
null
ceph-main/src/librbd/io/QueueImageDispatch.cc
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // vim: ts=8 sw=2 smarttab #include "librbd/io/QueueImageDispatch.h" #include "common/dout.h" #include "common/Cond.h" #include "librbd/AsioEngine.h" #include "librbd/ImageCtx.h" #include "librbd/Utils.h" #include "librbd/io/AioCompletion.h" #inclu...
5,004
31.290323
79
cc
null
ceph-main/src/librbd/io/QueueImageDispatch.h
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // vim: ts=8 sw=2 smarttab #ifndef CEPH_LIBRBD_IO_QUEUE_IMAGE_DISPATCH_H #define CEPH_LIBRBD_IO_QUEUE_IMAGE_DISPATCH_H #include "librbd/io/ImageDispatchInterface.h" #include "include/int_types.h" #include "include/buffer.h" #include "common/zipkin...
3,749
32.783784
77
h
null
ceph-main/src/librbd/io/ReadResult.cc
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // vim: ts=8 sw=2 smarttab #include "librbd/io/ReadResult.h" #include "include/buffer.h" #include "common/dout.h" #include "librbd/io/AioCompletion.h" #include "librbd/io/Utils.h" #include <boost/variant/apply_visitor.hpp> #include <boost/variant/s...
8,592
31.673004
80
cc
null
ceph-main/src/librbd/io/ReadResult.h
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // vim: ts=8 sw=2 smarttab #ifndef CEPH_LIBRBD_IO_READ_RESULT_H #define CEPH_LIBRBD_IO_READ_RESULT_H #include "include/common_fwd.h" #include "include/int_types.h" #include "include/buffer_fwd.h" #include "include/Context.h" #include "librbd/io/Ty...
2,875
21.123077
78
h
null
ceph-main/src/librbd/io/RefreshImageDispatch.cc
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // vim: ts=8 sw=2 smarttab #include "librbd/io/RefreshImageDispatch.h" #include "common/dout.h" #include "librbd/ImageCtx.h" #include "librbd/ImageState.h" #include <map> #define dout_subsys ceph_subsys_rbd #undef dout_prefix #define dout_prefix *...
5,028
29.113772
79
cc
null
ceph-main/src/librbd/io/RefreshImageDispatch.h
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // vim: ts=8 sw=2 smarttab #ifndef CEPH_LIBRBD_IO_REFRESH_IMAGE_DISPATCH_H #define CEPH_LIBRBD_IO_REFRESH_IMAGE_DISPATCH_H #include "librbd/io/ImageDispatchInterface.h" #include "include/int_types.h" #include "include/buffer.h" #include "common/zi...
3,518
33.5
78
h
null
ceph-main/src/librbd/io/SimpleSchedulerObjectDispatch.cc
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // vim: ts=8 sw=2 smarttab #include "librbd/io/SimpleSchedulerObjectDispatch.h" #include "include/neorados/RADOS.hpp" #include "common/ceph_time.h" #include "common/Timer.h" #include "common/errno.h" #include "librbd/AsioEngine.h" #include "librbd/...
18,211
31.176678
82
cc
null
ceph-main/src/librbd/io/SimpleSchedulerObjectDispatch.h
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // vim: ts=8 sw=2 smarttab #ifndef CEPH_LIBRBD_IO_SIMPLE_SCHEDULER_OBJECT_DISPATCH_H #define CEPH_LIBRBD_IO_SIMPLE_SCHEDULER_OBJECT_DISPATCH_H #include "common/ceph_mutex.h" #include "include/interval_set.h" #include "include/utime.h" #include "l...
7,396
31.442982
82
h
null
ceph-main/src/librbd/io/TypeTraits.h
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // vim: ts=8 sw=2 smarttab #ifndef CEPH_LIBRBD_IO_TYPE_TRAITS_H #define CEPH_LIBRBD_IO_TYPE_TRAITS_H #include "common/Timer.h" namespace librbd { namespace io { template <typename IoCtxT> struct TypeTraits { typedef ::SafeTimer SafeTimer; }; ...
400
18.095238
70
h
null
ceph-main/src/librbd/io/Types.cc
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // vim: ts=8 sw=2 smarttab #include "librbd/io/Types.h" #include <iostream> namespace librbd { namespace io { const WriteReadSnapIds INITIAL_WRITE_READ_SNAP_IDS{0, 0}; std::ostream& operator<<(std::ostream& os, SparseExtentState state) { switc...
1,024
19.5
70
cc
null
ceph-main/src/librbd/io/Types.h
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // vim: ts=8 sw=2 smarttab #ifndef CEPH_LIBRBD_IO_TYPES_H #define CEPH_LIBRBD_IO_TYPES_H #include "include/int_types.h" #include "include/rados/rados_types.hpp" #include "common/interval_map.h" #include "osdc/StriperTypes.h" #include <iosfwd> #inc...
9,779
28.726444
80
h
null
ceph-main/src/librbd/io/Utils.cc
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // vim: ts=8 sw=2 smarttab #include "librbd/io/Utils.h" #include "common/dout.h" #include "include/buffer.h" #include "include/rados/librados.hpp" #include "include/neorados/RADOS.hpp" #include "librbd/internal.h" #include "librbd/Utils.h" #include...
8,435
32.744
80
cc
null
ceph-main/src/librbd/io/Utils.h
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // vim: ts=8 sw=2 smarttab #ifndef CEPH_LIBRBD_IO_UTILS_H #define CEPH_LIBRBD_IO_UTILS_H #include "include/int_types.h" #include "include/buffer_fwd.h" #include "include/rados/rados_types.hpp" #include "common/zipkin_trace.h" #include "librbd/Type...
2,803
32.380952
79
h