Searched refs:newns (Results 1 – 5 of 5) sorted by relevance
102 char *newns = NULL; in nsinfo__init() local125 newns = NULL; in nsinfo__init()138 free(newns); in nsinfo__init()279 int newns = -1; in nsinfo__mountns_enter() local286 nc->newns = -1; in nsinfo__mountns_enter()303 if (newns < 0) in nsinfo__mountns_enter()311 nc->newns = newns; in nsinfo__mountns_enter()318 if (newns > -1) in nsinfo__mountns_enter()319 close(newns); in nsinfo__mountns_enter()340 close(nc->newns); in nsinfo__mountns_exit()[all …]
45 int newns; member
128 netns.pushns(newns=ns)
1224 const struct user_namespace *newns = &init_user_ns; in nfs_compare_userns() local1229 newns = new->client->cl_cred->user_ns; in nfs_compare_userns()1230 if (oldns != newns) in nfs_compare_userns()
48 bool newns; /* Set if newly created ipc namespace */ member433 if (ctx->newns) { in mqueue_get_tree()479 ctx->newns = true; in mq_create_mount()
Completed in 19 milliseconds