Searched refs:block_cache_get_writable_etc (Results 1 - 7 of 7) sorted by relevance

/haiku/src/add-ons/kernel/file_systems/bfs/
H A DCachedBlock.h150 return block_cache_get_writable_etc(fVolume->BlockCache(),
/haiku/headers/os/drivers/
H A Dfs_cache.h69 extern status_t block_cache_get_writable_etc(void *cache, off_t blockNumber,
/haiku/src/add-ons/kernel/file_systems/fat/
H A Diter.cpp220 status_t status = block_cache_get_writable_etc(csi->vol->fBlockCache,
252 status = block_cache_get_writable_etc(csi->vol->fBlockCache, block, 0, 1,
H A Dfat.cpp39 status = block_cache_get_writable_etc(vol->fBlockCache,
H A Ddosfs.cpp863 status_t status = block_cache_get_writable_etc(vol->fBlockCache,
1046 result = block_cache_get_writable_etc(vol->fBlockCache, 0,
/haiku/headers/private/fs_shell/
H A Dfssh_api_wrapper.h850 #define block_cache_get_writable_etc fssh_block_cache_get_writable_etc macro
/haiku/src/system/kernel/cache/
H A Dblock_cache.cpp3611 block_cache_get_writable_etc(void* _cache, off_t blockNumber, off_t base, function
3617 TRACE(("block_cache_get_writable_etc(block = %" B_PRIdOFF ", transaction = %" B_PRId32 ")\n",
3631 if (block_cache_get_writable_etc(_cache, blockNumber,

Completed in 69 milliseconds