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

/haiku/src/system/kernel/cache/
H A Dfile_cache.cpp375 read_into_cache(file_cache_ref* ref, void* cookie, off_t offset, function
379 TRACE(("read_into_cache(offset = %lld, pageOffset = %ld, buffer = %#lx, "
490 /*! Like read_into_cache() but writes data into the cache.
777 function = doWrite ? write_to_cache : read_into_cache;

Completed in 33 milliseconds