Lines Matching refs:pid
2084 pr_warn_once("%s(%d): Attempt to set a LOCK_MAND lock via flock(2). This support has been removed and the request ignored.\n", current->comm, current->pid);
2145 * @ns: The namespace into which the pid should be translated
2147 * Used to translate a fl_pid into a namespace virtual pid number
2152 struct pid *pid;
2159 * If the flock owner process is dead and its pid has been already
2161 * flock owner pid number in init pidns.
2167 pid = find_pid_ns(fl->fl_pid, &init_pid_ns);
2168 vnr = pid_nr_ns(pid, ns);
2703 * If lock owner is dead (and pid is freed) or not visible in current
2704 * pidns, zero is shown as a pid value. Check lock info from
2705 * init_pid_ns to get saved lock pid value.