Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:fs\file.c Create Date:2022-07-28 20:08:32
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:fget_many

Proto:struct file *fget_many(unsigned int fd, unsigned int refs)

Type:struct file

Parameter:

TypeParameterName
unsigned intfd
unsigned intrefs
734  Return __fget(fd, File is opened with O_PATH; almost nothing can be done with it , refs)
Caller
NameDescribe
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.