Searched refs:block_cache_get (Results 1 - 19 of 19) sorted by relevance

/haiku/src/tests/add-ons/kernel/file_systems/bfs/btree/
H A Dcache.h26 extern const void* block_cache_get(void* _cache, off_t blockNumber);
H A Dcache.cpp118 block_cache_get(void* _cache, off_t blockNumber) function
120 TRACE(("block_cache_get(block = %" B_PRIdOFF ")\n", blockNumber));
/haiku/src/add-ons/kernel/file_systems/exfat/
H A DCachedBlock.h94 return fBlock = (uint8 *)block_cache_get(fVolume->BlockCache(), block);
/haiku/src/add-ons/kernel/file_systems/ext2/
H A DCachedBlock.h102 return fBlock = (uint8 *)block_cache_get(fVolume->BlockCache(), block);
/haiku/src/tests/system/kernel/file_corruption/fs/
H A DBlock.cpp36 block_cache_get(volume->BlockCache(), blockIndex), NULL);
H A DTransaction.cpp317 info->data = block_cache_get(fVolume->BlockCache(), blockIndex);
/haiku/src/add-ons/kernel/file_systems/btrfs/
H A DCachedBlock.h108 return fBlock = (uint8*)block_cache_get(fVolume->BlockCache(), block);
H A DBTree.cpp67 fNode = (btrfs_stream*)block_cache_get(fVolume->BlockCache(), block);
/haiku/src/add-ons/kernel/file_systems/reiserfs/
H A DBlockCache.cpp201 return const_cast<void*>(block_cache_get(fCacheHandle, number));
/haiku/src/add-ons/kernel/file_systems/fat/
H A Dfat.cpp65 block = (uint8 *)block_cache_get(vol->fBlockCache, cur_sector);
140 block1 = (uint8 *)block_cache_get(vol->fBlockCache, sector);
160 block2 = (uint8 *)block_cache_get(vol->fBlockCache,
294 block1 = (uint8 *)block_cache_get(vol->fBlockCache, sector);
310 block1 = (uint8 *)block_cache_get(vol->fBlockCache, sector);
H A Diter.cpp177 char *blockData = (char *)block_cache_get(csi->vol->fBlockCache, i);
/haiku/headers/os/drivers/
H A Dfs_cache.h77 extern const void *block_cache_get(void *cache, off_t blockNumber);
/haiku/src/add-ons/kernel/file_systems/iso9660/
H A Dkernel_interface.cpp281 char* blockData = (char*)block_cache_get(volume->fBlockCache, block);
369 char* data = (char*)block_cache_get(volume->fBlockCache, block);
H A Diso9660.cpp545 char* buffer = (char*)block_cache_get(volume->fBlockCache,
766 = (char*)block_cache_get(volume->fBlockCache, cookie->block);
/haiku/src/tests/system/kernel/cache/
H A Dblock_cache_test.cpp487 block_cache_get(gCache, 0);
/haiku/src/add-ons/kernel/file_systems/bfs/
H A DJournal.cpp839 const void* data = block_cache_get(fVolume->BlockCache(),
H A DBPlusTree.cpp449 block = (uint8*)block_cache_get(volume->BlockCache(), fBlockNumber);
/haiku/headers/private/fs_shell/
H A Dfssh_api_wrapper.h854 #define block_cache_get fssh_block_cache_get macro
/haiku/src/system/kernel/cache/
H A Dblock_cache.cpp3687 block_cache_get(void* _cache, off_t blockNumber) function

Completed in 90 milliseconds