函数逻辑报告 | 
Source Code:fs\eventfd.c | 
Create Date:2022-07-29 10:52:09 | 
| Last Modify:2020-03-12 14:18:49 | Copyright©Brick | 
| 首页 | 函数Tree | 
| 注解内核,赢得工具 | 下载SCCT | English | 
函数名称:ventfd_ctx_fileget - Acquires a reference to the internal eventfd context.*@file: [in] Eventfd file pointer.* Returns a pointer to the internal eventfd context, otherwise the error* pointer:* -EINVAL : The @fd file descriptor is not an eventfd file.
函数原型:struct eventfd_ctx *eventfd_ctx_fileget(struct file *file)
返回类型:struct eventfd_ctx
参数:
| 类型 | 参数 | 名称 | 
|---|---|---|
| struct file * | file | 
| 397 | 如果f_op不等于eventfd_fops则返回:错误号 | 
| 401 | 对象增加引用 | 
| 402 | 返回:ctx | 
| 名称 | 描述 | 
|---|---|
| eventfd_ctx_fdget | ventfd_ctx_fdget - Acquires a reference to the internal eventfd context.*@fd: [in] Eventfd file descriptor.* Returns a pointer to the internal eventfd context, otherwise the error* pointers returned by the following functions:* eventfd_fget | 
| 源代码转换工具 开放的插件接口  | X | 
|---|---|
| 支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码  |