Searched refs:write_pages (Results 1 - 10 of 10) sorted by last modified time

/haiku/src/tools/fs_shell/
H A Dvfs.cpp2402 return FS_CALL(vnode, write_pages,
/haiku/src/system/kernel/fs/
H A Dvfs.cpp3574 status = FS_CALL(vnode, write_pages, cookie, fileOffset,
4031 write_pages(int fd, off_t pos, const iovec* vecs, size_t count,
H A Dvfs_request_io.cpp124 return FS_CALL(fVnode, write_pages, fCookie, offset, &vec, 1,
/haiku/headers/private/fs_shell/
H A Dfssh_api_wrapper.h953 #define write_pages fssh_write_pages macro
H A Dfssh_fs_interface.h143 fssh_status_t (*write_pages)(fssh_fs_volume *volume, fssh_fs_vnode *vnode, member in struct:fssh_fs_vnode_ops
H A Dfssh_drivers.h56 fssh_device_write_pages_hook write_pages; /* scatter-gather physical write to the device */ member in struct:__anon19
/haiku/headers/os/drivers/
H A Dfs_interface.h130 status_t (*write_pages)(fs_volume* volume, fs_vnode* vnode, member in struct:fs_vnode_ops
339 extern status_t write_pages(int fd, off_t pos, const struct iovec* vecs,
/haiku/src/add-ons/kernel/file_systems/layers/attribute_overlay/
H A Dattribute_overlay.cpp1204 OVERLAY_CALL(write_pages, cookie, pos, vecs, count, numBytes)
/haiku/src/add-ons/kernel/file_systems/bindfs/
H A Dkernel_interface.cpp287 return sourceNode->ops->write_pages(sourceVolume, sourceNode, cookie, pos,
/haiku/src/add-ons/kernel/file_systems/layers/log_overlay/
H A Dlog_overlay.cpp162 DO_LOG("write_pages cookie: %p; pos: %" B_PRIdOFF "; vecs: %p; count: %"
165 OVERLAY_CALL(write_pages, cookie, pos, vecs, count, numBytes)
166 DO_LOG("write_pages result: %#" B_PRIx32 "; num_bytes: %" B_PRIuSIZE "\n",

Completed in 159 milliseconds