Home
last modified time | relevance | path

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) in block_cache_get() function
/haiku/src/add-ons/kernel/file_systems/exfat/
H A DCachedBlock.h94 return fBlock = (uint8 *)block_cache_get(fVolume->BlockCache(), block); in SetTo()
/haiku/src/add-ons/kernel/file_systems/btrfs/
H A DCachedBlock.h108 return fBlock = (uint8*)block_cache_get(fVolume->BlockCache(), block); in SetTo()
H A DBTree.cpp67 fNode = (btrfs_stream*)block_cache_get(fVolume->BlockCache(), block); in SetTo()
/haiku/src/add-ons/kernel/file_systems/ext2/
H A DCachedBlock.h102 return fBlock = (uint8 *)block_cache_get(fVolume->BlockCache(), block); in SetTo()
/haiku/src/tests/system/kernel/file_corruption/fs/
H A DBlock.cpp36 block_cache_get(volume->BlockCache(), blockIndex), NULL); in GetReadable()
H A DTransaction.cpp317 info->data = block_cache_get(fVolume->BlockCache(), blockIndex); in RegisterBlock()
/haiku/src/add-ons/kernel/file_systems/reiserfs/
H A DBlockCache.cpp201 return const_cast<void*>(block_cache_get(fCacheHandle, number)); in _GetBlock()
/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/fat/bsd/kern/
H A Dvfs_bio.c395 newBuf->b_data = (void*)block_cache_get(blockCache, dblkno); in getblkx()
420 newBuf->b_bcpointers[i] = (void*)block_cache_get(blockCache, dblkno + i); in getblkx()
/haiku/src/add-ons/kernel/file_systems/iso9660/
H A Dkernel_interface.cpp281 char* blockData = (char*)block_cache_get(volume->fBlockCache, block); in fs_walk()
369 char* data = (char*)block_cache_get(volume->fBlockCache, block); in fs_read_vnode()
H A Diso9660.cpp545 char* buffer = (char*)block_cache_get(volume->fBlockCache, in parse_rock_ridge()
766 = (char*)block_cache_get(volume->fBlockCache, cookie->block); in ISOReadDirEnt()
/haiku/src/tests/system/kernel/cache/
H A Dblock_cache_test.cpp487 block_cache_get(gCache, 0); in test_block_cache_discard()
/haiku/src/add-ons/kernel/file_systems/bfs/
H A DJournal.cpp839 const void* data = block_cache_get(fVolume->BlockCache(), in _WriteTransactionToLog()
H A DBPlusTree.cpp449 block = (uint8*)block_cache_get(volume->BlockCache(), fBlockNumber); in InternalSetTo()
/haiku/headers/private/fs_shell/
H A Dfssh_api_wrapper.h854 #define block_cache_get fssh_block_cache_get macro
/haiku/docs/user/drivers/
H A Dfs_modules.dox295 (e.g. block_cache_get() and block_cache_put()). As long as the system has
/haiku/src/system/kernel/cache/
H A Dblock_cache.cpp3922 block_cache_get(void* _cache, off_t blockNumber) in block_cache_get() function