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

12

/haiku-fatelf/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 DBlockCacheExerciseTest.h35 void *GetBlock(size_t blockSize);
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 DBlockCacheConcurrencyTest.h31 void *GetBlock(BBlockCache *theCache, size_t blockSize,
/haiku-fatelf/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
103 // GetBlock
105 BlockCache::GetBlock(Block *block) function in class:BlockCache
119 // GetBlock
121 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);
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/userlandfs/r5/src/test/reiserfs/
H A DBlockCache.h45 status_t GetBlock(Block *block);
46 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 DTree.h53 status_t GetBlock(uint64 blockNumber, Block **block);
H A DBlockCache.cpp52 The central methods are GetBlock() and PutBlock(). The former one
121 // GetBlock
123 BlockCache::GetBlock(Block *block) function in class:BlockCache
137 // GetBlock
139 BlockCache::GetBlock(uint64 number, Block **result) function in class:BlockCache
/haiku-fatelf/src/bin/makeudfimage/
H A DAllocator.h30 status_t GetBlock(uint32 block);
/haiku-fatelf/src/tests/bin/makeudfimage/
H A DAllocatorTest.cpp98 CHK(allocator.GetBlock(12) != B_OK);
99 CHK(allocator.GetBlock(13) == B_OK);
111 CHK(allocator.GetBlock(13) != B_OK);
124 CHK(allocator.GetBlock(13) != B_OK);
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/udf/r5/
H A DAllocationDescriptorList.h30 - inline uint32 GetBlock(DescriptorType &descriptor);
85 extent->set_block(fAccessor.GetBlock(*descriptor)+offset);
222 inline uint32 GetBlock(DescriptorType &descriptor) const { function in class:Udf::ShortDescriptorAccessor
245 inline uint32 GetBlock(DescriptorType &descriptor) const { function in class:Udf::LongDescriptorAccessor
H A DCachedBlock.h151 address.set_to(accessor.GetBlock(descriptor),
/haiku-fatelf/src/add-ons/kernel/file_systems/ramfs/
H A DBlockAllocator.cpp86 Block *block = (blockReference ? blockReference->GetBlock() : NULL);
108 Block *block = (blockReference ? blockReference->GetBlock() : NULL);
120 block = blockReference->GetBlock();
140 block = blockReference->GetBlock();
224 && CheckBlock(reference->GetBlock(), minSize));
H A DBlock.h113 inline Block *GetBlock() const { return fBlock; } function in class:BlockReference
H A DBlockAllocatorArea.cpp228 block = reference->GetBlock();
234 resultBlock = reference->GetBlock();
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/userlandfs/r5/src/test/ramfs/
H A DBlockAllocator.cpp88 Block *block = (blockReference ? blockReference->GetBlock() : NULL);
110 Block *block = (blockReference ? blockReference->GetBlock() : NULL);
122 block = blockReference->GetBlock();
142 block = blockReference->GetBlock();
226 && CheckBlock(reference->GetBlock(), minSize));
H A DBlock.h113 inline Block *GetBlock() const { return fBlock; } function in class:BlockReference
H A DBlockAllocatorArea.cpp228 block = reference->GetBlock();
234 resultBlock = reference->GetBlock();
/haiku-fatelf/src/add-ons/kernel/file_systems/udf/
H A DAllocationDescriptorList.h28 - inline uint32 GetBlock(DescriptorType &descriptor);
124 extent->set_block(fAccessor.GetBlock(*descriptor) + offset);
261 inline uint32 GetBlock(DescriptorType &descriptor) const function in class:ShortDescriptorAccessor
290 inline uint32 GetBlock(DescriptorType &descriptor) const function in class:LongDescriptorAccessor
H A DCachedBlock.h141 address.set_to(accessor.GetBlock(descriptor),

Completed in 312 milliseconds

12