1LOCKS_TRANSLATE_PID(9) The Linux VFS LOCKS_TRANSLATE_PID(9)
23
4
NAME
6locks_translate_pid - translate a file_lock's fl_pid number into a
7namespace
8
SYNOPSIS
10pid_t locks_translate_pid(struct file_lock * fl,
11struct pid_namespace * ns);
12
ARGUMENTS
14fl
15The file_lock who's fl_pid should be translated
1617
ns
18The namespace into which the pid should be translated
19
DESCRIPTION
21Used to tranlate a fl_pid into a namespace virtual pid number
22
COPYRIGHT
24Kernel Hackers Manual 3.10 June 2019 LOCKS_TRANSLATE_PID(9)