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

/haiku/src/add-ons/kernel/file_systems/netfs/server/
H A DNodeHandleMap.h9 #include "NodeHandle.h"
13 class NodeHandleMap : HashMap<HashKey32<int32>, NodeHandle*>, Locker {
20 status_t AddNodeHandle(NodeHandle* handle);
21 bool RemoveNodeHandle(NodeHandle* handle);
24 NodeHandle** _handle);
25 void UnlockNodeHandle(NodeHandle* handle);
H A DNodeHandleMap.cpp34 NodeHandleMap::AddNodeHandle(NodeHandle* handle)
52 NodeHandleMap::RemoveNodeHandle(NodeHandle* handle)
71 NodeHandleMap::LockNodeHandle(int32 cookie, NodeHandle** _handle)
76 NodeHandle* handle;
124 NodeHandleMap::UnlockNodeHandle(NodeHandle* nodeHandle)
H A DNodeHandle.cpp0 // NodeHandle.cpp
3 #include "NodeHandle.h"
20 // NodeHandle
23 NodeHandle::NodeHandle() function in class:NodeHandle
32 NodeHandle::~NodeHandle()
38 NodeHandle::GetStat(struct stat* st)
52 NodeHandle::SetCookie(int32 cookie)
59 NodeHandle
[all...]
H A DNodeHandle.h0 // NodeHandle.h
19 // NodeHandle
20 class NodeHandle : public BReferenceable, public Lockable { class in inherits:BReferenceable,Lockable
22 NodeHandle();
23 virtual ~NodeHandle();
41 class FileHandle : public NodeHandle {
71 class DirIterator : public NodeHandle,
94 class AttrDirIterator : public NodeHandle {
130 class QueryHandle : public NodeHandle {
H A DClientVolume.h19 class NodeHandle;
86 status_t Close(NodeHandle* handle);
89 NodeHandle** handle);
90 void UnlockNodeHandle(NodeHandle* nodeHandle);
127 NodeHandleUnlocker(ClientVolume* volume, NodeHandle* nodeHandle)
144 NodeHandle* fHandle;
H A DNode.h17 class NodeHandle;
58 status_t _CheckNodeHandle(NodeHandle* nodeHandle);
H A DClientVolume.cpp15 #include "NodeHandle.h"
149 // NodeHandle* handle;
403 BReference<NodeHandle> handleReference(handle, true);
432 BReference<NodeHandle> handleReference(iterator, true);
461 BReference<NodeHandle> handleReference(iterator, true);
481 ClientVolume::Close(NodeHandle* handle)
493 ClientVolume::LockNodeHandle(int32 cookie, NodeHandle** _handle)
502 ClientVolume::UnlockNodeHandle(NodeHandle* nodeHandle)
H A DClientConnection.h174 void _UnlockQueryHandle(NodeHandle* nodeHandle);
H A DNode.cpp16 #include "NodeHandle.h"
289 Node::_CheckNodeHandle(NodeHandle* nodeHandle)
H A DClientConnection.cpp34 #include "NodeHandle.h"
152 QueryHandleUnlocker(ClientConnection* connection, NodeHandle* nodeHandle)
169 NodeHandle* fHandle;
942 NodeHandle* handle = NULL;
988 NodeHandle* handle = NULL;
1070 NodeHandle* handle = NULL;
1648 NodeHandle* handle = NULL;
1950 NodeHandle* handle = NULL;
3279 NodeHandle* handle;
3290 ClientConnection::_UnlockQueryHandle(NodeHandle* nodeHandl
[all...]

Completed in 166 milliseconds