Searched refs:IsInode (Results 1 – 2 of 2) sorted by relevance
31 if (!Done() && local_index_ == (IsInode() ? kInlineMaxExtents : extent_node_->extent_count)) { in Next()55 bool AllocatedExtentIterator::IsInode() const { in IsInode() function in blobfs::AllocatedExtentIterator60 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()
46 bool IsInode() const;
Completed in 7 milliseconds