block_cache_get
extern const void *block_cache_get(void *cache, off_t blockNumber);
block = fBlock = (uint8*)block_cache_get(volume->BlockCache(), newBlockNumber);
const void* data = block_cache_get(fVolume->BlockCache(),
fNode = (btrfs_stream*)block_cache_get(fVolume->BlockCache(), block);
return fBlock = (uint8*)block_cache_get(fVolume->BlockCache(), block);
return fBlock = (uint8 *)block_cache_get(fVolume->BlockCache(), block);
return fBlock = (uint8 *)block_cache_get(fVolume->BlockCache(), block);
newBuf->b_data = (void*)block_cache_get(blockCache, cachedBlock);
newBuf->b_bcpointers[i] = (void*)block_cache_get(blockCache, cachedBlock + i);
char* buffer = (char*)block_cache_get(volume->fBlockCache,
= (char*)block_cache_get(volume->fBlockCache, cookie->block);
char* blockData = (char*)block_cache_get(volume->fBlockCache, block);
char* data = (char*)block_cache_get(volume->fBlockCache, block);
return const_cast<void*>(block_cache_get(fCacheHandle, number));
extern const void* block_cache_get(void* _cache, off_t blockNumber);
block_cache_get(gCache, 0);
block_cache_get(volume->BlockCache(), blockIndex), NULL);
info->data = block_cache_get(fVolume->BlockCache(), blockIndex);