Searched refs:block_cache_sync_etc (Results 1 - 4 of 4) sorted by relevance

/haiku/headers/os/drivers/
H A Dfs_cache.h63 extern status_t block_cache_sync_etc(void *cache, off_t blockNumber,
/haiku/src/add-ons/kernel/file_systems/bfs/
H A DInode.cpp2409 status = block_cache_sync_etc(fVolume->BlockCache(),
2435 status = block_cache_sync_etc(fVolume->BlockCache(),
2475 status = block_cache_sync_etc(fVolume->BlockCache(),
/haiku/headers/private/fs_shell/
H A Dfssh_api_wrapper.h847 #define block_cache_sync_etc fssh_block_cache_sync_etc macro
/haiku/src/system/kernel/cache/
H A Dblock_cache.cpp3498 block_cache_sync_etc(void* _cache, off_t blockNumber, size_t numBlocks) function
3506 panic("block_cache_sync_etc: invalid block number %" B_PRIdOFF

Completed in 130 milliseconds