Home
last modified time | relevance | path

Searched refs:OpenAttrDir (Results 1 – 25 of 35) sorted by relevance

12

/haiku/src/add-ons/kernel/file_systems/netfs/server/
H A DFDManager.h38 static status_t OpenAttrDir(const char* path, DIR*& dir);
H A DNode.h51 status_t OpenAttrDir(AttrDirIterator** iterator);
H A DClientVolume.cpp451 ClientVolume::OpenAttrDir(Node* node, AttrDirIterator** _iterator) in OpenAttrDir() function in ClientVolume
458 status_t error = node->OpenAttrDir(&iterator); in OpenAttrDir()
H A DClientVolume.h84 status_t OpenAttrDir(Node* node,
H A DFDManager.cpp201 FDManager::OpenAttrDir(const char* path, DIR*& dir) in OpenAttrDir() function in FDManager
H A DNode.cpp222 Node::OpenAttrDir(AttrDirIterator** _iterator) in OpenAttrDir() function in Node
H A DNodeHandle.cpp282 error = FDManager::OpenAttrDir(path.GetPath(), fDir); in Open()
/haiku/src/add-ons/kernel/file_systems/nfs4/
H A DReplyInterpreter.h89 inline status_t OpenAttrDir();
181 ReplyInterpreter::OpenAttrDir() in OpenAttrDir() function
H A DNFS4Inode.h78 status_t OpenAttrDir(FileHandle* handle);
H A DRequestBuilder.h59 status_t OpenAttrDir(bool create);
H A DInodeDir.cpp50 Inode::OpenAttrDir(OpenDirCookie* cookie) in OpenAttrDir() function in Inode
74 result = NFS4Inode::OpenAttrDir(&handle); in LoadAttrDirHandle()
H A DInode.h100 status_t OpenAttrDir(OpenDirCookie* cookie);
H A DNFS4Inode.cpp1033 NFS4Inode::OpenAttrDir(FileHandle* handle) in OpenAttrDir() function in NFS4Inode
1044 req.OpenAttrDir(true); in OpenAttrDir()
1057 result = reply.OpenAttrDir(); in OpenAttrDir()
/haiku/src/add-ons/kernel/file_systems/netfs/client/
H A DVirtualVolume.h95 virtual status_t OpenAttrDir(Node* node, void** cookie);
H A DVolume.h129 virtual status_t OpenAttrDir(Node* node, void** cookie);
H A DShareVolume.h115 virtual status_t OpenAttrDir(Node* node, void** cookie);
H A DVolume.cpp453 Volume::OpenAttrDir(Node* node, void** _cookie) in OpenAttrDir() function in Volume
H A DVirtualVolume.cpp657 VirtualVolume::OpenAttrDir(Node* node, void** cookie) in OpenAttrDir() function in VirtualVolume
/haiku/src/add-ons/kernel/file_systems/userlandfs/server/beos/
H A DBeOSKernelVolume.h102 virtual status_t OpenAttrDir(void* node, void** cookie);
H A DBeOSKernelVolume.cpp508 BeOSKernelVolume::OpenAttrDir(void* node, void** cookie) in OpenAttrDir() function in BeOSKernelVolume
/haiku/src/add-ons/kernel/file_systems/userlandfs/server/
H A DVolume.h128 virtual status_t OpenAttrDir(void* node, void** cookie);
H A DVolume.cpp435 Volume::OpenAttrDir(void* node, void** cookie) in OpenAttrDir() function in Volume
/haiku/src/add-ons/kernel/file_systems/userlandfs/server/haiku/
H A DHaikuKernelVolume.h135 virtual status_t OpenAttrDir(void* node, void** cookie);
/haiku/src/add-ons/kernel/file_systems/userlandfs/server/fuse/
H A DFUSEVolume.h107 virtual status_t OpenAttrDir(void* node, void** cookie);
/haiku/src/add-ons/kernel/file_systems/userlandfs/kernel_add_on/
H A DVolume.h167 status_t OpenAttrDir(void* node, void** cookie);

12