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

/haiku/src/add-ons/kernel/file_systems/userlandfs/server/haiku/
H A DHaikuKernelFileSystem.cpp357 capabilities.Set(FS_VNODE_CAPABILITY_REWIND_ATTR_DIR, ops->rewind_attr_dir);
H A DHaikuKernelVolume.cpp880 if (!node->ops->rewind_attr_dir)
882 return node->ops->rewind_attr_dir(&fVolume, node, cookie);
/haiku/src/add-ons/kernel/file_systems/userlandfs/kernel_add_on/
H A DFileSystem.cpp688 CLEAR_UNSUPPORTED(FS_VNODE_CAPABILITY_REWIND_ATTR_DIR, rewind_attr_dir);
/haiku/headers/os/drivers/
H A Dfs_interface.h213 status_t (*rewind_attr_dir)(fs_volume* volume, fs_vnode* vnode, member in struct:fs_vnode_ops
/haiku/headers/private/fs_shell/
H A Dfssh_fs_interface.h235 fssh_status_t (*rewind_attr_dir)(fssh_fs_volume *volume, member in struct:fssh_fs_vnode_ops
/haiku/src/add-ons/kernel/file_systems/layers/log_overlay/
H A Dlog_overlay.cpp560 DO_LOG("rewind_attr_dir cookie: %p\n", cookie);
561 OVERLAY_CALL(rewind_attr_dir, cookie)
562 DO_LOG("rewind_attr_dir result: %#" B_PRIx32 "\n", result);
/haiku/src/add-ons/kernel/file_systems/bindfs/
H A Dkernel_interface.cpp910 return sourceNode->ops->rewind_attr_dir(sourceVolume, sourceNode, cookie);
/haiku/src/tools/fs_shell/
H A Dvfs.cpp4022 if (HAS_FS_CALL(vnode, rewind_attr_dir))
4023 return FS_CALL(vnode, rewind_attr_dir, descriptor->cookie);
/haiku/src/system/kernel/fs/
H A Dvfs.cpp6748 if (HAS_FS_CALL(vnode, rewind_attr_dir))
6749 return FS_CALL(vnode, rewind_attr_dir, descriptor->cookie);

Completed in 137 milliseconds