Home
last modified time | relevance | path

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

/linux/fs/
H A Dpidfs.c276 struct pid *pid = pidfd_pid(f); in pidfd_show_fdinfo()
310 struct pid *pid = pidfd_pid(file); in pidfd_poll()
371 struct pid *pid = pidfd_pid(file); in pidfd_info()
558 task = get_pid_task(pidfd_pid(file), PIDTYPE_PID); in pidfd_ioctl()
700 struct pid *pidfd_pid(const struct file *file) in pidfd_pid() function