Searched defs:mntns (Results 1 - 1 of 1) sorted by relevance

/systemd/src/basic/
H A Dutil.c656 const char *mntns; local
658 mntns = procfs_file_alloca(pid, "ns/mnt");
659 mntnsfd = open(mntns, O_RDONLY|O_NOCTTY|O_CLOEXEC);

Completed in 12 milliseconds