Searched refs:OpenDir (Results 1 - 25 of 30) sorted by relevance

12

/haiku/src/add-ons/kernel/file_systems/netfs/server/
H A DDirectory.h27 status_t OpenDir(DirIterator** iterator);
H A DFDManager.h37 static status_t OpenDir(const char* path, DIR*& dir);
H A DDirectory.cpp160 error = FDManager::OpenDir(path.GetPath(), fDirHandle);
300 // OpenDir
302 Directory::OpenDir(DirIterator** _iterator) function in class:Directory
H A DFDManager.cpp178 // OpenDir
180 FDManager::OpenDir(const char* path, DIR*& dir) function in class:FDManager
H A DClientVolume.h82 status_t OpenDir(Directory* directory,
H A DClientVolume.cpp418 // OpenDir
422 ClientVolume::OpenDir(Directory* directory, DirIterator** _iterator) function in class:ClientVolume
429 status_t error = directory->OpenDir(&iterator);
/haiku/src/add-ons/kernel/file_systems/userlandfs/server/
H A DVolume.cpp130 error = OpenDir(parentNode, &cookie);
393 // OpenDir
395 Volume::OpenDir(void* node, void** cookie) function in class:Volume
H A DVolume.h119 virtual status_t OpenDir(void* node, void** cookie);
/haiku/src/add-ons/kernel/file_systems/netfs/client/
H A DVirtualVolume.h84 virtual status_t OpenDir(Node* node, void** cookie);
H A DVolume.h118 virtual status_t OpenDir(Node* node, void** cookie);
H A DVolume.cpp403 // OpenDir
405 Volume::OpenDir(Node* node, void** _cookie) function in class:Volume
H A DShareVolume.h104 virtual status_t OpenDir(Node* node, void** cookie);
H A DVirtualVolume.cpp524 // OpenDir
526 VirtualVolume::OpenDir(Node* node, void** cookie) function in class:VirtualVolume
H A Dnetfs.cpp640 status_t error = node->GetVolume()->OpenDir(node, cookie);
/haiku/src/add-ons/kernel/file_systems/userlandfs/server/beos/
H A DBeOSKernelVolume.h93 virtual status_t OpenDir(void* node, void** cookie);
H A DBeOSKernelVolume.cpp451 // OpenDir
453 BeOSKernelVolume::OpenDir(void* node, void** cookie) function in class:BeOSKernelVolume
/haiku/src/add-ons/kernel/file_systems/nfs4/
H A DInode.h96 status_t OpenDir(OpenDirCookie* cookie);
H A DInodeDir.cpp28 Inode::OpenDir(OpenDirCookie* cookie) function in class:Inode
H A Dkernel_interface.cpp1033 status_t result = inode->OpenDir(cookie);
/haiku/src/add-ons/kernel/file_systems/userlandfs/server/haiku/
H A DHaikuKernelVolume.h126 virtual status_t OpenDir(void* node, void** cookie);
H A DHaikuKernelVolume.cpp761 // OpenDir
763 HaikuKernelVolume::OpenDir(void* _node, void** cookie) function in class:HaikuKernelVolume
/haiku/src/add-ons/kernel/file_systems/userlandfs/server/fuse/
H A DFUSEVolume.h98 virtual status_t OpenDir(void* node, void** cookie);
/haiku/src/add-ons/kernel/file_systems/userlandfs/kernel_add_on/
H A DVolume.h158 status_t OpenDir(void* node, void** cookie);
H A Dkernel_interface.cpp583 status_t error = volume->OpenDir(fsNode->private_node, cookie);
/haiku/src/add-ons/kernel/file_systems/layers/write_overlay/
H A Dwrite_overlay.cpp177 status_t OpenDir(void **cookie, bool attribute = false);
960 OverlayInode::OpenDir(void **cookie, bool attribute) function in class:write_overlay::OverlayInode
1963 return ((OverlayInode *)vnode->private_node)->OpenDir(cookie);
2005 return ((OverlayInode *)vnode->private_node)->OpenDir(cookie, true);

Completed in 211 milliseconds

12