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);
59 if (Get(handle->GetCookie()) != handle)
62 Remove(handle->GetCookie());
H A DNodeHandle.h28 int32 GetCookie() const;
H A DNodeHandle.cpp57 // GetCookie
59 NodeHandle::GetCookie() const function in class:NodeHandle
H A DClientConnection.cpp836 reply.cookie = handle->GetCookie();
908 reply.cookie = handle->GetCookie();
1610 reply.cookie = handle->GetCookie();
1913 reply.cookie = handle->GetCookie();
2383 reply.cookie = handle->GetCookie();
/haiku/src/add-ons/kernel/file_systems/netfs/client/
H A DShareNode.h121 int32 GetCookie() const;
H A DShareNode.cpp335 // GetCookie
337 RemoteShareDirIterator::GetCookie() const function in class:RemoteShareDirIterator
H A DShareVolume.cpp1210 request.cookie = remoteIterator->GetCookie();
2079 request.cookie = iterator->GetCookie();

Completed in 102 milliseconds