Searched refs:pidfile (Results 1 – 2 of 2) sorted by relevance
132 static void daemonize(char *rundir, char *pidfile) argument188 pid_file_handle = open(pidfile, O_RDWR | O_CREAT, 0600);
2022 struct file *pidfile = NULL; in copy_process() local2305 pidfile = anon_inode_getfile("[pidfd]", &pidfd_fops, pid, in copy_process()2307 if (IS_ERR(pidfile)) { in copy_process()2309 retval = PTR_ERR(pidfile); in copy_process()2498 if (pidfile) in copy_process()2499 fd_install(pidfd, pidfile); in copy_process()2520 fput(pidfile); in copy_process()
Completed in 8 milliseconds