Home
last modified time | relevance | path

Searched refs:GetCookie (Results 1 – 7 of 7) sorted by relevance

/haiku/src/add-ons/kernel/file_systems/netfs/server/
H A DNodeHandleMap.cpp43 status_t error = Put(handle->GetCookie(), handle); in AddNodeHandle()
59 if (Get(handle->GetCookie()) != handle) in RemoveNodeHandle()
62 Remove(handle->GetCookie()); in RemoveNodeHandle()
H A DNodeHandle.h28 int32 GetCookie() const;
H A DNodeHandle.cpp59 NodeHandle::GetCookie() const in GetCookie() function in NodeHandle
H A DClientConnection.cpp836 reply.cookie = handle->GetCookie(); in VisitCreateFileRequest()
908 reply.cookie = handle->GetCookie(); in VisitOpenRequest()
1610 reply.cookie = handle->GetCookie(); in VisitOpenDirRequest()
1913 reply.cookie = handle->GetCookie(); in VisitOpenAttrDirRequest()
2383 reply.cookie = handle->GetCookie(); in VisitOpenQueryRequest()
/haiku/src/add-ons/kernel/file_systems/netfs/client/
H A DShareNode.h121 int32 GetCookie() const;
H A DShareNode.cpp337 RemoteShareDirIterator::GetCookie() const in GetCookie() function in RemoteShareDirIterator
H A DShareVolume.cpp1210 request.cookie = remoteIterator->GetCookie(); in FreeDirCookie()
2079 request.cookie = iterator->GetCookie(); in _ReadRemoteDir()