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

/systemd/src/machine/
H A Dmachine-dbus.c1009 int mntfd; local
1015 mntfd = open(q, O_RDONLY|O_NOCTTY|O_CLOEXEC);
1016 if (mntfd < 0) {
1021 if (setns(mntfd, CLONE_NEWNS) < 0) {
1204 int mntfd; local
1209 mntfd = open(q, O_RDONLY|O_NOCTTY|O_CLOEXEC);
1210 if (mntfd < 0) {
1215 if (setns(mntfd, CLONE_NEWNS) < 0) {

Completed in 12 milliseconds