Home
last modified time | relevance | path

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

/Linux-v6.6/include/linux/
Dpid.h75 extern const struct file_operations pidfd_fops;
/Linux-v6.6/kernel/
Dfork.c1990 if (file->f_op == &pidfd_fops) in pidfd_pid()
2093 const struct file_operations pidfd_fops = { variable
2141 pidfd_file = anon_inode_getfile("[pidfd]", &pidfd_fops, pid, in __pidfd_prepare()