函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

函数名称:fget_many

函数原型:struct file *fget_many(unsigned int fd, unsigned int refs)

返回类型:struct file

参数:

类型参数名称
unsigned intfd
unsigned intrefs
734  返回:__fget(fd, File is opened with O_PATH; almost nothing can be done with it , refs)
调用者
名称描述
io_file_getGet as many references to a file as we have IOs left in this submission,* assuming most submissions are for one file, or at least that each file* has more than one submission.