Home
last modified time | relevance | path

Searched refs:keep_clusters (Results 1 – 14 of 14) sorted by relevance

/dports/databases/cassandra-cpp-driver/cpp-driver-2.16.0/tests/src/integration/
H A Dmain.cpp58 if (!Options::keep_clusters()) { in OnTestProgramStart()
66 if (!Options::keep_clusters()) { in OnTestProgramEnd()
H A Doptions.hpp61 static bool keep_clusters();
H A Doptions.cpp392 if (keep_clusters()) { in print_settings()
442 bool Options::keep_clusters() { return is_keep_clusters_; } in keep_clusters() function in Options
H A Dintegration.cpp227 if (!Options::keep_clusters()) { in TearDown()
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/block/
H A Dqcow2-cluster.c1136 unsigned int keep_clusters; in handle_copied() local
1188 keep_clusters = in handle_copied()
1192 assert(keep_clusters <= nb_clusters); in handle_copied()
1195 keep_clusters * s->cluster_size in handle_copied()
/dports/emulators/qemu-utils/qemu-4.2.1/block/
H A Dqcow2-cluster.c1153 unsigned int keep_clusters; in handle_copied() local
1205 keep_clusters = in handle_copied()
1209 assert(keep_clusters <= nb_clusters); in handle_copied()
1212 keep_clusters * s->cluster_size in handle_copied()
/dports/emulators/qemu42/qemu-4.2.1/block/
H A Dqcow2-cluster.c1153 unsigned int keep_clusters; in handle_copied() local
1205 keep_clusters = in handle_copied()
1209 assert(keep_clusters <= nb_clusters); in handle_copied()
1212 keep_clusters * s->cluster_size in handle_copied()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/block/
H A Dqcow2-cluster.c1164 unsigned int keep_clusters; in handle_copied() local
1216 keep_clusters = in handle_copied()
1220 assert(keep_clusters <= nb_clusters); in handle_copied()
1223 keep_clusters * s->cluster_size in handle_copied()
/dports/emulators/qemu-cheri/qemu-0a323821042c36e21ea80e58b9545dfc3b0cb8ef/block/
H A Dqcow2-cluster.c1164 unsigned int keep_clusters; in handle_copied() local
1216 keep_clusters = in handle_copied()
1220 assert(keep_clusters <= nb_clusters); in handle_copied()
1223 keep_clusters * s->cluster_size in handle_copied()
/dports/emulators/qemu60/qemu-6.0.0/block/
H A Dqcow2-cluster.c1466 unsigned int keep_clusters; in handle_copied() local
1515 keep_clusters = count_single_write_clusters(bs, nb_clusters, l2_slice, in handle_copied()
1517 assert(keep_clusters <= nb_clusters); in handle_copied()
1520 keep_clusters * s->cluster_size in handle_copied()
/dports/emulators/qemu5/qemu-5.2.0/block/
H A Dqcow2-cluster.c1466 unsigned int keep_clusters; in handle_copied() local
1515 keep_clusters = count_single_write_clusters(bs, nb_clusters, l2_slice, in handle_copied()
1517 assert(keep_clusters <= nb_clusters); in handle_copied()
1520 keep_clusters * s->cluster_size in handle_copied()
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/block/
H A Dqcow2-cluster.c1483 unsigned int keep_clusters; in handle_copied() local
1532 keep_clusters = count_single_write_clusters(bs, nb_clusters, l2_slice, in handle_copied()
1534 assert(keep_clusters <= nb_clusters); in handle_copied()
1537 keep_clusters * s->cluster_size in handle_copied()
/dports/emulators/qemu/qemu-6.2.0/block/
H A Dqcow2-cluster.c1496 unsigned int keep_clusters; in handle_copied() local
1545 keep_clusters = count_single_write_clusters(bs, nb_clusters, l2_slice, in handle_copied()
1547 assert(keep_clusters <= nb_clusters); in handle_copied()
1550 keep_clusters * s->cluster_size in handle_copied()
/dports/databases/cassandra-cpp-driver/cpp-driver-2.16.0/tests/src/integration/tests/
H A Dtest_dbaas.cpp95 if (!Options::keep_clusters()) { in TearDownTestCase()