Home
last modified time | relevance | path

Searched refs:ExtentIndex (Results 1 – 5 of 5) sorted by relevance

/system/ulib/blobfs/test/
A Dallocated-extent-iterator-test.cpp79 ASSERT_EQ(0, iter.ExtentIndex()); in NullTest()
111 ASSERT_EQ(i, iter.ExtentIndex()); in InlineNodeTest()
121 ASSERT_EQ(allocated_extents.size(), iter.ExtentIndex()); in InlineNodeTest()
148 ASSERT_EQ(0, iter.ExtentIndex()); in MultiNodeTest()
161 ASSERT_EQ(i, iter.ExtentIndex()); in MultiNodeTest()
171 ASSERT_EQ(allocated_extents.size(), iter.ExtentIndex()); in MultiNodeTest()
/system/ulib/blobfs/include/blobfs/iterator/
A Dallocated-extent-iterator.h37 uint32_t ExtentIndex() const;
/system/ulib/blobfs/iterator/
A Dallocated-extent-iterator.cpp46 uint32_t AllocatedExtentIterator::ExtentIndex() const { in ExtentIndex() function in blobfs::AllocatedExtentIterator
/system/ulib/blobfs/
A Dfsck.cpp40 extents.ExtentIndex(), n); in TraverseInodeBitmap()
/system/ulib/inspect/include/lib/inspect/
A Dblock.h110 using ExtentIndex = Field<32, 59>; member

Completed in 22 milliseconds