Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:close_files

Proto:static struct fdtable *close_files(struct files_struct *files)

Type:struct fdtable

Parameter:

TypeParameterName
struct files_struct *files
375  fdt = Dependency order vs. p above. (fdt)
376  j = 0
378  cycle
380  i = j * BITS_PER_LONG
381  If i >= max_fds Then Break
383  set = open_fds[j++]
384  When set cycle
385  If set & 1 Then
392  i++
393  set >>= 1
397  Return fdt
Caller
NameDescribe
put_files_struct