Home
last modified time | relevance | path

Searched refs:parent_fd2 (Results 1 – 1 of 1) sorted by relevance

/linux/tools/testing/selftests/namespaces/
H A Dns_active_ref_test.c790 int parent_fd2 = ioctl(child_nsfd, NS_GET_USERNS); in TEST() local
791 if (parent_fd2 < 0) { in TEST()
798 TH_LOG("NS_GET_USERNS succeeded, got parent fd %d", parent_fd2); in TEST()
803 ASSERT_EQ(fstat(parent_fd2, &st2), 0); in TEST()
822 close(parent_fd2); in TEST()