Searched refs:skip_consistency_check (Results 1 – 3 of 3) sorted by relevance
39 bool skip_consistency_check; member48 .skip_consistency_check = false};
56 if (!options.skip_consistency_check && generation % 2 != 0) { in Create()73 if (!options.skip_consistency_check && generation != new_generation) { in Create()
85 std::move(dup), {.read_attempts = 100, .skip_consistency_check = true}, &snapshot); in ValidPendingSkipCheck()132 std::move(dup), {.read_attempts = 100, .skip_consistency_check = true}, in ValidGenerationChangeSkipCheck()177 std::move(dup), {.read_attempts = 100, .skip_consistency_check = true}, &snapshot); in InvalidBadMagicNumberSkipCheck()
Completed in 8 milliseconds