Home
last modified time | relevance | path

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, in read_from_file()
H A Dvfs.cpp2386 vfs_read_pages(void *_vnode, void *cookie, fssh_off_t pos, in vfs_read_pages() function
/haiku/src/system/kernel/cache/
H A Dvnode_store.cpp59 status_t status = vfs_read_pages(fVnode, NULL, offset, vecs, count, in Read()
H A Dfile_cache.cpp342 status_t status = vfs_read_pages(ref->vnode, cookie, offset, vecs, count, in read_pages_and_clear_partial()
480 status_t status = vfs_read_pages(ref->vnode, cookie, offset + pageOffset, in read_from_file()
546 status = vfs_read_pages(ref->vnode, cookie, offset, &readVec, 1, in write_to_cache()
569 status = vfs_read_pages(ref->vnode, cookie, in write_to_cache()
1324 status_t error = vfs_read_pages(ref->vnode, cookie, offset, &vec, 1, 0, in file_cache_read()
/haiku/src/tests/system/kernel/cache/
H A Dpages_io_test.cpp296 vfs_read_pages(void *device, void *cookie, off_t offset, in vfs_read_pages() function
494 status = vfs_read_pages(ref->device, ref->cookie, fileVecs[0].offset, vecs, in pages_io()
594 status = vfs_read_pages(ref->device, ref->cookie, in pages_io()
/haiku/headers/private/kernel/
H A Dvfs.h102 status_t vfs_read_pages(struct vnode *vnode, void *cookie, off_t pos,
/haiku/src/system/kernel/vm/
H A DVMAnonymousCache.cpp786 status_t status = vfs_read_pages(swapFile->vnode, swapFile->cookie, pos, in Read()
/haiku/src/system/kernel/fs/
H A Dvfs.cpp4030 status_t status = vfs_read_pages(vnode, descriptor->cookie, pos, vecs,
4641 vfs_read_pages(struct vnode* vnode, void* cookie, off_t pos, in vfs_read_pages() function
5759 status_t status = (write ? vfs_write_pages : vfs_read_pages)(vnode, in file_vector_io()