Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/pidfd/
H A Dpidfd_bind_mount.c95 int fd_tree, fd_pidfd_mnt; in TEST_F() local
103 fd_pidfd_mnt = openat(-EBADF, self->template, O_RDONLY | O_NOCTTY | O_CLOEXEC); in TEST_F()
104 ASSERT_GE(fd_pidfd_mnt, 0); in TEST_F()
107 ASSERT_EQ(ioctl(fd_pidfd_mnt, FS_IOC_GETVERSION, &self->gen2), 0); in TEST_F()
113 ASSERT_EQ(close(fd_pidfd_mnt), 0); in TEST_F()