Searched refs:ctmntfd (Results 1 - 1 of 1) sorted by relevance

/lxc/hooks/
H A Dunmount-namespace.c164 int i, procfd, ctmntfd; local
199 ctmntfd = open(mntns, O_RDONLY);
200 if (ctmntfd < 0) {
207 if (setns(ctmntfd, CLONE_NEWNS) != 0) {
210 close(ctmntfd);
214 close(ctmntfd);

Completed in 7 milliseconds