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

/haiku/src/add-ons/kernel/file_systems/netfs/server/
H A DSecurityContext.h140 struct PathNodeMap;
146 PathNodeMap* fPath2Node;
H A DSecurityContext.cpp370 // PathNodeMap
371 struct SecurityContext::PathNodeMap : HashMap<HashString, NodeRef> { struct in class:SecurityContext
382 fPath2Node(new(std::nothrow) PathNodeMap)
393 fPath2Node(new(std::nothrow) PathNodeMap)

Completed in 68 milliseconds