Home
last modified time | relevance | path

Searched refs:GetNode (Results 1 – 14 of 14) sorted by relevance

/system/ulib/blobfs/test/
A Dnode-populator-test.cpp94 const Inode* inode = allocator->GetNode(node_index); in WalkOneTest()
218 Inode* inode = allocator->GetNode(allocated_nodes[0]); in WalkManyNodesTest()
240 inode = allocator->GetNode(allocated_nodes[1]); in WalkManyNodesTest()
281 Inode* inode = allocator->GetNode(allocated_nodes[0]); in WalkManyContainersTest()
317 inode = allocator->GetNode(allocated_nodes[1]); in WalkManyContainersTest()
327 inode = allocator->GetNode(allocated_nodes[2]); in WalkManyContainersTest()
370 Inode* inode = allocator->GetNode(allocated_nodes[0]); in WalkExtraNodesTest()
406 inode = allocator->GetNode(allocated_nodes[1]); in WalkExtraNodesTest()
408 inode = allocator->GetNode(allocated_nodes[2]); in WalkExtraNodesTest()
485 inode = allocator->GetNode(allocated_nodes[1]); in WalkExtraExtentsTest()
[all …]
A Dallocated-extent-iterator-test.cpp72 const Inode* inode = allocator->GetNode(node_index); in NullTest()
100 const Inode* inode = allocator->GetNode(node_index); in InlineNodeTest()
143 const Inode* inode = allocator->GetNode(node_index); in MultiNodeTest()
194 Inode* inode = allocator->GetNode(node_index); in BadInodeNextNodeTest()
267 const Inode* inode = allocator->GetNode(node_index); in BlockIteratorFragmentedTest()
315 const Inode* inode = allocator->GetNode(node_index); in BlockIteratorUnfragmentedTest()
/system/ulib/blobfs/iterator/
A Dallocated-extent-iterator.cpp15 : finder_(finder), inode_(finder_->GetNode(node_index)), node_index_(node_index), in AllocatedExtentIterator()
95 extent_node_ = finder_->GetNode(node_index)->AsExtentContainer(); in NextContainer()
A Dnode-populator.cpp35 Inode* inode = allocator_->GetNode(node_index); in Walk()
61 container = allocator_->GetNode(next)->AsExtentContainer(); in Walk()
/system/ulib/blobfs/include/blobfs/iterator/
A Dextent-iterator.h39 virtual Inode* GetNode(uint32_t node_index) = 0;
/system/ulib/blobfs/
A Dallocator.cpp39 Inode* Allocator::GetNode(uint32_t node_index) { in GetNode() function in blobfs::Allocator
204 ZX_DEBUG_ASSERT(!GetNode(node_index)->header.IsAllocated()); in ReserveNode()
215 Inode* mapped_inode = GetNode(node.index()); in MarkInodeAllocated()
222 GetNode(previous_node)->header.next_node = index; in MarkContainerNodeAllocated()
223 ExtentContainer* container = GetNode(index)->AsExtentContainer(); in MarkContainerNodeAllocated()
232 GetNode(node_index)->header.flags = 0; in FreeNode()
426 if (!GetNode(i)->header.IsAllocated()) { in FindNode()
A Dblobfs.cpp192 Inode* mapped_inode = GetNode(node_index); in FreeInode()
365 if (GetNode(node_index)->header.IsAllocated() && in Readdir()
366 !GetNode(node_index)->header.IsExtentContainer()) { in Readdir()
367 Digest digest(GetNode(node_index)->merkle_root_hash); in Readdir()
638 const Inode* inode = GetNode(node_index); in InitializeVnodes()
651 Digest digest(vnode->GetNode().merkle_root_hash); in InitializeVnodes()
A Dfsck.cpp24 Inode* inode = blobfs_->GetNode(n); in TraverseInodeBitmap()
A Dhost.cpp558 Inode* Blobfs::GetNode(uint32_t index) { in GetNode() function in blobfs::Blobfs
575 Inode inode = *GetNode(node_index); in VerifyBlob()
A Dvnode.cpp303 Inode* inode = blobfs_->GetNode(node_index); in PopulateInode()
485 Inode* mapped_inode = blobfs_->GetNode(map_index_); in WriteMetadata()
797 Inode* inode = bs->GetNode(node_index); in VerifyBlob()
/system/ulib/blobfs/include/blobfs/
A Dblobfs.h134 Inode* GetNode(uint32_t node_index) { return allocator_->GetNode(node_index); } in GetNode() function
A Dallocator.h67 Inode* GetNode(uint32_t node_index) final;
A Dhost.h160 Inode* GetNode(uint32_t node_index) final;
A Dvnode.h114 const Inode& GetNode() const { in GetNode() function

Completed in 28 milliseconds