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

/haiku/src/tools/fs_shell/
H A Dvfs.h81 fssh_status_t vfs_write_pages(void *vnode, void *cookie,
H A Dfile_cache.cpp111 fssh_status_t status = vfs_write_pages(ref->node, cookie,
H A Dvfs.cpp2397 vfs_write_pages(void *_vnode, void *cookie, fssh_off_t pos, function in namespace:FSShell
/haiku/src/system/kernel/cache/
H A Dvnode_store.cpp89 return vfs_write_pages(fVnode, NULL, offset, vecs, count, flags, _numBytes);
H A Dfile_cache.cpp606 status_t status = vfs_write_pages(ref->vnode, cookie, offset, vecs,
654 status = vfs_write_pages(vnode, cookie, offset,
687 status = vfs_write_pages(ref->vnode, cookie, offset + pageOffset,
1349 status_t error = vfs_write_pages(ref->vnode, cookie, offset, &vec,
/haiku/src/tests/system/kernel/cache/
H A Dpages_io_test.cpp309 vfs_write_pages(void *device, void *cookie, off_t offset, function
591 status = vfs_write_pages(ref->device, ref->cookie,
/haiku/headers/private/kernel/
H A Dvfs.h104 status_t vfs_write_pages(struct vnode *vnode, void *cookie, off_t pos,
/haiku/src/system/kernel/vm/
H A DVMAnonymousCache.cpp855 status_t status = vfs_write_pages(swapFile->vnode, swapFile->cookie,
/haiku/src/system/kernel/fs/
H A Dvfs.cpp4041 status_t status = vfs_write_pages(vnode, descriptor->cookie, pos, vecs,
4665 vfs_write_pages(struct vnode* vnode, void* cookie, off_t pos, function
4669 FUNCTION(("vfs_write_pages: vnode %p, vecs %p, pos %" B_PRIdOFF "\n", vnode,

Completed in 111 milliseconds