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

/haiku/src/tools/fs_shell/
H A Dfile_cache.cpp145 cache_io(void *_cacheRef, void *cookie, fssh_off_t offset, fssh_addr_t buffer, function in namespace:FSShell
149 fssh_panic("cache_io() called with NULL ref!\n");
154 TRACE(("cache_io(ref = %p, offset = %lld, buffer = %p, size = %u, %s)\n",
345 return cache_io(ref, cookie, offset, (fssh_addr_t)bufferBase, _size, false);
355 fssh_status_t status = cache_io(ref, cookie, offset,
/haiku/src/system/kernel/cache/
H A Dfile_cache.cpp368 pages needed to fulfill that request. This function is called by cache_io().
518 // in cache_io()
729 cache_io(void* _cacheRef, void* cookie, off_t offset, addr_t buffer, function
733 panic("cache_io() called with NULL ref!\n");
739 TRACE(("cache_io(ref = %p, offset = %lld, buffer = %p, size = %lu, %s)\n",
1328 return cache_io(ref, cookie, offset, (addr_t)buffer, _size, false);
1357 status_t status = cache_io(ref, cookie, offset,

Completed in 17 milliseconds