Searched refs:allocated_extents (Results 1 – 3 of 3) sorted by relevance
62 fbl::Vector<Extent> allocated_extents; in NullTest() local90 fbl::Vector<Extent> allocated_extents; in InlineNodeTest() local108 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() local152 for (size_t i = 0; i < allocated_extents.size(); i++) { in MultiNodeTest()166 ASSERT_TRUE(allocated_extents[i] == *extent); in MultiNodeTest()184 fbl::Vector<Extent> allocated_extents; in BadInodeNextNodeTest() local257 fbl::Vector<Extent> allocated_extents; in BlockIteratorFragmentedTest() local[all …]
134 fbl::Vector<Extent> allocated_extents; in WalkAllInlineExtentsTest() local135 CopyExtents(extents, &allocated_extents); in WalkAllInlineExtentsTest()172 ASSERT_TRUE(allocated_extents[i] == inode->extents[i]); in WalkAllInlineExtentsTest()198 fbl::Vector<Extent> allocated_extents; in WalkManyNodesTest() local199 CopyExtents(extents, &allocated_extents); in WalkManyNodesTest()275 fbl::Vector<Extent> allocated_extents; in WalkManyContainersTest() local277 CopyExtents(extents, &allocated_extents); in WalkManyContainersTest()364 fbl::Vector<Extent> allocated_extents; in WalkExtraNodesTest() local366 CopyExtents(extents, &allocated_extents); in WalkExtraNodesTest()440 fbl::Vector<Extent> allocated_extents; in WalkExtraExtentsTest() local[all …]
38 fbl::Vector<Extent> allocated_extents; in NullTest() local63 fbl::Vector<Extent> allocated_extents; in MultiExtentTest() local
Completed in 9 milliseconds