Searched refs:block_cache_get_empty (Results 1 - 11 of 11) sorted by relevance

/haiku/src/add-ons/kernel/file_systems/ext2/
H A DCachedBlock.h126 fBlock = (uint8*)block_cache_get_empty(fVolume->BlockCache(),
H A DTransaction.cpp129 void* block = block_cache_get_empty(cache, blockNumber + i, ID());
/haiku/src/tests/system/kernel/file_corruption/fs/
H A DBlock.cpp66 block_cache_get_empty(volume->BlockCache(), blockIndex,
/haiku/src/add-ons/kernel/file_systems/btrfs/
H A DCachedBlock.h119 fBlock = (uint8*)block_cache_get_empty(fVolume->BlockCache(),
H A DBTree.cpp78 fNode = (btrfs_stream*)block_cache_get_empty(fVolume->BlockCache(),
/haiku/src/tests/system/kernel/cache/
H A Dblock_cache_test.cpp283 block = block_cache_get_empty(gCache, 2, id);
343 void* block = block_cache_get_empty(gCache, 0, id);
395 void* block = block_cache_get_empty(gCache, 0, id);
452 block = block_cache_get_empty(gCache, 0, id);
500 block = block_cache_get_empty(gCache, 2, id);
/haiku/src/add-ons/kernel/file_systems/bfs/
H A DJournal.h172 void* block = block_cache_get_empty(cache, blockNumber + i,
H A DCachedBlock.h145 fBlock = (uint8*)block_cache_get_empty(fVolume->BlockCache(),
/haiku/headers/os/drivers/
H A Dfs_cache.h73 extern void *block_cache_get_empty(void *cache, off_t blockNumber,
/haiku/headers/private/fs_shell/
H A Dfssh_api_wrapper.h852 #define block_cache_get_empty fssh_block_cache_get_empty macro
/haiku/src/system/kernel/cache/
H A Dblock_cache.cpp3640 block_cache_get_empty(void* _cache, off_t blockNumber, int32 transaction) function
3645 TRACE(("block_cache_get_empty(block = %" B_PRIdOFF ", transaction = %" B_PRId32 ")\n",

Completed in 129 milliseconds