Searched refs:kTempBlockStart (Results 1 – 3 of 3) sorted by relevance
82 const uint64_t kTempBlockStart = 1ULL << 60; variable83 static_assert(kTempBlockStart != 0, "kTempBlockStart invalid");
71 uint64_t next_block_{kTempBlockStart};301 if (start >= kTempBlockStart || (start + num) >= kTempBlockStart) { in TempBlocksExistInExtents()304 LOG(ERROR) << "kTempBlockStart: " << kTempBlockStart; in TempBlocksExistInExtents()391 ExtentForRange(kTempBlockStart, kSparseHole - kTempBlockStart)); in AssignBlockForAdjoiningCuts()
258 EXPECT_EQ(kTempBlockStart, graph.back().aop.op.dst_extents(0).start_block()); in TEST_F()264 EXPECT_EQ(kTempBlockStart, graph[0].aop.op.src_extents(0).start_block()); in TEST_F()304 uint64_t tmp = kTempBlockStart; in TEST_F()