Lines Matching refs:pidfd
473 static int copy_pidfd_info_to_user(int pidfd, in copy_pidfd_info_to_user() argument
485 info.pidfd = pidfd; in copy_pidfd_info_to_user()
495 unsigned int info_mode, int pidfd, in copy_info_records_to_user() argument
596 ret = copy_pidfd_info_to_user(pidfd, buf, count); in copy_info_records_to_user()
627 int ret, pidfd = FAN_NOPIDFD, fd = FAN_NOFD; in copy_event_to_user() local
679 pidfd = FAN_NOPIDFD; in copy_event_to_user()
681 pidfd = pidfd_create(event->pid, 0); in copy_event_to_user()
682 if (pidfd < 0) in copy_event_to_user()
683 pidfd = FAN_EPIDFD; in copy_event_to_user()
705 ret = copy_info_records_to_user(event, info, info_mode, pidfd, in copy_event_to_user()
722 if (pidfd >= 0) in copy_event_to_user()
723 close_fd(pidfd); in copy_event_to_user()