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

/haiku/src/add-ons/kernel/file_systems/userlandfs/server/haiku/
H A DHaikuKernelFileSystem.cpp311 capabilities.Set(FS_VNODE_CAPABILITY_CANCEL_IO, ops->cancel_io);
H A DHaikuKernelVolume.cpp422 if (!node->ops->cancel_io)
431 status_t error = node->ops->cancel_io(&fVolume, node, cookie,
/haiku/src/add-ons/kernel/file_systems/userlandfs/kernel_add_on/
H A DFileSystem.cpp633 CLEAR_UNSUPPORTED(FS_VNODE_CAPABILITY_CANCEL_IO, cancel_io);
/haiku/headers/os/drivers/
H A Dfs_interface.h137 status_t (*cancel_io)(fs_volume* volume, fs_vnode* vnode, void* cookie, member in struct:fs_vnode_ops
/haiku/headers/private/fs_shell/
H A Dfssh_fs_interface.h150 fssh_status_t (*cancel_io)(fssh_fs_volume *volume, fssh_fs_vnode *vnode, member in struct:fssh_fs_vnode_ops
/haiku/src/add-ons/kernel/file_systems/layers/log_overlay/
H A Dlog_overlay.cpp190 DO_LOG("cancel_io cookie: %p; request: %p\n", cookie, request);
191 OVERLAY_CALL(cancel_io, cookie, request)
192 DO_LOG("cancel_io result: %#" B_PRIx32 "\n", result);
/haiku/src/add-ons/kernel/file_systems/bindfs/
H A Dkernel_interface.cpp326 return sourceNode->ops->cancel_io(sourceVolume, sourceNode, cookie,
/haiku/src/add-ons/kernel/file_systems/layers/attribute_overlay/
H A Dattribute_overlay.cpp1220 OVERLAY_CALL(cancel_io, cookie, request)
/haiku/src/add-ons/kernel/file_systems/layers/write_overlay/
H A Dwrite_overlay.cpp1728 OVERLAY_CALL(cancel_io, cookie, request)

Completed in 175 milliseconds