Home
last modified time | relevance | path

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

/rocksdb-6.9/utilities/checkpoint/
Dcheckpoint_impl.cc184 bool same_fs = true; in CreateCustomCheckpoint() local
287 if ((type == kTableFile) && same_fs) { in CreateCustomCheckpoint()
290 same_fs = false; in CreateCustomCheckpoint()
294 if ((type != kTableFile) || (!same_fs)) { in CreateCustomCheckpoint()
319 if (same_fs) { in CreateCustomCheckpoint()
324 same_fs = false; in CreateCustomCheckpoint()
328 if (!same_fs) { in CreateCustomCheckpoint()