| Function report | 
| Source Code: fs\eventfd.c | Create Date:2022-07-28 20:20:14 | 
| Last Modify:2020-03-12 14:18:49 | Copyright©Brick | 
| home page | Tree | 
| Annotation kernel can get tool activity | Download SCCT | Chinese | 
Name: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.
Proto:struct eventfd_ctx *eventfd_ctx_fileget(struct file *file)
Type:struct eventfd_ctx
Parameter:
| Type | Parameter | Name | 
|---|---|---|
| struct file * | file | 
| 397 | If f_op != eventfd_fops Then Return ERR_PTR( - EINVAL) | 
| 402 | Return ctx | 
| Name | Describe | 
|---|---|
| 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 | 
| 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 |