Searched refs:get_cached_block (Results 1 - 2 of 2) sorted by relevance

/haiku/src/tools/fs_shell/
H A Dblock_cache.cpp720 get_cached_block(block_cache* cache, fssh_off_t blockNumber, bool* _allocated, function in namespace:FSShell
724 fssh_panic("get_cached_block: invalid block number %" FSSH_B_PRIdOFF
791 fssh_status_t status = get_cached_block(cache, blockNumber, &allocated,
1715 fssh_status_t status = get_cached_block(cache, blockNumber, &allocated,
/haiku/src/system/kernel/cache/
H A Dblock_cache.cpp1906 get_cached_block(block_cache* cache, off_t blockNumber, bool* _allocated, function
1912 panic("get_cached_block: invalid block number %" B_PRIdOFF " (max %" B_PRIdOFF ")",
1996 status_t status = get_cached_block(cache, blockNumber, &allocated,
3668 status_t status = get_cached_block(cache, blockNumber, &allocated, true,

Completed in 107 milliseconds