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

/haiku-fatelf/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.cpp2350 vfs_write_pages(void *_vnode, void *cookie, fssh_off_t pos, function in namespace:FSShell
/haiku-fatelf/src/system/kernel/cache/
H A Dvnode_store.cpp89 return vfs_write_pages(fVnode, NULL, offset, vecs, count, flags, _numBytes);
H A Dfile_cache.cpp607 status_t status = vfs_write_pages(ref->vnode, cookie, offset, vecs,
646 status = vfs_write_pages(ref->vnode, cookie, offset + pageOffset,
661 status = vfs_write_pages(ref->vnode, cookie, offset + pageOffset,
1319 status_t error = vfs_write_pages(ref->vnode, cookie, offset, &vec,
1330 status_t error = vfs_write_pages(ref->vnode, cookie, offset,
/haiku-fatelf/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-fatelf/headers/private/kernel/
H A Dvfs.h102 status_t vfs_write_pages(struct vnode *vnode, void *cookie, off_t pos,
/haiku-fatelf/src/system/kernel/vm/
H A DVMAnonymousCache.cpp683 status_t status = vfs_write_pages(swapFile->vnode, swapFile->cookie,
/haiku-fatelf/src/system/kernel/fs/
H A Dvfs.cpp3922 status_t status = vfs_write_pages(vnode, descriptor->cookie, pos, vecs,
4538 vfs_write_pages(struct vnode* vnode, void* cookie, off_t pos, function
4542 FUNCTION(("vfs_write_pages: vnode %p, vecs %p, pos %Ld\n", vnode, vecs,

Completed in 191 milliseconds