Lines Matching defs:ns
41 FIXTURE(ns)
47 FIXTURE_SETUP(ns)
50 self->host_mntns = open("/proc/self/ns/mnt", O_RDONLY|O_CLOEXEC);
71 self->host_pidns = open("/proc/self/ns/pid", O_RDONLY|O_CLOEXEC);
79 ASSERT_SUCCESS(mount("/proc/self/ns/pid", "/tmp/dummy/pidns", NULL, MS_BIND, NULL));
95 FIXTURE_TEARDOWN(ns)
104 TEST_F(ns, pidns_mount_string_path)
107 ASSERT_SUCCESS(mount("proc", "/tmp/proc-host", "proc", 0, "pidns=/proc/self/ns/pid"));
116 TEST_F(ns, pidns_fsconfig_string_path)
134 TEST_F(ns, pidns_fsconfig_fd)
152 TEST_F(ns, pidns_reconfigure_remount)
166 TEST_F(ns, pidns_reconfigure_fsconfig_string_path)
189 TEST_F(ns, pidns_reconfigure_fsconfig_fd)