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

/haiku/src/add-ons/kernel/file_systems/nfs4/
H A DIdMap.h55 extern IdMap* gIdMapper;
H A DIdMap.cpp20 IdMap* gIdMapper = NULL; variable
H A Dkernel_interface.cpp162 if (gIdMapper == NULL) {
163 gIdMapper = new(std::nothrow) IdMap;
164 if (gIdMapper == NULL)
167 result = gIdMapper->InitStatus();
169 delete gIdMapper;
170 gIdMapper = NULL;
1401 gIdMapper = NULL;
1420 delete gIdMapper;
H A DInode.cpp542 st->st_uid = gIdMapper->GetUserId(owner);
552 st->st_gid = gIdMapper->GetGroupId(group);
623 attr[i].fData.fPointer = gIdMapper->GetOwner(st->st_uid);
630 attr[i].fData.fPointer = gIdMapper->GetOwnerGroup(st->st_gid);

Completed in 64 milliseconds