Searched refs:pidfile (Results 1 – 1 of 1) sorted by relevance
1883 struct file *pidfile = NULL; in copy_process() local2177 pidfile = anon_inode_getfile("[pidfd]", &pidfd_fops, pid, in copy_process()2179 if (IS_ERR(pidfile)) { in copy_process()2181 retval = PTR_ERR(pidfile); in copy_process()2347 if (pidfile) in copy_process()2348 fd_install(pidfd, pidfile); in copy_process()2368 fput(pidfile); in copy_process()