/haiku/src/add-ons/kernel/file_systems/netfs/server/ |
H A D | FDManager.h | 38 static status_t OpenAttrDir(const char* path, DIR*& dir);
|
H A D | Node.h | 51 status_t OpenAttrDir(AttrDirIterator** iterator);
|
H A D | ClientVolume.cpp | 451 ClientVolume::OpenAttrDir(Node* node, AttrDirIterator** _iterator) in OpenAttrDir() function in ClientVolume 458 status_t error = node->OpenAttrDir(&iterator); in OpenAttrDir()
|
H A D | ClientVolume.h | 84 status_t OpenAttrDir(Node* node,
|
H A D | FDManager.cpp | 201 FDManager::OpenAttrDir(const char* path, DIR*& dir) in OpenAttrDir() function in FDManager
|
H A D | Node.cpp | 222 Node::OpenAttrDir(AttrDirIterator** _iterator) in OpenAttrDir() function in Node
|
H A D | NodeHandle.cpp | 282 error = FDManager::OpenAttrDir(path.GetPath(), fDir); in Open()
|
/haiku/src/add-ons/kernel/file_systems/nfs4/ |
H A D | ReplyInterpreter.h | 89 inline status_t OpenAttrDir(); 181 ReplyInterpreter::OpenAttrDir() in OpenAttrDir() function
|
H A D | NFS4Inode.h | 78 status_t OpenAttrDir(FileHandle* handle);
|
H A D | RequestBuilder.h | 59 status_t OpenAttrDir(bool create);
|
H A D | InodeDir.cpp | 50 Inode::OpenAttrDir(OpenDirCookie* cookie) in OpenAttrDir() function in Inode 74 result = NFS4Inode::OpenAttrDir(&handle); in LoadAttrDirHandle()
|
H A D | Inode.h | 100 status_t OpenAttrDir(OpenDirCookie* cookie);
|
H A D | NFS4Inode.cpp | 1033 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 D | VirtualVolume.h | 95 virtual status_t OpenAttrDir(Node* node, void** cookie);
|
H A D | Volume.h | 129 virtual status_t OpenAttrDir(Node* node, void** cookie);
|
H A D | ShareVolume.h | 115 virtual status_t OpenAttrDir(Node* node, void** cookie);
|
H A D | Volume.cpp | 453 Volume::OpenAttrDir(Node* node, void** _cookie) in OpenAttrDir() function in Volume
|
H A D | VirtualVolume.cpp | 657 VirtualVolume::OpenAttrDir(Node* node, void** cookie) in OpenAttrDir() function in VirtualVolume
|
/haiku/src/add-ons/kernel/file_systems/userlandfs/server/beos/ |
H A D | BeOSKernelVolume.h | 102 virtual status_t OpenAttrDir(void* node, void** cookie);
|
H A D | BeOSKernelVolume.cpp | 508 BeOSKernelVolume::OpenAttrDir(void* node, void** cookie) in OpenAttrDir() function in BeOSKernelVolume
|
/haiku/src/add-ons/kernel/file_systems/userlandfs/server/ |
H A D | Volume.h | 128 virtual status_t OpenAttrDir(void* node, void** cookie);
|
H A D | Volume.cpp | 435 Volume::OpenAttrDir(void* node, void** cookie) in OpenAttrDir() function in Volume
|
/haiku/src/add-ons/kernel/file_systems/userlandfs/server/haiku/ |
H A D | HaikuKernelVolume.h | 135 virtual status_t OpenAttrDir(void* node, void** cookie);
|
/haiku/src/add-ons/kernel/file_systems/userlandfs/server/fuse/ |
H A D | FUSEVolume.h | 107 virtual status_t OpenAttrDir(void* node, void** cookie);
|
/haiku/src/add-ons/kernel/file_systems/userlandfs/kernel_add_on/ |
H A D | Volume.h | 167 status_t OpenAttrDir(void* node, void** cookie);
|