Searched refs:reopen (Results 1 – 6 of 6) sorted by relevance
275 bool reopen) { in OpenWritableFile() argument308 if (reopen) { in OpenWritableFile()333 if (reopen) { in OpenWritableFile()
103 bool reopen);
345 DEFINE_int32(reopen, 10, "Number of times database reopens");
144 DECLARE_int32(reopen);
266 bool reopen, in OpenWritableFile() argument272 int flags = (reopen) ? (O_CREAT | O_APPEND) : (O_CREAT | O_TRUNC); in OpenWritableFile()
918 …to be large and CompactRange(<cf_handle>, nullptr, nullptr, true, 0) and reopen the DB with the sa…