Lines Matching refs:allocated_extents
62 fbl::Vector<Extent> allocated_extents; in NullTest() local
68 &allocator, &allocated_extents, &allocated_nodes)); in NullTest()
90 fbl::Vector<Extent> allocated_extents; in InlineNodeTest() local
96 &allocator, &allocated_extents, &allocated_nodes)); in InlineNodeTest()
108 for (size_t i = 0; i < allocated_extents.size(); i++) { in InlineNodeTest()
116 ASSERT_TRUE(allocated_extents[i] == *extent); in InlineNodeTest()
121 ASSERT_EQ(allocated_extents.size(), iter.ExtentIndex()); in InlineNodeTest()
133 fbl::Vector<Extent> allocated_extents; in MultiNodeTest() local
139 &allocator, &allocated_extents, &allocated_nodes)); in MultiNodeTest()
152 for (size_t i = 0; i < allocated_extents.size(); i++) { in MultiNodeTest()
166 ASSERT_TRUE(allocated_extents[i] == *extent); in MultiNodeTest()
171 ASSERT_EQ(allocated_extents.size(), iter.ExtentIndex()); in MultiNodeTest()
184 fbl::Vector<Extent> allocated_extents; in BadInodeNextNodeTest() local
190 &allocator, &allocated_extents, &allocated_nodes)); in BadInodeNextNodeTest()
257 fbl::Vector<Extent> allocated_extents; in BlockIteratorFragmentedTest() local
263 &allocator, &allocated_extents, &allocated_nodes)); in BlockIteratorFragmentedTest()
280 for (size_t i = 0; i < allocated_extents.size(); i++) { in BlockIteratorFragmentedTest()
289 ASSERT_EQ(allocated_extents[i].Start(), actual_start); in BlockIteratorFragmentedTest()
305 fbl::Vector<Extent> allocated_extents; in BlockIteratorUnfragmentedTest() local
311 &space_manager, &allocator, &allocated_extents, &allocated_nodes)); in BlockIteratorUnfragmentedTest()
332 ASSERT_EQ(allocated_extents[0].Start(), actual_start); in BlockIteratorUnfragmentedTest()
351 ASSERT_EQ(allocated_extents[0].Start() + blocks_seen, actual_start); in BlockIteratorUnfragmentedTest()