函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:fs\eventfd.c Create Date:2022-07-29 10:52:09
Last Modify:2020-03-12 14:18:49 Copyright©Brick
首页 函数Tree
注解内核,赢得工具下载SCCTEnglish

函数名称:ventfd_fget - Acquire a reference of an eventfd file descriptor.*@fd: [in] Eventfd file descriptor.* Returns a pointer to the eventfd file structure in case of success, or the* following error pointer:* -EBADF : Invalid @fd file descriptor.

函数原型:struct file *eventfd_fget(int fd)

返回类型:struct file

参数:

类型参数名称
intfd
351  file等于fget(fd)
352  如果非file则返回:错误号
354  如果f_op不等于eventfd_fops
355  fput(file)
356  返回:错误号
359  返回:file