Searched refs:GetType (Results 1 – 6 of 6) sorted by relevance
81 return GetType(b) == BlockType::kFree && GetOrder(b) == expected_order; in IsFreeBlock()
125 constexpr BlockType GetType(const Block* block) { in GetType() function
54 FsTestType GetType() const { in GetType() function
960 if (blobfsTest->GetType() == FsTestType::kFvm) { in TestDiskTooSmall()1026 ASSERT_EQ(blobfsTest->GetType(), FsTestType::kFvm); in TestQueryInfo()2290 ASSERT_EQ(blobfsTest->GetType(), FsTestType::kFvm); in ResizePartition()2335 ASSERT_EQ(blobfsTest->GetType(), FsTestType::kFvm); in CorruptAtMount()2658 if (blobfsTest->GetType() == FsTestType::kFvm) { in TestFailedWrite()
100 while (GetType(buddy) == BlockType::kFree && GetOrder(block) < kNumOrders - 1 && in Free()
40 ret.push_back({index, GetType(block), GetOrder(block)}); in dump()
Completed in 17 milliseconds