函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

函数名称:exit_fs

函数原型:void exit_fs(struct task_struct *tsk)

返回类型:void

参数:

类型参数名称
struct task_struct *tsk
97  fs等于文件系统信息
99  如果fs
101  Protects ->fs, ->files, ->mm, ->group_info, ->comm, keyring* subscriptions and synchronises with wait4(). Also used in procfs. Also* pins the final release of task.io_context. Also protects ->cpuset and* ->cgroup.subsys[]. And ->vfork_done.
102  加自旋锁
103  文件系统信息 = NULL
104  kill等于非users先自减
105  自旋锁解锁
106  task_unlock(tsk)
107  如果killfree_fs_struct(fs)
调用者
名称描述
do_exit
copy_process创建进程