Searched refs:open_dir (Results 1 - 11 of 11) sorted by relevance

/haiku/src/build/libroot/
H A Dfs.cpp514 // open_dir
516 open_dir(const char *path) function
554 return open_dir(realPath.c_str());
567 return open_dir(realPath.c_str());
601 return open_dir(realPath.c_str());
/haiku/src/add-ons/kernel/file_systems/userlandfs/server/haiku/
H A DHaikuKernelFileSystem.cpp345 capabilities.Set(FS_VNODE_CAPABILITY_OPEN_DIR, ops->open_dir);
H A DHaikuKernelVolume.cpp767 if (!node->ops->open_dir)
769 return node->ops->open_dir(&fVolume, node, cookie);
/haiku/headers/os/drivers/
H A Dfs_interface.h193 status_t (*open_dir)(fs_volume* volume, fs_vnode* vnode, member in struct:fs_vnode_ops
/haiku/headers/private/fs_shell/
H A Dfssh_fs_interface.h213 fssh_status_t (*open_dir)(fssh_fs_volume *volume, fssh_fs_vnode *vnode, member in struct:fssh_fs_vnode_ops
/haiku/src/add-ons/kernel/file_systems/layers/write_overlay/
H A Dwrite_overlay.cpp1287 if (fIsVirtual || fSuperVnode.ops->open_dir == NULL
1293 status_t result = fSuperVnode.ops->open_dir(SuperVolume(),
1962 TRACE("open_dir\n");
/haiku/src/add-ons/kernel/file_systems/layers/log_overlay/
H A Dlog_overlay.cpp463 DO_LOG("%s\n", "open_dir");
464 OVERLAY_CALL(open_dir, cookie)
465 DO_LOG("open_dir result: %#" B_PRIx32 "; cookie: %p\n", result, *cookie);
/haiku/src/add-ons/kernel/file_systems/bindfs/
H A Dkernel_interface.cpp766 return sourceNode->ops->open_dir(sourceVolume, sourceNode, _cookie);
/haiku/src/add-ons/kernel/file_systems/layers/attribute_overlay/
H A Dattribute_overlay.cpp1403 OVERLAY_CALL(open_dir, cookie)
/haiku/src/tools/fs_shell/
H A Dvfs.cpp1376 fssh_status_t status = FS_CALL(parent, open_dir, &cookie);
3020 /** Calls fs open_dir() on the given vnode and returns a new
3030 status = FS_CALL(vnode, open_dir, &cookie);
/haiku/src/system/kernel/fs/
H A Dvfs.cpp2500 status_t status = FS_CALL(parent, open_dir, &cookie);
5498 /*! Calls fs open_dir() on the given vnode and returns a new
5504 if (!HAS_FS_CALL(vnode, open_dir))
5508 status_t status = FS_CALL(vnode, open_dir, &cookie);

Completed in 257 milliseconds