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/librados/librados_c.cc
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // vim: ts=8 sw=2 smarttab #include <limits.h> #include "acconfig.h" #include "common/config.h" #include "common/errno.h" #include "common/ceph_argparse.h" #include "common/ceph_json.h" #include "common/common_init.h" #include "common/TracepointPr...
150,658
31.157737
131
cc
null
ceph-main/src/librados/librados_c.h
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // vim: ts=8 sw=2 smarttab #ifndef LIBRADOS_C_H #define LIBRADOS_C_H #include "include/types.h" #include "include/rados/librados.h" namespace __librados_base { struct rados_pool_stat_t { uint64_t num_bytes; uint64_t num_kb; uint64_t num_ob...
636
20.233333
70
h
null
ceph-main/src/librados/librados_cxx.cc
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // vim: ts=8 sw=2 smarttab /* * Ceph - scalable distributed file system * * Copyright (C) 2004-2012 Sage Weil <sage@newdream.net> * * This is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General P...
82,069
24.881425
140
cc
null
ceph-main/src/librados/librados_tp.cc
#include "acconfig.h" #ifdef WITH_LTTNG #define TRACEPOINT_DEFINE #define TRACEPOINT_PROBE_DYNAMIC_LINKAGE #include "tracing/librados.h" #undef TRACEPOINT_PROBE_DYNAMIC_LINKAGE #undef TRACEPOINT_DEFINE #endif
210
20.1
40
cc
null
ceph-main/src/librados/librados_util.cc
#include "librados_util.h" uint8_t get_checksum_op_type(rados_checksum_type_t type) { switch (type) { case LIBRADOS_CHECKSUM_TYPE_XXHASH32: return CEPH_OSD_CHECKSUM_OP_TYPE_XXHASH32; case LIBRADOS_CHECKSUM_TYPE_XXHASH64: return CEPH_OSD_CHECKSUM_OP_TYPE_XXHASH64; case LIBRADOS_CHECKSUM_TYPE_CRC32C: ...
2,228
33.828125
58
cc
null
ceph-main/src/librados/librados_util.h
#include <cstdint> #include "acconfig.h" #include "include/rados/librados.h" #include "IoCtxImpl.h" #ifdef WITH_LTTNG #include "tracing/librados.h" #else #define tracepoint(...) #endif uint8_t get_checksum_op_type(rados_checksum_type_t type); int get_op_flags(int flags); int translate_flags(int flags); struct librad...
780
21.314286
73
h
null
ceph-main/src/librados/snap_set_diff.cc
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // vim: ts=8 sw=2 smarttab #include <vector> #include "snap_set_diff.h" #include "common/ceph_context.h" #include "include/rados/librados.hpp" #include "include/interval_set.h" #include "common/debug.h" #define dout_subsys ceph_subsys_rados usin...
3,506
28.720339
86
cc
null
ceph-main/src/librados/snap_set_diff.h
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // vim: ts=8 sw=2 smarttab #ifndef __CEPH_OSDC_SNAP_SET_DIFF_H #define __CEPH_OSDC_SNAP_SET_DIFF_H #include "include/common_fwd.h" #include "include/rados/rados_types.hpp" #include "include/interval_set.h" void calc_snap_set_diff(CephContext *cct...
555
28.263158
70
h
null
ceph-main/src/libradosstriper/MultiAioCompletionImpl.cc
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // vim: ts=8 sw=2 smarttab /* * Ceph - scalable distributed file system * * Copyright (C) 2014 Sebastien Ponce <sebastien.ponce@cern.ch> * * This is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser Ge...
1,347
21.098361
73
cc
null
ceph-main/src/libradosstriper/MultiAioCompletionImpl.h
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // vim: ts=8 sw=2 smarttab /* * Ceph - scalable distributed file system * * Copyright (C) 2014 Sebastien Ponce <sebastien.ponce@cern.ch> * * This is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser Ge...
4,333
24.494118
84
h
null
ceph-main/src/libradosstriper/RadosStriperImpl.cc
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // vim: ts=8 sw=2 smarttab /* * Ceph - scalable distributed file system * * Copyright (C) 2014 Sebastien Ponce <sebastien.ponce@cern.ch> * * This is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser Ge...
58,551
35.345127
121
cc
null
ceph-main/src/libradosstriper/RadosStriperImpl.h
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // vim: ts=8 sw=2 smarttab /* * Ceph - scalable distributed file system * * Copyright (C) 2014 Sebastien Ponce <sebastien.ponce@cern.ch> * * This is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser Ge...
9,688
33.978339
88
h
null
ceph-main/src/libradosstriper/libradosstriper.cc
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // vim: ts=8 sw=2 smarttab /* * Ceph - scalable distributed file system * * Copyright (C) 2014 Sebastien Ponce <sebastien.ponce@cern.ch> * * This is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser Ge...
20,082
28.148041
104
cc
null
ceph-main/src/librbd/AsioEngine.cc
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // vim: ts=8 sw=2 smarttab #include "librbd/AsioEngine.h" #include "include/Context.h" #include "include/neorados/RADOS.hpp" #include "include/rados/librados.hpp" #include "common/dout.h" #include "librbd/asio/ContextWQ.h" #define dout_subsys ceph...
1,798
30.561404
79
cc
null
ceph-main/src/librbd/AsioEngine.h
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // vim: ts=8 sw=2 smarttab #ifndef CEPH_LIBRBD_ASIO_ENGINE_H #define CEPH_LIBRBD_ASIO_ENGINE_H #include "include/common_fwd.h" #include "include/rados/librados_fwd.hpp" #include <memory> #include <boost/asio/dispatch.hpp> #include <boost/asio/io_c...
2,015
23.888889
70
h
null
ceph-main/src/librbd/AsyncObjectThrottle.cc
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // vim: ts=8 sw=2 smarttab #include "librbd/AsyncObjectThrottle.h" #include "librbd/AsyncRequest.h" #include "librbd/ImageCtx.h" #include "librbd/Utils.h" #include "librbd/asio/ContextWQ.h" namespace librbd { template <typename T> AsyncObjectThrot...
2,763
24.357798
77
cc
null
ceph-main/src/librbd/AsyncObjectThrottle.h
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // vim: ts=8 sw=2 smarttab #ifndef CEPH_LIBRBD_ASYNC_OBJECT_THROTTLE_H #define CEPH_LIBRBD_ASYNC_OBJECT_THROTTLE_H #include "include/int_types.h" #include "include/Context.h" #include <boost/function.hpp> namespace librbd { template <typename Ima...
2,043
24.55
74
h
null
ceph-main/src/librbd/AsyncRequest.cc
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // vim: ts=8 sw=2 smarttab #include "librbd/AsyncRequest.h" #include "librbd/ImageCtx.h" #include "librbd/Utils.h" #include "librbd/asio/ContextWQ.h" namespace librbd { template <typename T> AsyncRequest<T>::AsyncRequest(T &image_ctx, Context *on_...
1,866
24.930556
79
cc
null
ceph-main/src/librbd/AsyncRequest.h
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // vim: ts=8 sw=2 smarttab #ifndef CEPH_LIBRBD_ASYNC_REQUEST_H #define CEPH_LIBRBD_ASYNC_REQUEST_H #include "include/Context.h" #include "include/rados/librados.hpp" #include "include/xlist.h" #include "include/compat.h" namespace librbd { class ...
1,604
19.844156
70
h
null
ceph-main/src/librbd/BlockGuard.h
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // vim: ts=8 sw=2 smarttab #ifndef CEPH_LIBRBD_IO_BLOCK_GUARD_H #define CEPH_LIBRBD_IO_BLOCK_GUARD_H #include "include/int_types.h" #include "common/dout.h" #include "common/ceph_mutex.h" #include <boost/intrusive/list.hpp> #include <boost/intrusi...
5,596
30.44382
87
h
null
ceph-main/src/librbd/ConfigWatcher.cc
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // vim: ts=8 sw=2 smarttab #include "librbd/ConfigWatcher.h" #include "common/config_obs.h" #include "common/dout.h" #include "common/errno.h" #include "librbd/ImageCtx.h" #include "librbd/ImageState.h" #include "librbd/api/Config.h" #include <dequ...
3,053
25.102564
75
cc
null
ceph-main/src/librbd/ConfigWatcher.h
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // vim: ts=8 sw=2 smarttab #ifndef CEPH_LIBRBD_CONFIG_WATCHER_H #define CEPH_LIBRBD_CONFIG_WATCHER_H #include <set> #include <string> struct Context; namespace librbd { struct ImageCtx; template <typename ImageCtxT> class ConfigWatcher { publi...
917
18.125
70
h
null
ceph-main/src/librbd/DeepCopyRequest.cc
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // vim: ts=8 sw=2 smarttab #include "DeepCopyRequest.h" #include "common/errno.h" #include "librbd/ExclusiveLock.h" #include "librbd/ImageCtx.h" #include "librbd/ObjectMap.h" #include "librbd/Utils.h" #include "librbd/deep_copy/ImageCopyRequest.h" ...
9,954
26.5
81
cc
null
ceph-main/src/librbd/DeepCopyRequest.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_REQUEST_H #define CEPH_LIBRBD_DEEP_COPY_REQUEST_H #include "common/ceph_mutex.h" #include "common/RefCountedObj.h" #include "include/int_types.h" #include "librbd/ImageCtx.h" #include "librb...
4,194
29.179856
79
h
null
ceph-main/src/librbd/ExclusiveLock.cc
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // vim: ts=8 sw=2 smarttab #include "librbd/cache/Utils.h" #include "librbd/ExclusiveLock.h" #include "librbd/ImageCtx.h" #include "librbd/ImageWatcher.h" #include "librbd/ImageState.h" #include "librbd/exclusive_lock/ImageDispatch.h" #include "lib...
11,476
28.503856
87
cc
null
ceph-main/src/librbd/ExclusiveLock.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_H #define CEPH_LIBRBD_EXCLUSIVE_LOCK_H #include "common/AsyncOpTracker.h" #include "librbd/ManagedLock.h" #include "librbd/exclusive_lock/Policy.h" #include "librbd/io/Types.h" #include...
4,124
33.957627
78
h
null
ceph-main/src/librbd/Features.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/Features.h" #include "include/rbd/features.h" #include <map> #include <vector> static const std::map<std::string, uint64_t> RBD_F...
3,181
27.410714
70
cc
null
ceph-main/src/librbd/Features.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 { std::string rbd_features_to_string(uint64_t features, std::ostream *err); uint64_t rbd_features_from_string(const std::string& value, ...
359
20.176471
70
h
null
ceph-main/src/librbd/ImageCtx.cc
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // vim: ts=8 sw=2 smarttab #include <errno.h> #include <boost/assign/list_of.hpp> #include <stddef.h> #include "include/neorados/RADOS.hpp" #include "common/ceph_context.h" #include "common/dout.h" #include "common/errno.h" #include "common/perf_c...
33,692
31.71165
125
cc
null
ceph-main/src/librbd/ImageCtx.h
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // vim: ts=8 sw=2 smarttab #ifndef CEPH_LIBRBD_IMAGECTX_H #define CEPH_LIBRBD_IMAGECTX_H #include "include/int_types.h" #include <atomic> #include <list> #include <map> #include <memory> #include <set> #include <string> #include <vector> #include...
12,929
34.04065
89
h
null
ceph-main/src/librbd/ImageState.cc
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // vim: ts=8 sw=2 smarttab #include "librbd/ImageState.h" #include "include/rbd/librbd.hpp" #include "common/dout.h" #include "common/errno.h" #include "common/Cond.h" #include "common/WorkQueue.h" #include "librbd/AsioEngine.h" #include "librbd/Im...
28,604
26.478386
99
cc
null
ceph-main/src/librbd/ImageState.h
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // vim: ts=8 sw=2 smarttab #ifndef CEPH_LIBRBD_IMAGE_STATE_H #define CEPH_LIBRBD_IMAGE_STATE_H #include "include/int_types.h" #include "common/ceph_mutex.h" #include <list> #include <string> #include <utility> #include "cls/rbd/cls_rbd_types.h" c...
3,735
22.948718
75
h
null
ceph-main/src/librbd/ImageWatcher.cc
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // vim: ts=8 sw=2 smarttab #include "librbd/ImageWatcher.h" #include "librbd/ExclusiveLock.h" #include "librbd/ImageCtx.h" #include "librbd/ImageState.h" #include "librbd/internal.h" #include "librbd/TaskFinisher.h" #include "librbd/Types.h" #inclu...
56,631
35.395887
91
cc
null
ceph-main/src/librbd/ImageWatcher.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_H #define CEPH_LIBRBD_IMAGE_WATCHER_H #include "cls/rbd/cls_rbd_types.h" #include "common/AsyncOpTracker.h" #include "common/ceph_mutex.h" #include "include/Context.h" #include "include/...
12,304
38.187898
80
h
null
ceph-main/src/librbd/Journal.cc
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // vim: ts=8 sw=2 smarttab #include "librbd/Journal.h" #include "include/rados/librados.hpp" #include "common/AsyncOpTracker.h" #include "common/errno.h" #include "common/Timer.h" #include "common/WorkQueue.h" #include "cls/journal/cls_journal_type...
57,986
30.125604
98
cc
null
ceph-main/src/librbd/Journal.h
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // vim: ts=8 sw=2 smarttab #ifndef CEPH_LIBRBD_JOURNAL_H #define CEPH_LIBRBD_JOURNAL_H #include "include/int_types.h" #include "include/Context.h" #include "include/interval_set.h" #include "include/rados/librados_fwd.hpp" #include "common/AsyncOp...
12,384
31.506562
80
h
null
ceph-main/src/librbd/LibrbdAdminSocketHook.cc
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // vim: ts=8 sw=2 smarttab #include "common/errno.h" #include "librbd/ImageCtx.h" #include "librbd/LibrbdAdminSocketHook.h" #include "librbd/internal.h" #include "librbd/api/Io.h" #define dout_subsys ceph_subsys_rbd #undef dout_prefix #define dou...
2,245
23.150538
74
cc
null
ceph-main/src/librbd/LibrbdAdminSocketHook.h
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // vim: ts=8 sw=2 smarttab #ifndef CEPH_LIBRBD_LIBRBDADMINSOCKETHOOK_H #define CEPH_LIBRBD_LIBRBDADMINSOCKETHOOK_H #include <map> #include "common/admin_socket.h" namespace librbd { struct ImageCtx; class LibrbdAdminSocketCommand; class L...
801
21.277778
70
h
null
ceph-main/src/librbd/ManagedLock.cc
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // vim: ts=8 sw=2 smarttab #include "librbd/ManagedLock.h" #include "librbd/AsioEngine.h" #include "librbd/ImageCtx.h" #include "librbd/Watcher.h" #include "librbd/asio/ContextWQ.h" #include "librbd/managed_lock/AcquireRequest.h" #include "librbd/m...
23,787
26.660465
87
cc
null
ceph-main/src/librbd/ManagedLock.h
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // vim: ts=8 sw=2 smarttab #ifndef CEPH_LIBRBD_MANAGED_LOCK_H #define CEPH_LIBRBD_MANAGED_LOCK_H #include "include/int_types.h" #include "include/Context.h" #include "include/rados/librados.hpp" #include "common/AsyncOpTracker.h" #include "cls/loc...
8,221
29.339483
78
h
null
ceph-main/src/librbd/MirroringWatcher.cc
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // vim: ts=8 sw=2 smarttab #include "librbd/MirroringWatcher.h" #include "include/rbd_types.h" #include "include/rados/librados.hpp" #include "common/errno.h" #include "common/Cond.h" #include "librbd/Utils.h" #include "librbd/watcher/Utils.h" #de...
4,595
31.13986
81
cc
null
ceph-main/src/librbd/MirroringWatcher.h
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // vim: ts=8 sw=2 smarttab #ifndef CEPH_LIBRBD_MIRRORING_WATCHER_H #define CEPH_LIBRBD_MIRRORING_WATCHER_H #include "include/int_types.h" #include "include/rados/librados_fwd.hpp" #include "cls/rbd/cls_rbd_types.h" #include "librbd/ImageCtx.h" #in...
2,638
37.808824
81
h
null
ceph-main/src/librbd/ObjectMap.cc
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // vim: ts=8 sw=2 smarttab #include "librbd/ObjectMap.h" #include "librbd/BlockGuard.h" #include "librbd/ExclusiveLock.h" #include "librbd/ImageCtx.h" #include "librbd/asio/ContextWQ.h" #include "librbd/object_map/RefreshRequest.h" #include "librbd...
13,119
33.435696
93
cc
null
ceph-main/src/librbd/ObjectMap.h
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // vim: ts=8 sw=2 smarttab #ifndef CEPH_LIBRBD_OBJECT_MAP_H #define CEPH_LIBRBD_OBJECT_MAP_H #include "include/int_types.h" #include "include/fs_types.h" #include "include/rados/librados_fwd.hpp" #include "include/rbd/object_map_types.h" #include ...
6,104
33.6875
106
h
null
ceph-main/src/librbd/Operations.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_types.h" #include "librbd/Operations.h" #include "common/dout.h" #include "common/errno.h" #include "common/perf_counters.h" #include "osdc/Striper.h" #include "librbd/ExclusiveLock.h" #include ...
62,994
31.388175
97
cc
null
ceph-main/src/librbd/Operations.h
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // vim: ts=8 sw=2 smarttab #ifndef CEPH_LIBRBD_OPERATIONS_H #define CEPH_LIBRBD_OPERATIONS_H #include "cls/rbd/cls_rbd_types.h" #include "include/int_types.h" #include "librbd/exclusive_lock/Policy.h" #include "librbd/operation/ObjectMapIterate.h"...
5,716
34.955975
82
h
null
ceph-main/src/librbd/PluginRegistry.cc
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // vim: ts=8 sw=2 smarttab #include "librbd/PluginRegistry.h" #include "include/Context.h" #include "common/dout.h" #include "librbd/cache/ImageWriteback.h" #include "librbd/ImageCtx.h" #include "librbd/plugin/Api.h" #include <boost/tokenizer.hpp> ...
2,788
26.343137
79
cc
null
ceph-main/src/librbd/PluginRegistry.h
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // vim: ts=8 sw=2 smarttab #ifndef CEPH_LIBRBD_PLUGIN_REGISTRY_H #define CEPH_LIBRBD_PLUGIN_REGISTRY_H #include "librbd/plugin/Types.h" #include <memory> #include <string> #include <list> struct Context; namespace librbd { struct ImageCtx; nam...
1,120
20.557692
70
h
null
ceph-main/src/librbd/TaskFinisher.h
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // vim: ts=8 sw=2 smarttab #ifndef LIBRBD_TASK_FINISHER_H #define LIBRBD_TASK_FINISHER_H #include "include/common_fwd.h" #include "include/Context.h" #include "common/ceph_context.h" #include "common/Finisher.h" #include "common/ceph_mutex.h" #incl...
4,727
25.266667
89
h
null
ceph-main/src/librbd/TrashWatcher.cc
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // vim: ts=8 sw=2 smarttab #include "librbd/TrashWatcher.h" #include "include/rbd_types.h" #include "include/rados/librados.hpp" #include "common/errno.h" #include "librbd/Utils.h" #include "librbd/watcher/Utils.h" #define dout_subsys ceph_subsys_...
3,586
29.65812
77
cc
null
ceph-main/src/librbd/TrashWatcher.h
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // vim: ts=8 sw=2 smarttab #ifndef CEPH_LIBRBD_TRASH_WATCHER_H #define CEPH_LIBRBD_TRASH_WATCHER_H #include "include/int_types.h" #include "include/rados/librados_fwd.hpp" #include "cls/rbd/cls_rbd_types.h" #include "librbd/ImageCtx.h" #include "l...
2,075
34.186441
77
h
null
ceph-main/src/librbd/Types.h
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // vim: ts=8 sw=2 smarttab #ifndef LIBRBD_TYPES_H #define LIBRBD_TYPES_H #include "include/types.h" #include "cls/rbd/cls_rbd_types.h" #include "deep_copy/Types.h" #include <map> #include <memory> #include <string> namespace neorados { class IOCo...
3,665
24.636364
79
h
null
ceph-main/src/librbd/Utils.cc
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // vim: ts=8 sw=2 smarttab #include <boost/algorithm/string.hpp> #include <boost/lexical_cast.hpp> #include "librbd/Utils.h" #include "include/random.h" #include "include/rbd_types.h" #include "include/stringify.h" #include "include/neorados/RADOS...
6,934
27.076923
76
cc
null
ceph-main/src/librbd/Utils.h
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // vim: ts=8 sw=2 smarttab #ifndef CEPH_LIBRBD_UTILS_H #define CEPH_LIBRBD_UTILS_H #include "include/rados/librados.hpp" #include "include/rbd_types.h" #include "include/ceph_assert.h" #include "include/Context.h" #include "common/snap_types.h" #i...
8,251
27.752613
85
h
null
ceph-main/src/librbd/WatchNotifyTypes.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_types.h" #include "common/Formatter.h" #include "include/ceph_assert.h" #include "include/stringify.h" #include "librbd/WatchNotifyTypes.h" namespace librbd { namespace watch_notify { void Asyn...
15,460
26.707885
102
cc
null
ceph-main/src/librbd/WatchNotifyTypes.h
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // vim: ts=8 sw=2 smarttab #ifndef LIBRBD_WATCH_NOTIFY_TYPES_H #define LIBRBD_WATCH_NOTIFY_TYPES_H #include "cls/rbd/cls_rbd_types.h" #include "include/int_types.h" #include "include/buffer_fwd.h" #include "include/encoding.h" #include "librbd/watc...
14,766
26.705441
81
h
null
ceph-main/src/librbd/Watcher.cc
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // vim: ts=8 sw=2 smarttab #include "librbd/Watcher.h" #include "librbd/watcher/RewatchRequest.h" #include "librbd/Utils.h" #include "librbd/TaskFinisher.h" #include "librbd/asio/ContextWQ.h" #include "include/encoding.h" #include "common/errno.h" ...
10,531
27.38814
79
cc
null
ceph-main/src/librbd/Watcher.h
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // vim: ts=8 sw=2 smarttab #ifndef CEPH_LIBRBD_WATCHER_H #define CEPH_LIBRBD_WATCHER_H #include "common/AsyncOpTracker.h" #include "common/ceph_mutex.h" #include "common/RWLock.h" #include "include/rados/librados.hpp" #include "librbd/watcher/Noti...
4,543
23.695652
71
h
null
ceph-main/src/librbd/internal.cc
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // vim: ts=8 sw=2 smarttab #include "include/int_types.h" #include <errno.h> #include <limits.h> #include "include/types.h" #include "include/uuid.h" #include "common/ceph_context.h" #include "common/dout.h" #include "common/errno.h" #include "com...
49,410
27.380816
102
cc
null
ceph-main/src/librbd/internal.h
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // vim: ts=8 sw=2 smarttab #ifndef CEPH_LIBRBD_INTERNAL_H #define CEPH_LIBRBD_INTERNAL_H #include "include/int_types.h" #include <map> #include <set> #include <string> #include <vector> #include "include/buffer_fwd.h" #include "include/rbd/librbd...
5,956
39.80137
89
h
null
ceph-main/src/librbd/librbd.cc
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // vim: ts=8 sw=2 smarttab /* * Ceph - scalable distributed file system * * Copyright (C) 2011 New Dream Network * * This is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License ...
263,251
34.288472
205
cc
null
ceph-main/src/librbd/api/Config.cc
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // vim: ts=8 sw=2 smarttab #include "librbd/api/Config.h" #include "common/dout.h" #include "common/errno.h" #include "common/Cond.h" #include "librbd/ImageCtx.h" #include "librbd/Utils.h" #include "librbd/api/PoolMetadata.h" #include "librbd/image...
6,087
25.017094
83
cc
null
ceph-main/src/librbd/api/Config.h
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // vim: ts=8 sw=2 smarttab #ifndef CEPH_LIBRBD_API_CONFIG_H #define CEPH_LIBRBD_API_CONFIG_H #include "common/config_fwd.h" #include "include/common_fwd.h" #include "include/rbd/librbd.hpp" #include "include/rados/librados_fwd.hpp" namespace libr...
1,032
26.184211
79
h
null
ceph-main/src/librbd/api/DiffIterate.cc
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // vim: ts=8 sw=2 smarttab #include "librbd/api/DiffIterate.h" #include "librbd/ImageCtx.h" #include "librbd/ImageState.h" #include "librbd/ObjectMap.h" #include "librbd/Utils.h" #include "librbd/internal.h" #include "librbd/io/AioCompletion.h" #in...
12,738
32.612137
100
cc
null
ceph-main/src/librbd/api/DiffIterate.h
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // vim: ts=8 sw=2 smarttab #ifndef CEPH_LIBRBD_API_DIFF_ITERATE_H #define CEPH_LIBRBD_API_DIFF_ITERATE_H #include "include/int_types.h" #include "common/bit_vector.hpp" #include "cls/rbd/cls_rbd_types.h" namespace librbd { class ImageCtx; names...
1,897
27.328358
74
h
null
ceph-main/src/librbd/api/Group.cc
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // vim: ts=8 sw=2 smarttab #include "common/Cond.h" #include "common/errno.h" #include "librbd/ExclusiveLock.h" #include "librbd/api/Group.h" #include "librbd/ImageCtx.h" #include "librbd/ImageState.h" #include "librbd/ImageWatcher.h" #include "li...
35,799
26.795031
127
cc
null
ceph-main/src/librbd/api/Group.h
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // vim: ts=8 sw=2 smarttab #ifndef CEPH_LIBRBD_API_GROUP_H #define CEPH_LIBRBD_API_GROUP_H #include "include/rbd/librbd.hpp" #include "include/rados/librados_fwd.hpp" #include <string> #include <vector> namespace librbd { struct ImageCtx; names...
2,386
38.131148
79
h
null
ceph-main/src/librbd/api/Image.cc
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // vim: ts=8 sw=2 smarttab #include "librbd/api/Image.h" #include "include/rados/librados.hpp" #include "common/dout.h" #include "common/errno.h" #include "common/Cond.h" #include "cls/rbd/cls_rbd_client.h" #include "librbd/AsioEngine.h" #include "...
30,982
29.495079
80
cc
null
ceph-main/src/librbd/api/Image.h
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // vim: ts=8 sw=2 smarttab #ifndef LIBRBD_API_IMAGE_H #define LIBRBD_API_IMAGE_H #include "include/rbd/librbd.hpp" #include "include/rados/librados_fwd.hpp" #include "librbd/Types.h" #include <map> #include <set> #include <string> namespace librb...
3,265
36.976744
93
h
null
ceph-main/src/librbd/api/Io.cc
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // vim: ts=8 sw=2 smarttab #include "librbd/api/Io.h" #include "include/intarith.h" #include "common/dout.h" #include "common/errno.h" #include "common/Cond.h" #include "common/EventTrace.h" #include "librbd/ImageCtx.h" #include "librbd/internal.h"...
17,870
31.142086
80
cc
null
ceph-main/src/librbd/api/Io.h
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // vim: ts=8 sw=2 smarttab #ifndef LIBRBD_API_IO_H #define LIBRBD_API_IO_H #include "include/int_types.h" #include "librbd/io/ReadResult.h" namespace librbd { struct ImageCtx; namespace io { struct AioCompletion; } namespace api { template<typ...
3,000
44.469697
80
h
null
ceph-main/src/librbd/api/Migration.cc
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // vim: ts=8 sw=2 smarttab #include "librbd/api/Migration.h" #include "include/rados/librados.hpp" #include "include/stringify.h" #include "common/dout.h" #include "common/errno.h" #include "common/Cond.h" #include "cls/rbd/cls_rbd_client.h" #inclu...
65,448
29.770569
85
cc
null
ceph-main/src/librbd/api/Migration.h
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // vim: ts=8 sw=2 smarttab #ifndef CEPH_LIBRBD_API_MIGRATION_H #define CEPH_LIBRBD_API_MIGRATION_H #include "include/int_types.h" #include "include/rados/librados_fwd.hpp" #include "include/rbd/librbd.hpp" #include "cls/rbd/cls_rbd_types.h" #incl...
4,328
36.973684
80
h
null
ceph-main/src/librbd/api/Mirror.cc
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // vim: ts=8 sw=2 smarttab #include "librbd/api/Mirror.h" #include "include/rados/librados.hpp" #include "include/stringify.h" #include "common/ceph_json.h" #include "common/dout.h" #include "common/errno.h" #include "cls/rbd/cls_rbd_client.h" #inc...
66,186
30.442755
80
cc
null
ceph-main/src/librbd/api/Mirror.h
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // vim: ts=8 sw=2 smarttab #ifndef LIBRBD_API_MIRROR_H #define LIBRBD_API_MIRROR_H #include "include/rbd/librbd.hpp" #include <map> #include <string> #include <vector> struct Context; namespace librbd { struct ImageCtx; namespace asio { struct ...
5,990
46.173228
80
h
null
ceph-main/src/librbd/api/Namespace.cc
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // vim: ts=8 sw=2 smarttab #include "common/errno.h" #include "cls/rbd/cls_rbd_client.h" #include "librbd/api/Mirror.h" #include "librbd/api/Namespace.h" #include "librbd/ImageCtx.h" #define dout_subsys ceph_subsys_rbd #undef dout_prefix #define d...
5,911
24.050847
88
cc
null
ceph-main/src/librbd/api/Namespace.h
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // vim: ts=8 sw=2 smarttab #ifndef CEPH_LIBRBD_API_NAMESPACE_H #define CEPH_LIBRBD_API_NAMESPACE_H #include "include/rados/librados_fwd.hpp" #include "include/rbd/librbd.hpp" #include <string> #include <vector> namespace librbd { struct ImageCtx...
863
24.411765
84
h
null
ceph-main/src/librbd/api/Pool.cc
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // vim: ts=8 sw=2 smarttab #include "librbd/api/Pool.h" #include "include/rados/librados.hpp" #include "common/dout.h" #include "common/errno.h" #include "common/Cond.h" #include "common/Throttle.h" #include "cls/rbd/cls_rbd_client.h" #include "osd...
10,605
27.207447
79
cc
null
ceph-main/src/librbd/api/Pool.h
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // vim: ts=8 sw=2 smarttab #ifndef CEPH_LIBRBD_API_POOL_H #define CEPH_LIBRBD_API_POOL_H #include "include/int_types.h" #include "include/rados/librados_fwd.hpp" #include "include/rbd/librbd.h" #include <map> namespace librbd { struct ImageCtx; ...
913
22.435897
75
h
null
ceph-main/src/librbd/api/PoolMetadata.cc
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // vim: ts=8 sw=2 smarttab #include "librbd/api/PoolMetadata.h" #include "cls/rbd/cls_rbd_client.h" #include "common/dout.h" #include "common/errno.h" #include "common/Cond.h" #include "librbd/Utils.h" #include "librbd/api/Config.h" #include "librb...
4,276
26.242038
80
cc
null
ceph-main/src/librbd/api/PoolMetadata.h
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // vim: ts=8 sw=2 smarttab #ifndef CEPH_LIBRBD_API_POOL_METADATA_H #define CEPH_LIBRBD_API_POOL_METADATA_H #include "include/buffer_fwd.h" #include "include/rados/librados_fwd.hpp" #include <cstdint> #include <map> #include <string> namespace li...
1,030
26.131579
80
h
null
ceph-main/src/librbd/api/Snapshot.cc
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // vim: ts=8 sw=2 smarttab #include "librbd/api/Snapshot.h" #include "cls/rbd/cls_rbd_types.h" #include "common/errno.h" #include "librbd/internal.h" #include "librbd/ImageCtx.h" #include "librbd/ImageState.h" #include "librbd/Operations.h" #includ...
12,009
25.988764
101
cc
null
ceph-main/src/librbd/api/Snapshot.h
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // vim: ts=8 sw=2 smarttab #ifndef CEPH_LIBRBD_API_SNAPSHOT_H #define CEPH_LIBRBD_API_SNAPSHOT_H #include "include/rbd/librbd.hpp" #include "cls/rbd/cls_rbd_types.h" #include <string> namespace librbd { struct ImageCtx; namespace api { templat...
2,125
30.264706
99
h
null
ceph-main/src/librbd/api/Trash.cc
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // vim: ts=8 sw=2 smarttab #include "librbd/api/Trash.h" #include "include/rados/librados.hpp" #include "common/dout.h" #include "common/errno.h" #include "common/Cond.h" #include "cls/rbd/cls_rbd_client.h" #include "librbd/AsioEngine.h" #include "...
24,816
31.653947
82
cc
null
ceph-main/src/librbd/api/Trash.h
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // vim: ts=8 sw=2 smarttab #ifndef LIBRBD_API_TRASH_H #define LIBRBD_API_TRASH_H #include "include/rados/librados_fwd.hpp" #include "include/rbd/librbd.hpp" #include "cls/rbd/cls_rbd_types.h" #include <set> #include <string> #include <vector> nam...
1,783
32.037037
77
h
null
ceph-main/src/librbd/api/Utils.cc
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // vim: ts=8 sw=2 smarttab #include "librbd/api/Utils.h" #include "common/dout.h" #if defined(HAVE_LIBCRYPTSETUP) #include "librbd/crypto/luks/LUKSEncryptionFormat.h" #endif #define dout_subsys ceph_subsys_rbd #undef dout_prefix #define dout_pref...
3,607
34.029126
78
cc
null
ceph-main/src/librbd/api/Utils.h
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // vim: ts=8 sw=2 smarttab #ifndef CEPH_LIBRBD_API_UTILS_H #define CEPH_LIBRBD_API_UTILS_H #include "include/rbd/librbd.hpp" #include "librbd/ImageCtx.h" #include "librbd/crypto/EncryptionFormat.h" namespace librbd { struct ImageCtx; namespace ...
701
23.206897
70
h
null
ceph-main/src/librbd/asio/ContextWQ.cc
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // vim: ts=8 sw=2 smarttab #include "librbd/asio/ContextWQ.h" #include "include/Context.h" #include "common/Cond.h" #include "common/dout.h" #define dout_subsys ceph_subsys_rbd #undef dout_prefix #define dout_prefix *_dout << "librbd::asio::Contex...
1,227
23.56
76
cc
null
ceph-main/src/librbd/asio/ContextWQ.h
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // vim: ts=8 sw=2 smarttab #ifndef CEPH_LIBRBD_ASIO_CONTEXT_WQ_H #define CEPH_LIBRBD_ASIO_CONTEXT_WQ_H #include "include/common_fwd.h" #include "include/Context.h" #include <atomic> #include <memory> #include <boost/asio/io_context.hpp> #include <...
1,214
21.924528
76
h
null
ceph-main/src/librbd/asio/Utils.h
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // vim: ts=8 sw=2 smarttab #ifndef CEPH_LIBRBD_ASIO_UTILS_H #define CEPH_LIBRBD_ASIO_UTILS_H #include "include/Context.h" #include "include/rados/librados_fwd.hpp" #include <boost/system/error_code.hpp> namespace librbd { namespace asio { namespa...
792
22.323529
76
h
null
ceph-main/src/librbd/cache/ImageWriteback.cc
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // vim: ts=8 sw=2 smarttab #include "ImageWriteback.h" #include "include/buffer.h" #include "common/dout.h" #include "librbd/ImageCtx.h" #include "librbd/Utils.h" #include "librbd/io/AioCompletion.h" #include "librbd/io/ImageDispatchSpec.h" #includ...
5,731
37.993197
79
cc
null
ceph-main/src/librbd/cache/ImageWriteback.h
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // vim: ts=8 sw=2 smarttab #ifndef CEPH_LIBRBD_CACHE_IMAGE_WRITEBACK #define CEPH_LIBRBD_CACHE_IMAGE_WRITEBACK #include "include/buffer_fwd.h" #include "include/int_types.h" #include "librbd/io/Types.h" #include <vector> class Context; namespace...
2,899
36.179487
87
h
null
ceph-main/src/librbd/cache/ObjectCacherObjectDispatch.cc
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // vim: ts=8 sw=2 smarttab #include "librbd/cache/ObjectCacherObjectDispatch.h" #include "include/neorados/RADOS.hpp" #include "common/errno.h" #include "librbd/ImageCtx.h" #include "librbd/Journal.h" #include "librbd/Utils.h" #include "librbd/asio...
17,654
35.252567
83
cc
null
ceph-main/src/librbd/cache/ObjectCacherObjectDispatch.h
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // vim: ts=8 sw=2 smarttab #ifndef CEPH_LIBRBD_CACHE_OBJECT_CACHER_OBJECT_DISPATCH_H #define CEPH_LIBRBD_CACHE_OBJECT_CACHER_OBJECT_DISPATCH_H #include "librbd/io/ObjectDispatchInterface.h" #include "common/ceph_mutex.h" #include "osdc/ObjectCache...
4,671
34.12782
82
h
null
ceph-main/src/librbd/cache/ObjectCacherWriteback.cc
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // vim: ts=8 sw=2 smarttab #include <errno.h> #include "librbd/cache/ObjectCacherWriteback.h" #include "common/ceph_context.h" #include "common/dout.h" #include "common/ceph_mutex.h" #include "osdc/Striper.h" #include "include/Context.h" #include ...
10,156
34.267361
80
cc
null
ceph-main/src/librbd/cache/ObjectCacherWriteback.h
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // vim: ts=8 sw=2 smarttab #ifndef CEPH_LIBRBD_CACHE_OBJECT_CACHER_WRITEBACK_H #define CEPH_LIBRBD_CACHE_OBJECT_CACHER_WRITEBACK_H #include "common/snap_types.h" #include "osd/osd_types.h" #include "osdc/WritebackHandler.h" #include <queue> class...
2,594
31.848101
76
h
null
ceph-main/src/librbd/cache/ParentCacheObjectDispatch.cc
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // vim: ts=8 sw=2 smarttab #include "common/errno.h" #include "include/neorados/RADOS.hpp" #include "librbd/ImageCtx.h" #include "librbd/Utils.h" #include "librbd/asio/ContextWQ.h" #include "librbd/cache/ParentCacheObjectDispatch.h" #include "librb...
8,334
30.812977
80
cc
null
ceph-main/src/librbd/cache/ParentCacheObjectDispatch.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_CACHER_OBJECT_DISPATCH_H #define CEPH_LIBRBD_CACHE_PARENT_CACHER_OBJECT_DISPATCH_H #include "librbd/io/ObjectDispatchInterface.h" #include "common/ceph_mutex.h" #include "librbd/cache/Typ...
5,482
32.845679
81
h
null
ceph-main/src/librbd/cache/TypeTraits.h
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // vim: ts=8 sw=2 smarttab #ifndef CEPH_LIBRBD_CACHE_TYPE_TRAITS_H #define CEPH_LIBRBD_CACHE_TYPE_TRAITS_H namespace ceph { namespace immutable_obj_cache { class CacheClient; } // namespace immutable_obj_cache } // namespace ceph namespace libr...
515
18.111111
70
h
null
ceph-main/src/librbd/cache/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_TYPES_H #define CEPH_LIBRBD_CACHE_TYPES_H #include <list> #include <string> class Context; namespace librbd { namespace cache { enum ImageCacheType { IMAGE_CACHE_TYPE_RWL = 1, IMAGE_CACHE...
557
18.241379
73
h