table of contents
LOCKS_TRANSLATE_PID(9) | The Linux VFS | LOCKS_TRANSLATE_PID(9) |
NAME¶
locks_translate_pid - translate a file_lock's fl_pid number into a namespace
SYNOPSIS¶
pid_t locks_translate_pid(struct file_lock * fl, struct pid_namespace * ns);
ARGUMENTS¶
fl
The file_lock who's fl_pid should be translated
ns
The namespace into which the pid should be
translated
DESCRIPTION¶
Used to tranlate a fl_pid into a namespace virtual pid number
COPYRIGHT¶
June 2024 | Kernel Hackers Manual 3.10 |