GetBlock
status_t GetBlock(uint32 busCookie,
fCache->GetBlock(this);
status_t GetBlock(Block *block);
status_t GetBlock(uint64 number, Block **block);
error = GetTree()->GetBlock(indirect.BlockNumberAt(i), &block);
error = fBlockCache->GetBlock(blockNumber, block);
error = fBlockCache->GetBlock(blockNumber, &block);
status_t GetBlock(uint64 blockNumber, Block **block);
error = fBlockCache->GetBlock(fSuperBlock->GetRootBlock(), &rootBlock);
extent->set_block(fAccessor.GetBlock(*descriptor) + offset);
inline uint32 GetBlock(DescriptorType &descriptor) const
inline uint32 GetBlock(DescriptorType &descriptor) const
address.set_to(accessor.GetBlock(descriptor),
GetBlock(theCache, sizeOfBlocksInCache, theThread, &cacheList, &nonCacheList);
GetBlock(theCache, sizeOfBlocksInCache, theThread, &cacheList, &nonCacheList);
GetBlock(theCache, sizeOfNonCacheBlocks, theThread, &cacheList, &nonCacheList);
GetBlock(theCache, sizeOfNonCacheBlocks, theThread, &cacheList, &nonCacheList);
GetBlock(theCache, sizeOfBlocksInCache, theThread, &cacheList, &nonCacheList);
GetBlock(theCache, sizeOfBlocksInCache, theThread, &cacheList, &nonCacheList);
GetBlock(theCache, sizeOfNonCacheBlocks, theThread, &cacheList, &nonCacheList);
GetBlock(theCache, sizeOfNonCacheBlocks, theThread, &cacheList, &nonCacheList);
void *GetBlock(BBlockCache *theCache, size_t blockSize,
GetBlock(sizeOfBlocksInCache);
GetBlock(sizeOfBlocksInCache);
GetBlock(sizeOfBlocksInCache);
GetBlock(sizeOfNonCacheBlocks);
GetBlock(sizeOfNonCacheBlocks);
GetBlock(sizeOfBlocksInCache);
GetBlock(sizeOfBlocksInCache);
GetBlock(sizeOfNonCacheBlocks);
GetBlock(sizeOfNonCacheBlocks);
void* GetBlock(size_t blockSize);