Searched refs:read_pages (Results 1 - 11 of 11) sorted by relevance

/haiku/headers/private/fs_shell/
H A Dfssh_drivers.h55 fssh_device_read_pages_hook read_pages; /* scatter-gather physical read from the device */ member in struct:__anon19
H A Dfssh_fs_interface.h140 fssh_status_t (*read_pages)(fssh_fs_volume *volume, fssh_fs_vnode *vnode, member in struct:fssh_fs_vnode_ops
H A Dfssh_api_wrapper.h952 #define read_pages fssh_read_pages macro
/haiku/headers/os/drivers/
H A Dfs_interface.h128 status_t (*read_pages)(fs_volume* volume, fs_vnode* vnode, void* cookie, member in struct:fs_vnode_ops
337 extern status_t read_pages(int fd, off_t pos, const struct iovec* vecs,
/haiku/src/system/kernel/fs/
H A Dvfs_request_io.cpp128 return FS_CALL(fVnode, read_pages, fCookie, offset, &vec, 1, length);
H A Dvfs.cpp3473 status = FS_CALL(vnode, read_pages, cookie, fileVecs[0].offset,
3577 status = FS_CALL(vnode, read_pages, cookie, fileOffset,
4012 read_pages(int fd, off_t pos, const iovec* vecs, size_t count,
/haiku/src/add-ons/kernel/file_systems/layers/log_overlay/
H A Dlog_overlay.cpp148 DO_LOG("read_pages cookie: %p; pos: %" B_PRIdOFF "; vecs: %p; count: %"
151 OVERLAY_CALL(read_pages, cookie, pos, vecs, count, numBytes)
152 DO_LOG("read_pages result: %#" B_PRIx32 "; num_bytes: %" B_PRIuSIZE "\n",
/haiku/src/add-ons/kernel/file_systems/bindfs/
H A Dkernel_interface.cpp269 return sourceNode->ops->read_pages(sourceVolume, sourceNode, cookie, pos,
/haiku/src/add-ons/kernel/file_systems/layers/attribute_overlay/
H A Dattribute_overlay.cpp1196 OVERLAY_CALL(read_pages, cookie, pos, vecs, count, numBytes)
/haiku/src/add-ons/kernel/file_systems/layers/write_overlay/
H A Dwrite_overlay.cpp715 result = fSuperVnode.ops->read_pages(SuperVolume(),
/haiku/src/tools/fs_shell/
H A Dvfs.cpp1767 //dprintf("warning: device driver %p doesn't respect total length in read_pages() call!\n", ref->device);
2391 return FS_CALL(vnode, read_pages,

Completed in 276 milliseconds