Function report |
Source Code:fs\locks.c |
Create Date:2022-07-28 20:25:32 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:locks_translate_pid - translate a file_lock's fl_pid number into a namespace*@fl: The file_lock who's fl_pid should be translated*@ns: The namespace into which the pid should be translated* Used to tranlate a fl_pid into a namespace virtual pid number
Proto:static pid_t locks_translate_pid(struct file_lock *fl, struct pid_namespace *ns)
Type:pid_t
Parameter:
Type | Parameter | Name |
---|---|---|
struct file_lock * | fl | |
struct pid_namespace * | ns |
2267 | If IS_REMOTELCK(fl) Then Return fl_pid |
2281 | Return vnr |
Name | Describe |
---|---|
posix_lock_to_flock | |
posix_lock_to_flock64 | |
lock_get_status | |
locks_show |
Source code conversion tool public plug-in interface | X |
---|---|
Support c/c++/esqlc/java Oracle/Informix/Mysql Plug-in can realize: logical Report Code generation and batch code conversion |