Home
last modified time | relevance | path

Searched refs:IsInode (Results 1 – 2 of 2) sorted by relevance

/system/ulib/blobfs/iterator/
A Dallocated-extent-iterator.cpp31 if (!Done() && local_index_ == (IsInode() ? kInlineMaxExtents : extent_node_->extent_count)) { in Next()
55 bool AllocatedExtentIterator::IsInode() const { in IsInode() function in blobfs::AllocatedExtentIterator
60 ZX_DEBUG_ASSERT(local_index_ < (IsInode() ? kInlineMaxExtents : kContainerMaxExtents)); in ValidateExtentCount()
61 if (!IsInode() && local_index_ > extent_node_->extent_count) { in ValidateExtentCount()
75 if (IsInode()) { in GetExtent()
83 if (IsInode()) { in GetNextNode()
/system/ulib/blobfs/include/blobfs/iterator/
A Dallocated-extent-iterator.h46 bool IsInode() const;

Completed in 7 milliseconds