Home
last modified time | relevance | path

Searched refs:fNode2Path (Results 1 – 2 of 2) sorted by relevance

/haiku/src/add-ons/kernel/file_systems/netfs/server/
H A DSecurityContext.cpp381 fNode2Path(new(std::nothrow) NodePathMap), in SecurityContext()
392 fNode2Path(new(std::nothrow) NodePathMap), in SecurityContext()
484 delete fNode2Path; in ~SecurityContext()
578 if (!fUsers || !fShares || !fPermissions || !fNode2Path || !fPath2Node) in InitCheck()
590 if (fNode2Path->InitCheck() != B_OK) in InitCheck()
591 return fNode2Path->InitCheck(); in InitCheck()
1085 if (!fNode2Path->ContainsKey(ref)) { in _AddNodePath()
1096 *_path = fNode2Path->Get(ref); in _AddNodePath()
1104 status_t error = fNode2Path->Put(ref, path); in _EnterNodePath()
1108 fNode2Path->Remove(ref); in _EnterNodePath()
H A DSecurityContext.h145 NodePathMap* fNode2Path; variable