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

/haiku/src/tests/add-ons/kernel/file_systems/bfs/btree/
H A Dcache.h33 extern status_t block_cache_set_dirty(void* _cache, off_t blockNumber,
H A Dcache.cpp147 block_cache_set_dirty(void* _cache, off_t blockNumber, bool dirty, function
150 TRACE(("block_cache_set_dirty(block = %" B_PRIdOFF
/haiku/headers/os/drivers/
H A Dfs_cache.h78 extern status_t block_cache_set_dirty(void *cache, off_t blockNumber,
/haiku/src/add-ons/kernel/file_systems/fat/
H A Ddosfs.cpp880 block_cache_set_dirty(vol->fBlockCache, vol->fsinfo_sector,
1058 block_cache_set_dirty(vol->fBlockCache, 0, false, -1);
/haiku/headers/private/fs_shell/
H A Dfssh_api_wrapper.h855 #define block_cache_set_dirty fssh_block_cache_set_dirty macro
/haiku/src/add-ons/kernel/file_systems/bfs/
H A DBPlusTree.cpp257 block_cache_set_dirty(cache, fBlockNumber, false, transaction.ID());
/haiku/src/system/kernel/cache/
H A Dblock_cache.cpp3706 block_cache_set_dirty(void* _cache, off_t blockNumber, bool dirty, function
3722 panic("block_cache_set_dirty(): not yet implemented that way!\n");

Completed in 195 milliseconds