Searched refs:locks_translate_pid (Results 1 - 1 of 1) sorted by relevance

/linux-master/fs/
H A Dlocks.c2205 * locks_translate_pid - translate a file_lock's fl_pid number into a namespace
2211 static pid_t locks_translate_pid(struct file_lock_core *fl, struct pid_namespace *ns) function
2240 flock->l_pid = locks_translate_pid(&fl->c, task_active_pid_ns(current));
2262 flock->l_pid = locks_translate_pid(&fl->c, task_active_pid_ns(current));
2769 pid = locks_translate_pid(flc, proc_pidns);
2864 if (locks_translate_pid(cur, proc_pidns) == 0)

Completed in 178 milliseconds