Searched refs:pidfd_pid (Results 1 – 5 of 5) sorted by relevance
178 struct pid *pid = pidfd_pid(f); in pidfd_show_fdinfo()212 struct pid *pid = pidfd_pid(file); in pidfd_poll()247 struct pid *pid = pidfd_pid(file); in pidfd_info()405 task = get_pid_task(pidfd_pid(file), PIDTYPE_PID); in pidfd_ioctl()512 struct pid *pidfd_pid(const struct file *file) in pidfd_pid() function
561 } else if (!IS_ERR(pidfd_pid(fd_file(f)))) { in SYSCALL_DEFINE2()576 err = validate_nsset(&nsset, pidfd_pid(fd_file(f))); in SYSCALL_DEFINE2()
553 pid = pidfd_pid(fd_file(f)); in pidfd_get_pid()889 pid = pidfd_pid(fd_file(f)); in SYSCALL_DEFINE3()
3999 pid = pidfd_pid(file); in pidfd_to_pid()
77 struct pid *pidfd_pid(const struct file *file);