Searched refs:write_pages (Results 1 – 11 of 11) sorted by relevance
/haiku/headers/private/fs_shell/ |
H A D | fssh_drivers.h | 56 fssh_device_write_pages_hook write_pages; /* scatter-gather physical write to the device */ member
|
H A D | fssh_fs_interface.h | 143 fssh_status_t (*write_pages)(fssh_fs_volume *volume, fssh_fs_vnode *vnode, member
|
H A D | fssh_api_wrapper.h | 954 #define write_pages fssh_write_pages macro
|
/haiku/headers/os/drivers/ |
H A D | fs_interface.h | 130 status_t (*write_pages)(fs_volume* volume, fs_vnode* vnode, member 339 extern status_t write_pages(int fd, off_t pos, const struct iovec* vecs,
|
/haiku/src/system/kernel/fs/ |
H A D | vfs_request_io.cpp | 123 return FS_CALL(fVnode, write_pages, fCookie, offset, &vec, 1, in IO()
|
H A D | vfs.cpp | 3590 status = FS_CALL(vnode, write_pages, cookie, fileOffset, in common_file_io_vec_pages() 4039 write_pages(int fd, off_t pos, const iovec* vecs, size_t count,
|
/haiku/src/add-ons/kernel/file_systems/layers/log_overlay/ |
H A D | log_overlay.cpp | 165 OVERLAY_CALL(write_pages, cookie, pos, vecs, count, numBytes) in overlay_write_pages()
|
/haiku/src/add-ons/kernel/file_systems/bindfs/ |
H A D | kernel_interface.cpp | 287 return sourceNode->ops->write_pages(sourceVolume, sourceNode, cookie, pos, in bindfs_write_pages()
|
/haiku/src/add-ons/kernel/file_systems/layers/attribute_overlay/ |
H A D | attribute_overlay.cpp | 1204 OVERLAY_CALL(write_pages, cookie, pos, vecs, count, numBytes) in overlay_write_pages()
|
/haiku/src/tools/fs_shell/ |
H A D | vfs.cpp | 2402 return FS_CALL(vnode, write_pages, in vfs_write_pages()
|
/haiku/docs/user/drivers/ |
H A D | fs_interface.dox | 789 \fn status_t (*fs_vnode_ops::write_pages)(fs_volume *volume,
|