Haiku
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
GetUserId
src/add-ons/kernel/file_systems/nfs4/IdMap.h
22
uid_t GetUserId(const char* owner);
src/add-ons/kernel/file_systems/nfs4/Inode.cpp
600
st->st_uid = gIdMapper->GetUserId(owner);