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

/haiku/src/add-ons/kernel/file_systems/netfs/server/
H A DSecurityContext.cpp765 // The caller gets a reference, if _share is not NULL.
767 SecurityContext::AddShare(const char* name, const node_ref& ref, Share** _share) argument
792 if (_share) {
793 *_share = share;
801 // The caller gets a reference, if _share is not NULL.
803 SecurityContext::AddShare(const char* name, const char* path, Share** _share) argument
828 if (_share) {
829 *_share = share;
837 // The caller gets a reference, if _share is not NULL.
839 SecurityContext::RemoveShare(const char* name, Share** _share) argument
[all...]

Completed in 76 milliseconds