Searched refs:block_cache_get_writable (Results 1 - 12 of 12) sorted by relevance

/haiku/src/tests/add-ons/kernel/file_systems/bfs/btree/
H A Dcache.h30 extern void* block_cache_get_writable(void* _cache, off_t blockNumber,
H A Dcache.cpp137 block_cache_get_writable(void* _cache, off_t blockNumber, int32 transaction) function
139 TRACE(("block_cache_get_writable(block = %" B_PRIdOFF
/haiku/src/tests/system/kernel/cache/
H A Dblock_cache_test.cpp272 void* block = block_cache_get_writable(gCache, 1, id);
304 block = block_cache_get_writable(gCache, 0, id);
347 block = block_cache_get_writable(gCache, 1, id);
360 block = block_cache_get_writable(gCache, 0, id);
363 block = block_cache_get_writable(gCache, 1, id);
399 block = block_cache_get_writable(gCache, 1, id);
413 block = block_cache_get_writable(gCache, 1, id);
436 block = block_cache_get_writable(gCache, 1, id);
494 void* block = block_cache_get_writable(gCache, 1, id);
603 block = block_cache_get_writable(gCach
[all...]
/haiku/src/add-ons/kernel/file_systems/ext2/
H A DCachedBlock.h129 fBlock = (uint8*)block_cache_get_writable(fVolume->BlockCache(),
/haiku/src/tests/system/kernel/file_corruption/fs/
H A DBlock.cpp50 block_cache_get_writable(volume->BlockCache(), blockIndex,
/haiku/src/add-ons/kernel/file_systems/btrfs/
H A DCachedBlock.h122 fBlock = (uint8*)block_cache_get_writable(fVolume->BlockCache(),
H A DBTree.cpp81 fNode = (btrfs_stream*)block_cache_get_writable(fVolume->BlockCache(),
/haiku/headers/os/drivers/
H A Dfs_cache.h71 extern void *block_cache_get_writable(void *cache, off_t blockNumber,
/haiku/src/add-ons/kernel/file_systems/fat/
H A Dfat.cpp142 block1 = (uint8 *)block_cache_get_writable(vol->fBlockCache, sector,
163 block2 = (uint8 *)block_cache_get_writable(vol->fBlockCache,
296 block1 = (uint8 *)block_cache_get_writable(vol->fBlockCache,
312 block1 = (uint8 *)block_cache_get_writable(vol->fBlockCache,
/haiku/headers/private/fs_shell/
H A Dfssh_api_wrapper.h851 #define block_cache_get_writable fssh_block_cache_get_writable macro
/haiku/src/add-ons/kernel/file_systems/bfs/
H A DBPlusTree.cpp445 block = (uint8*)block_cache_get_writable(volume->BlockCache(),
/haiku/src/system/kernel/cache/
H A Dblock_cache.cpp3628 block_cache_get_writable(void* _cache, off_t blockNumber, int32 transaction) function

Completed in 124 milliseconds