Searched refs:pidfd_ioctl (Results 1 – 2 of 2) sorted by relevance
| /linux/tools/testing/selftests/pidfd/ |
| H A D | pidfd_setns_test.c | 40 unsigned int pidfd_ioctl; member 127 self->child_pidfd_derived_nsfds[i] = ioctl(self->pidfd, info->pidfd_ioctl, 0); in FIXTURE_SETUP() 303 self->child_pidfd_derived_nsfds1[i] = ioctl(self->child_pidfd1, info->pidfd_ioctl, 0); in FIXTURE_SETUP() 311 self->child_pidfd_derived_nsfds2[i] = ioctl(self->child_pidfd2, info->pidfd_ioctl, 0); in FIXTURE_SETUP()
|
| /linux/fs/ |
| H A D | pidfs.c | 530 static long pidfd_ioctl(struct file *file, unsigned int cmd, unsigned long arg) in pidfd_ioctl() function 689 return pidfd_ioctl(file, cmd, (unsigned long)compat_ptr(arg)); in pidfd_compat_ioctl() 719 .unlocked_ioctl = pidfd_ioctl,
|