Searched refs:GetNode (Results 1 – 14 of 14) sorted by relevance
94 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 …]
72 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()
15 : finder_(finder), inode_(finder_->GetNode(node_index)), node_index_(node_index), in AllocatedExtentIterator()95 extent_node_ = finder_->GetNode(node_index)->AsExtentContainer(); in NextContainer()
35 Inode* inode = allocator_->GetNode(node_index); in Walk()61 container = allocator_->GetNode(next)->AsExtentContainer(); in Walk()
39 virtual Inode* GetNode(uint32_t node_index) = 0;
39 Inode* Allocator::GetNode(uint32_t node_index) { in GetNode() function in blobfs::Allocator204 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()
192 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()
24 Inode* inode = blobfs_->GetNode(n); in TraverseInodeBitmap()
558 Inode* Blobfs::GetNode(uint32_t index) { in GetNode() function in blobfs::Blobfs575 Inode inode = *GetNode(node_index); in VerifyBlob()
303 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()
134 Inode* GetNode(uint32_t node_index) { return allocator_->GetNode(node_index); } in GetNode() function
67 Inode* GetNode(uint32_t node_index) final;
160 Inode* GetNode(uint32_t node_index) final;
114 const Inode& GetNode() const { in GetNode() function
Completed in 28 milliseconds