Searched refs:WriteAsync (Results 1 – 7 of 7) sorted by relevance
/haiku/src/system/kernel/cache/ |
H A D | vnode_store.h | 30 virtual status_t WriteAsync(off_t offset,
|
H A D | vnode_store.cpp | 102 VMVnodeCache::WriteAsync(off_t offset, const generic_io_vec* vecs, size_t count, in WriteAsync() function in VMVnodeCache
|
/haiku/src/system/kernel/vm/ |
H A D | VMAnonymousCache.h | 66 virtual status_t WriteAsync(off_t offset,
|
H A D | VMCache.cpp | 1342 VMCache::WriteAsync(off_t offset, const generic_io_vec* vecs, size_t count, in WriteAsync() function in VMCache
|
H A D | VMAnonymousCache.cpp | 884 VMAnonymousCache::WriteAsync(off_t offset, const generic_io_vec* vecs, in WriteAsync() function in VMAnonymousCache
|
H A D | vm_page.cpp | 2227 return fCache->WriteAsync(writeOffset, fVecs, fVecCount, writeLength, in Schedule()
|
/haiku/headers/private/kernel/vm/ |
H A D | VMCache.h | 161 virtual status_t WriteAsync(off_t offset,
|