Searched refs:block_cache_make_writable (Results 1 - 9 of 9) sorted by last modified time

/haiku/src/add-ons/kernel/file_systems/bfs/
H A DBPlusTree.cpp369 if (block_cache_make_writable(transaction.GetVolume()->BlockCache(),
H A DCachedBlock.h175 return block_cache_make_writable(fVolume->BlockCache(), fBlockNumber,
/haiku/src/system/kernel/cache/
H A Dblock_cache.cpp3587 block_cache_make_writable(void* _cache, off_t blockNumber, int32 transaction) function
/haiku/headers/private/fs_shell/
H A Dfssh_api_wrapper.h849 #define block_cache_make_writable fssh_block_cache_make_writable macro
/haiku/src/add-ons/kernel/file_systems/fat/
H A Diter.cpp142 return block_cache_make_writable(csi->vol->fBlockCache, csi_to_block(csi),
/haiku/headers/os/drivers/
H A Dfs_cache.h67 extern status_t block_cache_make_writable(void *cache, off_t blockNumber,
/haiku/src/tests/add-ons/kernel/file_systems/bfs/btree/
H A Dcache.cpp126 block_cache_make_writable(void* _cache, off_t blockNumber, int32 transaction) function
128 TRACE(("block_cache_make_writable(block = %" B_PRIdOFF ", transaction = %"
H A Dcache.h28 extern status_t block_cache_make_writable(void* _cache, off_t blockNumber,
/haiku/src/tests/system/kernel/file_corruption/fs/
H A DBlock.cpp84 error = block_cache_make_writable(fVolume->BlockCache(), fIndex,

Completed in 110 milliseconds