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

/haiku/src/tools/fs_shell/
H A Dvfs.h78 fssh_status_t vfs_read_pages(void *vnode, void *cookie, fssh_off_t pos,
H A Dfile_cache.cpp92 fssh_status_t status = vfs_read_pages(ref->node, cookie,
H A Dvfs.cpp2386 vfs_read_pages(void *_vnode, void *cookie, fssh_off_t pos, function in namespace:FSShell
/haiku/src/system/kernel/cache/
H A Dvnode_store.cpp51 status_t status = vfs_read_pages(fVnode, NULL, offset, vecs, count,
H A Dfile_cache.cpp340 status_t status = vfs_read_pages(ref->vnode, cookie, offset, vecs, count,
478 status_t status = vfs_read_pages(ref->vnode, cookie, offset + pageOffset,
544 status = vfs_read_pages(ref->vnode, cookie, offset, &readVec, 1,
548 panic("1. vfs_read_pages() failed: %s!\n", strerror(status));
567 status = vfs_read_pages(ref->vnode, cookie,
572 panic("vfs_read_pages() failed: %s!\n", strerror(status));
1322 status_t error = vfs_read_pages(ref->vnode, cookie, offset, &vec, 1, 0,
/haiku/src/tests/system/kernel/cache/
H A Dpages_io_test.cpp296 vfs_read_pages(void *device, void *cookie, off_t offset, function
494 status = vfs_read_pages(ref->device, ref->cookie, fileVecs[0].offset, vecs,
594 status = vfs_read_pages(ref->device, ref->cookie,
/haiku/headers/private/kernel/
H A Dvfs.h101 status_t vfs_read_pages(struct vnode *vnode, void *cookie, off_t pos,
/haiku/src/system/kernel/vm/
H A DVMAnonymousCache.cpp785 status_t status = vfs_read_pages(swapFile->vnode, swapFile->cookie, pos,
/haiku/src/system/kernel/fs/
H A Dvfs.cpp4024 status_t status = vfs_read_pages(vnode, descriptor->cookie, pos, vecs,
4639 vfs_read_pages(struct vnode* vnode, void* cookie, off_t pos, function
4643 FUNCTION(("vfs_read_pages: vnode %p, vecs %p, pos %" B_PRIdOFF "\n", vnode,
5765 status_t status = (write ? vfs_write_pages : vfs_read_pages)(vnode,

Completed in 105 milliseconds