Searched refs:open_attr (Results 1 - 10 of 10) sorted by relevance

/haiku/src/add-ons/kernel/file_systems/userlandfs/server/haiku/
H A DHaikuKernelFileSystem.cpp361 capabilities.Set(FS_VNODE_CAPABILITY_OPEN_ATTR, ops->open_attr);
H A DHaikuKernelVolume.cpp909 if (!node->ops->open_attr)
911 return node->ops->open_attr(&fVolume, node, name, openMode, cookie);
/haiku/src/add-ons/kernel/file_systems/userlandfs/kernel_add_on/
H A DFileSystem.cpp692 CLEAR_UNSUPPORTED(FS_VNODE_CAPABILITY_OPEN_ATTR, open_attr);
/haiku/src/add-ons/kernel/file_systems/layers/write_overlay/
H A Dwrite_overlay.cpp593 if ((fIsAttribute && fSuperVnode.ops->open_attr == NULL)
609 result = fSuperVnode.ops->open_attr(SuperVolume(), &fSuperVnode,
1227 if (fName == NULL || fSuperVnode.ops->open_attr == NULL
1232 status_t result = fSuperVnode.ops->open_attr(SuperVolume(),
2057 TRACE("open_attr\n");
/haiku/headers/os/drivers/
H A Dfs_interface.h220 status_t (*open_attr)(fs_volume* volume, fs_vnode* vnode, const char* name, member in struct:fs_vnode_ops
/haiku/headers/private/fs_shell/
H A Dfssh_fs_interface.h242 fssh_status_t (*open_attr)(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.cpp583 DO_LOG("open_attr name: \"%s\"; open_mode: %#x\n", name, openMode);
584 OVERLAY_CALL(open_attr, name, openMode, cookie)
585 DO_LOG("open_attr result: %#" B_PRIx32 "; cookie: %p\n", result, *cookie);
/haiku/src/add-ons/kernel/file_systems/bindfs/
H A Dkernel_interface.cpp948 return sourceNode->ops->open_attr(sourceVolume, sourceNode, name, openMode,
/haiku/src/tools/fs_shell/
H A Dvfs.cpp4081 if (!HAS_FS_CALL(vnode, open_attr)) {
4086 status = FS_CALL(vnode, open_attr, name, openMode, &cookie);
/haiku/src/system/kernel/fs/
H A Dvfs.cpp6813 if (!HAS_FS_CALL(vnode, open_attr))
6817 status = FS_CALL(vnode.Get(), open_attr, name, openMode, &cookie);

Completed in 158 milliseconds