Searched refs:GetBlock (Results 1 - 15 of 15) sorted by relevance

/haiku/src/tests/kits/support/bblockcache/
H A DBlockCacheExerciseTest.cpp95 GetBlock(sizeOfBlocksInCache);
106 GetBlock(sizeOfBlocksInCache);
107 GetBlock(sizeOfBlocksInCache);
108 GetBlock(sizeOfNonCacheBlocks);
109 GetBlock(sizeOfNonCacheBlocks);
118 GetBlock(sizeOfBlocksInCache);
119 GetBlock(sizeOfBlocksInCache);
120 GetBlock(sizeOfNonCacheBlocks);
121 GetBlock(sizeOfNonCacheBlocks);
176 * Method: BlockCacheExerciseTest::GetBlock()
181 BlockCacheExerciseTest::GetBlock(size_t blockSize) function in class:BlockCacheExerciseTest
[all...]
H A DBlockCacheConcurrencyTest.cpp72 * Method: BlockCacheConcurrencyTest::GetBlock()
77 BlockCacheConcurrencyTest::GetBlock(BBlockCache *theCache, size_t blockSize, function in class:BlockCacheConcurrencyTest
189 GetBlock(theCache, sizeOfBlocksInCache, theThread, &cacheList, &nonCacheList);
190 GetBlock(theCache, sizeOfBlocksInCache, theThread, &cacheList, &nonCacheList);
191 GetBlock(theCache, sizeOfNonCacheBlocks, theThread, &cacheList, &nonCacheList);
192 GetBlock(theCache, sizeOfNonCacheBlocks, theThread, &cacheList, &nonCacheList);
199 GetBlock(theCache, sizeOfBlocksInCache, theThread, &cacheList, &nonCacheList);
200 GetBlock(theCache, sizeOfBlocksInCache, theThread, &cacheList, &nonCacheList);
201 GetBlock(theCache, sizeOfNonCacheBlocks, theThread, &cacheList, &nonCacheList);
202 GetBlock(theCach
[all...]
H A DBlockCacheExerciseTest.h35 void *GetBlock(size_t blockSize);
H A DBlockCacheConcurrencyTest.h31 void *GetBlock(BBlockCache *theCache, size_t blockSize,
/haiku/src/add-ons/kernel/file_systems/reiserfs/
H A DBlockCache.h44 status_t GetBlock(Block *block);
45 status_t GetBlock(uint64 number, Block **block);
H A DTree.cpp39 This class actually doesn't have that much functionality. GetBlock()
121 // GetBlock
123 Tree::GetBlock(uint64 blockNumber, Block **block) function in class:Tree
127 error = fBlockCache->GetBlock(blockNumber, block);
138 error = fBlockCache->GetBlock(blockNumber, &block);
H A DBlockCache.cpp45 The central methods are GetBlock() and PutBlock(). The former one
104 // GetBlock
106 BlockCache::GetBlock(Block *block) function in class:BlockCache
120 // GetBlock
122 BlockCache::GetBlock(uint64 number, Block **result) function in class:BlockCache
H A DTree.h53 status_t GetBlock(uint64 blockNumber, Block **block);
H A DBlock.cpp76 fCache->GetBlock(this);
H A DVolume.cpp157 error = fBlockCache->GetBlock(fSuperBlock->GetRootBlock(), &rootBlock);
H A DIterators.cpp1519 error = GetTree()->GetBlock(indirect.BlockNumberAt(i), &block);
/haiku/src/add-ons/kernel/file_systems/udf/
H A DAllocationDescriptorList.h28 - inline uint32 GetBlock(DescriptorType &descriptor);
124 extent->set_block(fAccessor.GetBlock(*descriptor) + offset);
262 inline uint32 GetBlock(DescriptorType &descriptor) const function in class:ShortDescriptorAccessor
291 inline uint32 GetBlock(DescriptorType &descriptor) const function in class:LongDescriptorAccessor
H A DCachedBlock.h131 address.set_to(accessor.GetBlock(descriptor),
/haiku/src/add-ons/kernel/drivers/wmi/
H A DWMIPrivate.h108 status_t GetBlock(uint32 busCookie,
H A DWMIACPI.cpp136 WMIACPI::GetBlock(uint32 busCookie, uint8 instance, uint32 methodId, function in class:WMIACPI
163 TRACE("GetBlock calling %s\n", method);

Completed in 175 milliseconds