Searched refs:GID_MAP (Results 1 – 4 of 4) sorted by relevance
/external/ltp/testcases/kernel/containers/userns/ |
D | userns_helper.h | 20 #define GID_MAP 1 macro 52 else if (type == GID_MAP) in updatemap()
|
D | userns03.c | 58 #define GID_MAP 1 macro 225 updatemap(cpid1, GID_MAP, CHILD1GID, parentgid, cleanup); in main() 226 updatemap(cpid2, GID_MAP, CHILD2GID, parentgid, cleanup); in main()
|
D | userns07.c | 71 updatemap(cpid1, GID_MAP, 0, parentgid, NULL); in child_fn1() 112 updatemap(cpid1, GID_MAP, 0, parentgid, cleanup); in test_max_nest()
|
D | userns06.c | 152 updatemap(cpid1, GID_MAP, CHILD1GID, parentgid, cleanup); in main() 153 updatemap(cpid2, GID_MAP, CHILD2GID, parentgid, cleanup); in main()
|