函数逻辑报告 |
Source Code:fs\locks.c |
Create Date:2022-07-29 10:59:37 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称: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
函数原型:static pid_t locks_translate_pid(struct file_lock *fl, struct pid_namespace *ns)
返回类型:pid_t
参数:
类型 | 参数 | 名称 |
---|---|---|
struct file_lock * | fl | |
struct pid_namespace * | ns |
2267 | 如果IS_REMOTELCK(fl)则返回:fl_pid |
2281 | 返回:vnr |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |