Lines Matching refs:pid
189 struct user_namespace *user_ns, struct pid *pid) in ecryptfs_spawn_daemon() argument
202 (*daemon)->pid = get_pid(pid); in ecryptfs_spawn_daemon()
228 struct pid *pid) in ecryptfs_process_helo() argument
239 "[0x%p]\n", euid, pid, old_daemon->pid); in ecryptfs_process_helo()
244 old_daemon->pid, rc); in ecryptfs_process_helo()
248 rc = ecryptfs_spawn_daemon(&new_daemon, euid, user_ns, pid); in ecryptfs_process_helo()
252 "[0x%p]; rc = [%d]\n", __func__, euid, pid, rc); in ecryptfs_process_helo()
274 __func__, daemon->pid); in ecryptfs_exorcise_daemon()
289 if (daemon->pid) in ecryptfs_exorcise_daemon()
290 put_pid(daemon->pid); in ecryptfs_exorcise_daemon()
312 struct pid *pid) in ecryptfs_process_quit() argument
322 "unregister unrecognized daemon [0x%p]\n", euid, pid); in ecryptfs_process_quit()
356 struct user_namespace *user_ns, struct pid *pid, in ecryptfs_process_response() argument
398 ctx_euid, pid); in ecryptfs_process_response()
415 if (daemon->pid != pid) { in ecryptfs_process_response()
419 __func__, ctx_euid, pid); in ecryptfs_process_response()