Searched refs:FindShare (Results 1 - 4 of 4) sorted by relevance

/haiku/src/add-ons/kernel/file_systems/netfs/server/
H A DSecurityContext.h104 Share* FindShare(const char* name);
H A DNetFSServer.cpp551 Share* share = fSecurityContext->FindShare(shareName);
615 Share* share = fSecurityContext->FindShare(shareName);
655 Share* share = fSecurityContext->FindShare(shareName);
701 Share* share = fSecurityContext->FindShare(shareName);
H A DSecurityContext.cpp847 Share* share = FindShare(name);
882 // FindShare
886 SecurityContext::FindShare(const char* name) function in class:SecurityContext
H A DClientConnection.cpp579 share = fSecurityContext->FindShare(shareName);

Completed in 128 milliseconds