OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:updatemap
(Results
1 - 4
of
4
) sorted by null
/external/ltp/testcases/kernel/containers/userns/
userns07.c
70
updatemap
(cpid1, UID_MAP, 0, parentuid, NULL);
71
updatemap
(cpid1, GID_MAP, 0, parentgid, NULL);
111
updatemap
(cpid1, UID_MAP, 0, parentuid, cleanup);
112
updatemap
(cpid1, GID_MAP, 0, parentgid, cleanup);
userns06.c
149
updatemap
(cpid1, UID_MAP, CHILD1UID, parentuid, cleanup);
150
updatemap
(cpid2, UID_MAP, CHILD2UID, parentuid, cleanup);
152
updatemap
(cpid1, GID_MAP, CHILD1GID, parentgid, cleanup);
153
updatemap
(cpid2, GID_MAP, CHILD2GID, parentgid, cleanup);
userns03.c
222
updatemap
(cpid1, UID_MAP, CHILD1UID, parentuid, cleanup);
223
updatemap
(cpid2, UID_MAP, CHILD2UID, parentuid, cleanup);
225
updatemap
(cpid1, GID_MAP, CHILD1GID, parentgid, cleanup);
226
updatemap
(cpid2, GID_MAP, CHILD2GID, parentgid, cleanup);
userns_helper.h
43
LTP_ATTRIBUTE_UNUSED static int
updatemap
(int cpid, bool type, int idnum,
function
Completed in 87 milliseconds