repo
stringlengths
1
152
file
stringlengths
15
205
code
stringlengths
0
41.6M
file_length
int64
0
41.6M
avg_line_length
float64
0
1.81M
max_line_length
int64
0
12.7M
extension_type
stringclasses
90 values
null
ceph-main/src/test/librados/test_shared.h
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -* // vim: ts=8 sw=2 smarttab #pragma once #include <unistd.h> #include <chrono> #include <map> #include <string> #include <thread> #include "include/buffer_fwd.h" // helpers shared by librados tests std::string get_temp_pool_name(const std::string ...
1,456
23.694915
78
h
null
ceph-main/src/test/librados/testcase_cxx.cc
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // vim: ts=8 sw=2 smarttab #include "testcase_cxx.h" #include <errno.h> #include <fmt/format.h> #include "test_cxx.h" #include "test_shared.h" #include "crimson_utils.h" #include "include/scope_guard.h" using namespace librados; namespace { voi...
12,049
28.534314
107
cc
null
ceph-main/src/test/librados/testcase_cxx.h
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // vim: ts=8 sw=2 smarttab #pragma once #include "gtest/gtest.h" #include "include/rados/librados.hpp" class RadosTestPPNS : public ::testing::Test { public: RadosTestPPNS(bool c=false) : cluster(s_cluster), cleanup(c) {} ~RadosTestPPNS() ove...
3,580
26.335878
73
h
null
ceph-main/src/test/librados/tier_cxx.cc
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // vim: ts=8 sw=2 smarttab #include "gtest/gtest.h" #include "mds/mdstypes.h" #include "include/buffer.h" #include "include/rbd_types.h" #include "include/rados/librados.hpp" #include "include/stringify.h" #include "include/types.h" #include "globa...
263,965
27.368189
185
cc
null
ceph-main/src/test/librados/watch_notify.cc
#include "include/rados/librados.h" #include "include/rados/rados_types.h" #include "test/librados/test.h" #include "test/librados/TestCase.h" #include "crimson_utils.h" #include <errno.h> #include <fcntl.h> #include <semaphore.h> #include "gtest/gtest.h" #include "include/encoding.h" #include <set> #include <map> ty...
22,602
33.351064
100
cc
null
ceph-main/src/test/librados/watch_notify_cxx.cc
#include <errno.h> #include <fcntl.h> #include <semaphore.h> #include <set> #include <map> #include "gtest/gtest.h" #include "include/encoding.h" #include "include/rados/librados.hpp" #include "include/rados/rados_types.h" #include "test/librados/test_cxx.h" #include "test/librados/testcase_cxx.h" #include "crimson_u...
12,835
29.781775
96
cc
null
ceph-main/src/test/librados_test_stub/LibradosTestStub.cc
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // vim: ts=8 sw=2 smarttab #include "test/librados_test_stub/LibradosTestStub.h" #include "include/rados/librados.hpp" #include "include/stringify.h" #include "common/ceph_argparse.h" #include "common/ceph_context.h" #include "common/common_init.h"...
51,065
31.546845
89
cc
null
ceph-main/src/test/librados_test_stub/LibradosTestStub.h
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // vim: ts=8 sw=2 smarttab #ifndef LIBRADOS_TEST_STUB_H #define LIBRADOS_TEST_STUB_H #include "include/rados/librados_fwd.hpp" #include <boost/shared_ptr.hpp> namespace neorados { struct IOContext; struct RADOS; } // namespace neorados namespace...
1,008
22.465116
71
h
null
ceph-main/src/test/librados_test_stub/MockTestMemCluster.h
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // vim: ts=8 sw=2 smarttab #ifndef LIBRADOS_MOCK_TEST_MEM_CLUSTER_H #define LIBRADOS_MOCK_TEST_MEM_CLUSTER_H #include "include/common_fwd.h" #include "test/librados_test_stub/TestMemCluster.h" #include "test/librados_test_stub/MockTestMemRadosClie...
984
25.621622
116
h
null
ceph-main/src/test/librados_test_stub/MockTestMemIoCtxImpl.h
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // vim: ts=8 sw=2 smarttab #ifndef LIBRADOS_TEST_STUB_MOCK_TEST_MEM_IO_CTX_IMPL_H #define LIBRADOS_TEST_STUB_MOCK_TEST_MEM_IO_CTX_IMPL_H #include "test/librados_test_stub/TestMemIoCtxImpl.h" #include "test/librados_test_stub/TestMemCluster.h" #inc...
12,014
46.490119
133
h
null
ceph-main/src/test/librados_test_stub/MockTestMemRadosClient.h
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // vim: ts=8 sw=2 smarttab #ifndef LIBRADOS_TEST_STUB_MOCK_TEST_MEM_RADOS_CLIENT_H #define LIBRADOS_TEST_STUB_MOCK_TEST_MEM_RADOS_CLIENT_H #include "test/librados_test_stub/TestMemRadosClient.h" #include "test/librados_test_stub/MockTestMemIoCtxIm...
4,561
42.865385
142
h
null
ceph-main/src/test/librados_test_stub/NeoradosTestStub.cc
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // vim: ts=8 sw=2 smarttab #include "include/neorados/RADOS.hpp" #include "include/rados/librados.hpp" #include "common/ceph_mutex.h" #include "common/hobject.h" #include "librados/AioCompletionImpl.h" #include "mon/error_code.h" #include "osd/erro...
18,400
29.566445
86
cc
null
ceph-main/src/test/librados_test_stub/TestClassHandler.cc
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // vim: ts=8 sw=2 smarttab #include "test/librados_test_stub/TestClassHandler.h" #include "test/librados_test_stub/TestIoCtxImpl.h" #include <boost/algorithm/string/predicate.hpp> #include <errno.h> #include <stdlib.h> #include <string.h> #include ...
4,570
27.56875
79
cc
null
ceph-main/src/test/librados_test_stub/TestClassHandler.h
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // vim: ts=8 sw=2 smarttab #ifndef CEPH_TEST_CLASS_HANDLER_H #define CEPH_TEST_CLASS_HANDLER_H #include "objclass/objclass.h" #include "common/snap_types.h" #include <boost/shared_ptr.hpp> #include <list> #include <map> #include <string> namespac...
2,063
24.8
72
h
null
ceph-main/src/test/librados_test_stub/TestCluster.h
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // vim: ts=8 sw=2 smarttab #ifndef CEPH_TEST_CLUSTER_H #define CEPH_TEST_CLUSTER_H #include "test/librados_test_stub/TestWatchNotify.h" #include "include/common_fwd.h" namespace librados { class TestRadosClient; class TestWatchNotify; class Tes...
1,565
23.092308
76
h
null
ceph-main/src/test/librados_test_stub/TestIoCtxImpl.cc
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // vim: ts=8 sw=2 smarttab #include "test/librados_test_stub/TestIoCtxImpl.h" #include "test/librados_test_stub/TestClassHandler.h" #include "test/librados_test_stub/TestRadosClient.h" #include "test/librados_test_stub/TestWatchNotify.h" #include "...
11,565
28.281013
84
cc
null
ceph-main/src/test/librados_test_stub/TestIoCtxImpl.h
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // vim: ts=8 sw=2 smarttab #ifndef CEPH_TEST_IO_CTX_IMPL_H #define CEPH_TEST_IO_CTX_IMPL_H #include <list> #include <atomic> #include <boost/function.hpp> #include "include/rados/librados.hpp" #include "include/Context.h" #include "common/snap_t...
8,907
39.126126
84
h
null
ceph-main/src/test/librados_test_stub/TestMemCluster.cc
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // vim: ts=8 sw=2 smarttab #include "test/librados_test_stub/TestMemCluster.h" #include "test/librados_test_stub/TestMemRadosClient.h" namespace librados { TestMemCluster::File::File() : objver(0), snap_id(), exists(true) { } TestMemCluster::F...
5,538
26.151961
79
cc
null
ceph-main/src/test/librados_test_stub/TestMemCluster.h
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // vim: ts=8 sw=2 smarttab #ifndef CEPH_TEST_MEM_CLUSTER_H #define CEPH_TEST_MEM_CLUSTER_H #include "test/librados_test_stub/TestCluster.h" #include "include/buffer.h" #include "include/interval_set.h" #include "include/int_types.h" #include "comm...
3,468
26.752
79
h
null
ceph-main/src/test/librados_test_stub/TestMemIoCtxImpl.cc
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // vim: ts=8 sw=2 smarttab #include "test/librados_test_stub/TestMemIoCtxImpl.h" #include "test/librados_test_stub/TestMemRadosClient.h" #include "common/Clock.h" #include "include/err.h" #include <functional> #include <boost/algorithm/string/predi...
25,213
26.258378
91
cc
null
ceph-main/src/test/librados_test_stub/TestMemIoCtxImpl.h
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // vim: ts=8 sw=2 smarttab #ifndef CEPH_TEST_MEM_IO_CTX_IMPL_H #define CEPH_TEST_MEM_IO_CTX_IMPL_H #include "test/librados_test_stub/TestIoCtxImpl.h" #include "test/librados_test_stub/TestMemCluster.h" namespace librados { class TestMemRadosClie...
4,396
40.87619
87
h
null
ceph-main/src/test/librados_test_stub/TestMemRadosClient.cc
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // vim: ts=8 sw=2 smarttab #include "test/librados_test_stub/TestMemRadosClient.h" #include "test/librados_test_stub/TestMemCluster.h" #include "test/librados_test_stub/TestMemIoCtxImpl.h" #include <errno.h> #include <sstream> namespace librados {...
3,360
27.243697
83
cc
null
ceph-main/src/test/librados_test_stub/TestMemRadosClient.h
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // vim: ts=8 sw=2 smarttab #ifndef CEPH_TEST_MEM_RADOS_CLIENT_H #define CEPH_TEST_MEM_RADOS_CLIENT_H #include "test/librados_test_stub/TestRadosClient.h" #include "include/ceph_assert.h" #include <list> #include <string> namespace librados { cla...
2,667
28.977528
91
h
null
ceph-main/src/test/librados_test_stub/TestRadosClient.cc
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // vim: ts=8 sw=2 smarttab #include "test/librados_test_stub/TestRadosClient.h" #include "test/librados_test_stub/TestIoCtxImpl.h" #include "librados/AioCompletionImpl.h" #include "include/ceph_assert.h" #include "common/ceph_json.h" #include "comm...
8,123
25.038462
78
cc
null
ceph-main/src/test/librados_test_stub/TestRadosClient.h
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // vim: ts=8 sw=2 smarttab #ifndef CEPH_TEST_RADOS_CLIENT_H #define CEPH_TEST_RADOS_CLIENT_H #include <map> #include <memory> #include <list> #include <string> #include <vector> #include <atomic> #include <boost/function.hpp> #include <boost/func...
4,728
28.01227
93
h
null
ceph-main/src/test/librados_test_stub/TestWatchNotify.cc
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // vim: ts=8 sw=2 smarttab #include "test/librados_test_stub/TestWatchNotify.h" #include "include/Context.h" #include "common/Cond.h" #include "include/stringify.h" #include "common/Finisher.h" #include "test/librados_test_stub/TestCluster.h" #incl...
16,552
34.984783
87
cc
null
ceph-main/src/test/librados_test_stub/TestWatchNotify.h
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // vim: ts=8 sw=2 smarttab #ifndef CEPH_TEST_WATCH_NOTIFY_H #define CEPH_TEST_WATCH_NOTIFY_H #include "include/rados/librados.hpp" #include "common/AsyncOpTracker.h" #include "common/ceph_mutex.h" #include <boost/noncopyable.hpp> #include <boost/s...
5,364
35.006711
80
h
null
ceph-main/src/test/libradosstriper/TestCase.cc
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // vim: ts=8 sw=2 smarttab #include <errno.h> #include "test/librados/test.h" #include "test/librados/test_cxx.h" #include "test/libradosstriper/TestCase.h" using namespace libradosstriper; std::string StriperTest::pool_name; rados_t StriperTest:...
2,025
24.012346
71
cc
null
ceph-main/src/test/libradosstriper/TestCase.h
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // vim: ts=8 sw=2 smarttab #ifndef CEPH_TEST_RADOS_TESTCASE_H #define CEPH_TEST_RADOS_TESTCASE_H #include "include/rados/librados.h" #include "include/rados/librados.hpp" #include "include/radosstriper/libradosstriper.h" #include "include/radosstr...
2,186
25.349398
72
h
null
ceph-main/src/test/libradosstriper/aio.cc
#include "include/rados/librados.h" #include "include/rados/librados.hpp" #include "include/radosstriper/libradosstriper.h" #include "include/radosstriper/libradosstriper.hpp" #include "test/librados/test.h" #include "test/libradosstriper/TestCase.h" #include <boost/scoped_ptr.hpp> #include <fcntl.h> #include <semapho...
20,187
32.929412
112
cc
null
ceph-main/src/test/libradosstriper/io.cc
#include "include/rados/librados.h" #include "include/rados/librados.hpp" #include "include/radosstriper/libradosstriper.h" #include "include/radosstriper/libradosstriper.hpp" #include "test/librados/test.h" #include "test/libradosstriper/TestCase.h" #include <fcntl.h> #include <errno.h> #include "gtest/gtest.h" usin...
16,023
36.178654
115
cc
null
ceph-main/src/test/libradosstriper/striping.cc
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // vim: ts=8 sw=2 smarttab #include "include/compat.h" #include "include/types.h" #include "include/rados/librados.h" #include "include/rados/librados.hpp" #include "include/radosstriper/libradosstriper.h" #include "include/radosstriper/libradosst...
16,848
50.057576
101
cc
null
ceph-main/src/test/librbd/fsx.cc
// -*- mode:C++; tab-width:8; c-basic-offset:8; indent-tabs-mode:t -*- // vim: ts=8 sw=8 smarttab /* * Copyright (C) 1991, NeXT Computer, Inc. All Rights Reserved. * * File: fsx.cc * Author: Avadis Tevanian, Jr. * * File system exerciser. * * Rewritten 8/98 by Conrad Minshall. * * Small changes to work under...
79,455
22.037402
239
cc
null
ceph-main/src/test/librbd/test_BlockGuard.cc
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // vim: ts=8 sw=2 smarttab #include "test/librbd/test_fixture.h" #include "test/librbd/test_support.h" #include "librbd/BlockGuard.h" namespace librbd { class TestIOBlockGuard : public TestFixture { public: static uint32_t s_index; struct Op...
2,343
22.676768
70
cc
null
ceph-main/src/test/librbd/test_DeepCopy.cc
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // vim: ts=8 sw=2 smarttab #include "test/librbd/test_fixture.h" #include "test/librbd/test_support.h" #include "librbd/Operations.h" #include "librbd/api/Io.h" #include "librbd/api/Image.h" #include "librbd/api/Snapshot.h" #include "librbd/interna...
25,853
32.840314
81
cc
null
ceph-main/src/test/librbd/test_Groups.cc
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // vim: ts=8 sw=2 smarttab #include "test/librbd/test_fixture.h" #include "test/librbd/test_support.h" #include "include/rbd/librbd.h" #include "include/rbd/librbd.hpp" #include "test/librados/test.h" #include "gtest/gtest.h" #include <boost/scope...
15,721
34.251121
88
cc
null
ceph-main/src/test/librbd/test_ImageWatcher.cc
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // vim: ts=8 sw=2 smarttab #include "test/librbd/test_fixture.h" #include "test/librbd/test_support.h" #include "include/int_types.h" #include "include/stringify.h" #include "include/rados/librados.h" #include "include/rbd/librbd.hpp" #include "comm...
27,184
27.889479
82
cc
null
ceph-main/src/test/librbd/test_Migration.cc
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // vim: ts=8 sw=2 smarttab #include "test/librados/test.h" #include "test/librbd/test_fixture.h" #include "test/librbd/test_support.h" #include "librbd/ImageState.h" #include "librbd/Operations.h" #include "librbd/api/Group.h" #include "librbd/api/...
41,554
29.555147
99
cc
null
ceph-main/src/test/librbd/test_MirroringWatcher.cc
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // vim: ts=8 sw=2 smarttab #include "test/librbd/test_fixture.h" #include "test/librbd/test_support.h" #include "include/rbd_types.h" #include "librbd/MirroringWatcher.h" #include "common/Cond.h" #include "gtest/gtest.h" #include "gmock/gmock.h" #i...
2,644
24.931373
72
cc
null
ceph-main/src/test/librbd/test_ObjectMap.cc
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // vim: ts=8 sw=2 smarttab #include "test/librbd/test_fixture.h" #include "test/librbd/test_support.h" #include "librbd/ExclusiveLock.h" #include "librbd/ImageCtx.h" #include "librbd/ImageState.h" #include "librbd/ImageWatcher.h" #include "librbd/in...
7,711
31
84
cc
null
ceph-main/src/test/librbd/test_Operations.cc
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // vim: ts=8 sw=2 smarttab #include "test/librbd/test_fixture.h" #include "test/librbd/test_support.h" #include "librbd/ImageCtx.h" #include "librbd/Operations.h" void register_test_operations() { } class TestOperations : public TestFixture { pub...
689
24.555556
72
cc
null
ceph-main/src/test/librbd/test_Trash.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 "test/librbd/test_fixture.h" #include "test/librbd/test_support.h" #include "librbd/api/Trash.h" #include <set> #include <vector> void regis...
3,253
28.853211
78
cc
null
ceph-main/src/test/librbd/test_fixture.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 "test/librbd/test_fixture.h" #include "test/librbd/test_support.h" #include "include/stringify.h" #include "librbd/ExclusiveLock.h" #include "librbd/ImageState.h" #include "librbd/ImageWat...
4,989
29.060241
80
cc
null
ceph-main/src/test/librbd/test_fixture.h
// -*- 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 "include/rados/librados.h" #include "include/rbd/librbd.hpp" #include "librbd/ImageCtx.h" #include "gtest/gtest.h" #include <set> #include <string> using namespace ceph; class Test...
1,585
25
73
h
null
ceph-main/src/test/librbd/test_internal.cc
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // vim: ts=8 sw=2 smarttab #include "cls/journal/cls_journal_client.h" #include "cls/rbd/cls_rbd_client.h" #include "cls/rbd/cls_rbd_types.h" #include "test/librados/test_cxx.h" #include "test/librbd/test_fixture.h" #include "test/librbd/test_suppo...
62,358
32.364901
92
cc
null
ceph-main/src/test/librbd/test_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 General Public * License version...
427,422
32.793722
130
cc
null
ceph-main/src/test/librbd/test_main.cc
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // vim: ts=8 sw=2 smarttab #include "include/rados/librados.hpp" #include "global/global_context.h" #include "test/librados/test.h" #include "test/librados/test_cxx.h" #include "gtest/gtest.h" #include <iostream> #include <string> extern void regi...
1,981
26.527778
70
cc
null
ceph-main/src/test/librbd/test_mirroring.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) 2016 SUSE LINUX GmbH * * This is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License ve...
57,302
36.113342
90
cc
null
ceph-main/src/test/librbd/test_mock_ConfigWatcher.cc
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // vim: ts=8 sw=2 smarttab #include "test/librbd/test_mock_fixture.h" #include "test/librbd/test_support.h" #include "include/rbd_types.h" #include "common/ceph_mutex.h" #include "librbd/ConfigWatcher.h" #include "gtest/gtest.h" #include "gmock/gmo...
2,622
24.970297
70
cc
null
ceph-main/src/test/librbd/test_mock_DeepCopyRequest.cc
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // vim: ts=8 sw=2 smarttab #include "test/librbd/test_mock_fixture.h" #include "include/rbd/librbd.hpp" #include "librbd/AsioEngine.h" #include "librbd/DeepCopyRequest.h" #include "librbd/ImageState.h" #include "librbd/Operations.h" #include "librb...
16,440
34.205567
115
cc
null
ceph-main/src/test/librbd/test_mock_ExclusiveLock.cc
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // vim: ts=8 sw=2 smarttab #include "test/librbd/test_mock_fixture.h" #include "test/librbd/test_support.h" #include "test/librbd/mock/MockImageCtx.h" #include "test/librbd/mock/exclusive_lock/MockPolicy.h" #include "test/librbd/mock/io/MockImageDi...
29,663
34.653846
123
cc
null
ceph-main/src/test/librbd/test_mock_Journal.cc
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // vim: ts=8 sw=2 smarttab #include "test/librbd/test_mock_fixture.h" #include "test/journal/mock/MockJournaler.h" #include "test/librbd/test_support.h" #include "test/librbd/mock/MockImageCtx.h" #include "test/librbd/mock/MockJournalPolicy.h" #inc...
56,280
33.464789
108
cc
null
ceph-main/src/test/librbd/test_mock_ManagedLock.cc
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // vim: ts=8 sw=2 smarttab #include "test/librbd/test_mock_fixture.h" #include "test/librbd/test_support.h" #include "librbd/ManagedLock.h" #include "librbd/managed_lock/AcquireRequest.h" #include "librbd/managed_lock/BreakRequest.h" #include "libr...
26,414
35.484807
115
cc
null
ceph-main/src/test/librbd/test_mock_ObjectMap.cc
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // vim: ts=8 sw=2 smarttab #include "test/librbd/test_mock_fixture.h" #include "test/librbd/test_support.h" #include "test/librbd/mock/MockImageCtx.h" #include "librbd/ObjectMap.h" #include "librbd/object_map/RefreshRequest.h" #include "librbd/obje...
9,780
33.199301
92
cc
null
ceph-main/src/test/librbd/test_mock_TrashWatcher.cc
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // vim: ts=8 sw=2 smarttab #include "test/librbd/test_mock_fixture.h" #include "test/librbd/test_support.h" #include "include/rbd_types.h" #include "librbd/TrashWatcher.h" #include "gtest/gtest.h" #include "gmock/gmock.h" #include <list> namespace...
2,436
24.385417
77
cc
null
ceph-main/src/test/librbd/test_mock_Watcher.cc
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // vim: ts=8 sw=2 smarttab #include "test/librbd/test_mock_fixture.h" #include "test/librbd/test_support.h" #include "test/librbd/mock/MockImageCtx.h" #include "test/librados_test_stub/MockTestMemIoCtxImpl.h" #include "test/librados_test_stub/MockT...
11,873
28.246305
114
cc
null
ceph-main/src/test/librbd/test_mock_fixture.cc
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // vim: ts=8 sw=2 smarttab #include "test/librbd/test_mock_fixture.h" #include "test/librbd/mock/MockImageCtx.h" #include "test/librados_test_stub/LibradosTestStub.h" #include "test/librados_test_stub/MockTestMemCluster.h" // template definitions ...
5,399
39
101
cc
null
ceph-main/src/test/librbd/test_mock_fixture.h
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // vim: ts=8 sw=2 smarttab #ifndef CEPH_TEST_LIBRBD_TEST_MOCK_FIXTURE_H #define CEPH_TEST_LIBRBD_TEST_MOCK_FIXTURE_H #include "test/librbd/test_fixture.h" #include "test/librbd/mock/MockImageCtx.h" #include "test/librados_test_stub/LibradosTestStu...
2,684
28.833333
75
h
null
ceph-main/src/test/librbd/test_support.cc
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // vim: ts=8 sw=2 smarttab #include "test/librbd/test_support.h" #include "include/rbd_types.h" #include "gtest/gtest.h" #include "common/ceph_context.h" #include <sstream> bool get_features(uint64_t *features) { const char *c = getenv("RBD_FEATU...
3,890
27.195652
91
cc
null
ceph-main/src/test/librbd/test_support.h
// -*- 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 "include/rados/librados.h" #include "include/rbd/librbd.hpp" #include <string> static const uint64_t IMAGE_STRIPE_UNIT = 65536; static const uint64_t IMAGE_STRIPE_COUNT = 16; #defi...
1,582
38.575
90
h
null
ceph-main/src/test/librbd/cache/test_mock_ParentCacheObjectDispatch.cc
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // vim: ts=8 sw=2 smarttab #include "test/librbd/test_mock_fixture.h" #include "test/librbd/test_support.h" #include "test/librbd/mock/MockImageCtx.h" #include "gmock/gmock.h" #include "gtest/gtest.h" #include "include/Context.h" #include "tools/im...
16,108
36.63785
117
cc
null
ceph-main/src/test/librbd/cache/test_mock_WriteAroundObjectDispatch.cc
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // vim: ts=8 sw=2 smarttab #include "test/librbd/test_mock_fixture.h" #include "test/librbd/test_support.h" #include "test/librbd/mock/MockImageCtx.h" #include "include/rbd/librbd.hpp" #include "librbd/cache/WriteAroundObjectDispatch.h" #include "l...
24,920
34.399148
92
cc
null
ceph-main/src/test/librbd/cache/pwl/test_WriteLogMap.cc
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // vim: ts=8 sw=2 smarttab #include "test/librbd/test_fixture.h" #include "test/librbd/test_support.h" #include "librbd/cache/pwl/LogMap.cc" void register_test_write_log_map() { } namespace librbd { namespace cache { namespace pwl { using names...
10,309
29.412979
77
cc
null
ceph-main/src/test/librbd/cache/pwl/test_mock_ReplicatedWriteLog.cc
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // vim: ts=8 sw=2 smarttab #include <iostream> #include "common/hostname.h" #include "test/librbd/test_mock_fixture.h" #include "test/librbd/test_support.h" #include "test/librbd/mock/MockImageCtx.h" #include "include/rbd/librbd.hpp" #include "libr...
24,205
31.534946
94
cc
null
ceph-main/src/test/librbd/cache/pwl/test_mock_SSDWriteLog.cc
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // vim: ts=8 sw=2 smarttab #include <iostream> #include "common/hostname.h" #include "test/librbd/test_mock_fixture.h" #include "test/librbd/test_support.h" #include "test/librbd/mock/MockImageCtx.h" #include "include/rbd/librbd.hpp" #include "libr...
24,435
31.068241
91
cc
null
ceph-main/src/test/librbd/crypto/test_mock_BlockCrypto.cc
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // vim: ts=8 sw=2 smarttab #include "test/librbd/test_fixture.h" #include "librbd/crypto/BlockCrypto.h" #include "test/librbd/mock/crypto/MockDataCryptor.h" #include "librbd/crypto/BlockCrypto.cc" template class librbd::crypto::BlockCrypto< ...
5,097
31.471338
79
cc
null
ceph-main/src/test/librbd/crypto/test_mock_CryptoContextPool.cc
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // vim: ts=8 sw=2 smarttab #include "gtest/gtest.h" #include "librbd/crypto/CryptoContextPool.h" #include "test/librbd/mock/crypto/MockDataCryptor.h" #include "librbd/crypto/CryptoContextPool.cc" template class librbd::crypto::CryptoContextPool< ...
1,850
32.654545
73
cc
null
ceph-main/src/test/librbd/crypto/test_mock_CryptoObjectDispatch.cc
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // vim: ts=8 sw=2 smarttab #include "test/librbd/test_mock_fixture.h" #include "test/librbd/test_support.h" #include "test/librbd/mock/MockImageCtx.h" #include "test/librbd/mock/MockObjectMap.h" #include "test/librbd/mock/crypto/MockCryptoInterface...
31,839
38.750312
79
cc
null
ceph-main/src/test/librbd/crypto/test_mock_FormatRequest.cc
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // vim: ts=8 sw=2 smarttab #include "test/librbd/test_mock_fixture.h" #include "test/librbd/test_support.h" #include "test/librbd/mock/MockImageCtx.h" #include "test/librbd/mock/crypto/MockCryptoInterface.h" #include "test/librbd/mock/crypto/MockEn...
7,266
30.323276
76
cc
null
ceph-main/src/test/librbd/crypto/test_mock_LoadRequest.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 "librbd/crypto/Utils.h" #include "test/librbd/test_mock_fixture.h" #include "test/librbd/test_support.h" #include "test/librbd/mock/MockImageCtx.h" #include "test/l...
14,294
36.32376
80
cc
null
ceph-main/src/test/librbd/crypto/test_mock_ShutDownCryptoRequest.cc
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // vim: ts=8 sw=2 smarttab #include "librbd/crypto/Utils.h" #include "test/librbd/test_mock_fixture.h" #include "test/librbd/test_support.h" #include "test/librbd/mock/MockImageCtx.h" #include "test/librbd/mock/crypto/MockEncryptionFormat.h" #incl...
6,773
37.708571
77
cc
null
ceph-main/src/test/librbd/crypto/luks/test_mock_FlattenRequest.cc
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // vim: ts=8 sw=2 smarttab #include "test/librbd/test_mock_fixture.h" #include "test/librbd/test_support.h" #include "test/librbd/mock/MockImageCtx.h" #include "test/librbd/mock/crypto/MockCryptoInterface.h" #include "test/librbd/mock/crypto/MockEn...
9,362
34.067416
79
cc
null
ceph-main/src/test/librbd/crypto/luks/test_mock_FormatRequest.cc
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // vim: ts=8 sw=2 smarttab #include "test/librbd/test_mock_fixture.h" #include "test/librbd/test_support.h" #include "test/librbd/mock/MockImageCtx.h" namespace librbd { namespace util { inline ImageCtx *get_image_ctx(MockImageCtx *image_ctx) { ...
7,788
32.718615
78
cc
null
ceph-main/src/test/librbd/crypto/luks/test_mock_LoadRequest.cc
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // vim: ts=8 sw=2 smarttab #include "test/librbd/test_mock_fixture.h" #include "test/librbd/test_support.h" #include "test/librbd/mock/MockImageCtx.h" namespace librbd { namespace util { inline ImageCtx *get_image_ctx(MockImageCtx *image_ctx) { ...
12,322
35.89521
80
cc
null
ceph-main/src/test/librbd/crypto/openssl/test_DataCryptor.cc
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // vim: ts=8 sw=2 smarttab #include "test/librbd/test_fixture.h" #include "librbd/crypto/openssl/DataCryptor.h" namespace librbd { namespace crypto { namespace openssl { const char* TEST_CIPHER_NAME = "aes-256-xts"; const unsigned char TEST_KEY[6...
4,279
34.966387
79
cc
null
ceph-main/src/test/librbd/deep_copy/test_mock_ImageCopyRequest.cc
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // vim: ts=8 sw=2 smarttab #include "test/librbd/test_mock_fixture.h" #include "include/rbd/librbd.hpp" #include "librbd/AsioEngine.h" #include "librbd/ImageCtx.h" #include "librbd/ImageState.h" #include "librbd/internal.h" #include "librbd/Operati...
29,313
35.279703
111
cc
null
ceph-main/src/test/librbd/deep_copy/test_mock_MetadataCopyRequest.cc
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // vim: ts=8 sw=2 smarttab #include "test/librbd/test_mock_fixture.h" #include "include/rbd/librbd.hpp" #include "include/stringify.h" #include "librbd/AsioEngine.h" #include "librbd/ImageCtx.h" #include "librbd/deep_copy/MetadataCopyRequest.h" #in...
6,885
30.158371
97
cc
null
ceph-main/src/test/librbd/deep_copy/test_mock_ObjectCopyRequest.cc
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // vim: ts=8 sw=2 smarttab #include "test/librbd/test_mock_fixture.h" #include "include/interval_set.h" #include "include/neorados/RADOS.hpp" #include "include/rbd/librbd.hpp" #include "include/rbd/object_map_types.h" #include "librbd/AsioEngine.h"...
38,242
33.48422
106
cc
null
ceph-main/src/test/librbd/deep_copy/test_mock_SetHeadRequest.cc
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // vim: ts=8 sw=2 smarttab #include "test/librbd/test_mock_fixture.h" #include "test/librados_test_stub/LibradosTestStub.h" #include "include/rbd/librbd.hpp" #include "librbd/AsioEngine.h" #include "librbd/ImageCtx.h" #include "librbd/ImageState.h"...
9,579
31.255892
99
cc
null
ceph-main/src/test/librbd/deep_copy/test_mock_SnapshotCopyRequest.cc
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // vim: ts=8 sw=2 smarttab #include "test/librbd/test_mock_fixture.h" #include "include/rbd/librbd.hpp" #include "librbd/AsioEngine.h" #include "librbd/ImageCtx.h" #include "librbd/ImageState.h" #include "librbd/Operations.h" #include "librbd/deep_...
35,850
37.84182
119
cc
null
ceph-main/src/test/librbd/deep_copy/test_mock_SnapshotCreateRequest.cc
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // vim: ts=8 sw=2 smarttab #include "test/librbd/test_mock_fixture.h" #include "test/librados_test_stub/LibradosTestStub.h" #include "include/rbd/librbd.hpp" #include "librbd/AsioEngine.h" #include "librbd/ImageCtx.h" #include "librbd/ImageState.h"...
9,814
36.319392
105
cc
null
ceph-main/src/test/librbd/exclusive_lock/test_mock_PostAcquireRequest.cc
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // vim: ts=8 sw=2 smarttab #include "test/librbd/test_mock_fixture.h" #include "test/librbd/test_support.h" #include "test/librbd/mock/cache/MockImageCache.h" #include "test/librbd/mock/MockImageCtx.h" #include "test/librbd/mock/MockImageState.h" #...
21,606
36.06175
105
cc
null
ceph-main/src/test/librbd/exclusive_lock/test_mock_PreAcquireRequest.cc
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // vim: ts=8 sw=2 smarttab #include "test/librbd/test_mock_fixture.h" #include "test/librbd/test_support.h" #include "test/librbd/mock/MockImageCtx.h" #include "test/librados_test_stub/MockTestMemIoCtxImpl.h" #include "test/librados_test_stub/MockT...
2,677
27.795699
89
cc
null
ceph-main/src/test/librbd/exclusive_lock/test_mock_PreReleaseRequest.cc
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // vim: ts=8 sw=2 smarttab #include "test/librbd/test_mock_fixture.h" #include "test/librbd/test_support.h" #include "test/librbd/mock/cache/MockImageCache.h" #include "test/librbd/mock/MockImageCtx.h" #include "test/librbd/mock/MockJournal.h" #inc...
12,655
31.534704
89
cc
null
ceph-main/src/test/librbd/image/test_mock_AttachChildRequest.cc
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // vim: ts=8 sw=2 smarttab #include "test/librbd/test_mock_fixture.h" #include "test/librbd/test_support.h" #include "test/librbd/mock/MockImageCtx.h" #include "test/librbd/mock/MockContextWQ.h" #include "test/librados_test_stub/MockTestMemIoCtxImp...
8,380
29.365942
89
cc
null
ceph-main/src/test/librbd/image/test_mock_AttachParentRequest.cc
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // vim: ts=8 sw=2 smarttab #include "test/librbd/test_mock_fixture.h" #include "test/librbd/test_support.h" #include "test/librbd/mock/MockImageCtx.h" #include "test/librbd/mock/MockContextWQ.h" #include "test/librados_test_stub/MockTestMemIoCtxImp...
4,373
27.038462
79
cc
null
ceph-main/src/test/librbd/image/test_mock_CloneRequest.cc
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // vim: ts=8 sw=2 smarttab #include "test/librbd/test_mock_fixture.h" #include "test/librbd/test_support.h" #include "test/librbd/mock/MockImageCtx.h" #include "test/librbd/mock/MockContextWQ.h" #include "test/librados_test_stub/MockTestMemIoCtxImp...
32,156
32.462019
99
cc
null
ceph-main/src/test/librbd/image/test_mock_DetachChildRequest.cc
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // vim: ts=8 sw=2 smarttab #include "test/librbd/test_mock_fixture.h" #include "test/librbd/test_support.h" #include "test/librbd/mock/MockImageCtx.h" #include "test/librbd/mock/MockContextWQ.h" #include "test/librados_test_stub/MockTestMemIoCtxImp...
15,583
33.250549
80
cc
null
ceph-main/src/test/librbd/image/test_mock_DetachParentRequest.cc
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // vim: ts=8 sw=2 smarttab #include "test/librbd/test_mock_fixture.h" #include "test/librbd/test_support.h" #include "test/librbd/mock/MockImageCtx.h" #include "test/librbd/mock/MockContextWQ.h" #include "test/librados_test_stub/MockTestMemIoCtxImp...
3,602
25.492647
72
cc
null
ceph-main/src/test/librbd/image/test_mock_ListWatchersRequest.cc
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // vim: ts=8 sw=2 smarttab #include "test/librbd/test_mock_fixture.h" #include "librbd/image/ListWatchersRequest.h" #include "test/librados_test_stub/MockTestMemIoCtxImpl.h" #include "test/librados_test_stub/MockTestMemRadosClient.h" #include "test...
6,221
28.211268
77
cc
null
ceph-main/src/test/librbd/image/test_mock_PreRemoveRequest.cc
// -*- mode:c++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // vim: ts=8 sw=2 smarttab #include "test/librbd/test_mock_fixture.h" #include "test/librbd/test_support.h" #include "test/librbd/mock/MockImageCtx.h" #include "test/librados_test_stub/MockTestMemIoCtxImpl.h" #include "test/librados_test_stub/MockT...
14,514
30.148069
95
cc
null
ceph-main/src/test/librbd/image/test_mock_RefreshRequest.cc
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // vim: ts=8 sw=2 smarttab #include "test/librbd/test_mock_fixture.h" #include "test/librbd/test_support.h" #include "test/librbd/mock/MockImageCtx.h" #include "test/librbd/mock/MockImageWatcher.h" #include "test/librbd/mock/MockJournal.h" #include...
66,295
36.711035
110
cc
null
ceph-main/src/test/librbd/image/test_mock_RemoveRequest.cc
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // vim: ts=8 sw=2 smarttab #include "test/librbd/test_mock_fixture.h" #include "test/librbd/test_support.h" #include "test/librbd/mock/MockImageCtx.h" #include "test/librbd/mock/MockContextWQ.h" #include "test/librados_test_stub/MockTestMemIoCtxImp...
14,182
28.486486
93
cc
null
ceph-main/src/test/librbd/image/test_mock_ValidatePoolRequest.cc
// -*- mode:c++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // vim: ts=8 sw=2 smarttab #include "test/librbd/test_mock_fixture.h" #include "test/librbd/test_support.h" #include "test/librbd/mock/MockImageCtx.h" #include "test/librados_test_stub/MockTestMemIoCtxImpl.h" #include "gmock/gmock.h" #include "gtes...
6,527
28.142857
75
cc
null
ceph-main/src/test/librbd/io/test_mock_CopyupRequest.cc
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // vim: ts=8 sw=2 smarttab #include "test/librbd/test_mock_fixture.h" #include "test/librbd/test_support.h" #include "test/librbd/mock/MockExclusiveLock.h" #include "test/librbd/mock/MockImageCtx.h" #include "test/librbd/mock/MockJournal.h" #includ...
48,591
35.235645
111
cc
null
ceph-main/src/test/librbd/io/test_mock_ImageRequest.cc
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // vim: ts=8 sw=2 smarttab #include "test/librbd/test_mock_fixture.h" #include "test/librbd/test_support.h" #include "test/librbd/mock/MockImageCtx.h" #include "test/librbd/mock/MockJournal.h" #include "test/librbd/mock/cache/MockImageCache.h" #inc...
25,764
33.864682
102
cc
null
ceph-main/src/test/librbd/io/test_mock_ObjectRequest.cc
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // vim: ts=8 sw=2 smarttab #include "test/librbd/test_mock_fixture.h" #include "test/librbd/test_support.h" #include "test/librbd/mock/MockImageCtx.h" #include "test/librbd/mock/MockObjectMap.h" #include "test/librbd/mock/cache/MockImageCache.h" #i...
65,050
32.037583
119
cc
null
ceph-main/src/test/librbd/io/test_mock_QosImageDispatch.cc
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // vim: ts=8 sw=2 smarttab #include "test/librbd/test_mock_fixture.h" #include "test/librbd/test_support.h" #include "test/librbd/mock/MockImageCtx.h" #include "test/librbd/mock/exclusive_lock/MockPolicy.h" #include "librbd/io/ImageDispatchSpec.h" ...
3,296
35.633333
84
cc
null
ceph-main/src/test/librbd/io/test_mock_SimpleSchedulerObjectDispatch.cc
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // vim: ts=8 sw=2 smarttab #include "test/librbd/test_mock_fixture.h" #include "test/librbd/test_support.h" #include "test/librbd/mock/MockImageCtx.h" #include "test/librbd/mock/MockSafeTimer.h" #include "test/librados_test_stub/MockTestMemIoCtxImp...
27,984
32.962379
100
cc
null
ceph-main/src/test/librbd/journal/test_Entries.cc
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // vim: ts=8 sw=2 smarttab #include "test/librbd/test_fixture.h" #include "test/librbd/test_support.h" #include "librbd/internal.h" #include "librbd/Journal.h" #include "librbd/api/Io.h" #include "librbd/io/AioCompletion.h" #include "librbd/journal...
6,527
27.50655
83
cc