Searched defs:hostgid_mapped (Results 1 - 2 of 2) sorted by relevance
/lxc/src/lxc/ |
H A D | conf.c | 4490 int hostgid_mapped = mapped_hostid(gid, conf, ID_TYPE_GID); local 4520 if (hostgid_mapped < 0) { 4521 hostgid_mapped = find_unmapped_nsuid(conf, ID_TYPE_GID); 4522 if (hostgid_mapped < 0) 4534 entry->nsid = hostgid_mapped;
|
H A D | lxccontainer.c | 1241 int hostgid_mapped = mapped_hostid(getegid(), conf, ID_TYPE_GID); local 1242 extraargs = hostgid_mapped >= 0 ? 1 : 3; 1246 if (hostgid_mapped < 0) { 1247 hostgid_mapped = find_unmapped_nsuid(conf, ID_TYPE_GID); 1249 if (hostgid_mapped < 0) { 1259 hostgid_mapped, getegid()); 1282 snprintf(txtgid, 20, "%d", hostgid_mapped);
|
Completed in 39 milliseconds