函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:include\linux\fs_struct.h Create Date:2022-07-27 09:55:46
Last Modify:2020-03-12 14:18:49 Copyright©Brick
首页 函数Tree
注解内核,赢得工具下载SCCTEnglish

函数名称:get_fs_pwd

函数原型:static inline void get_fs_pwd(struct fs_struct *fs, struct path *pwd)

返回类型:void

参数:

类型参数名称
struct fs_struct *fs
struct path *pwd
37  加自旋锁
38  pwd等于pwd
39  path_get(pwd)
40  自旋锁解锁
调用者
名称描述
__audit_getname__audit_getname - add a name to the list*@name: name to add* Add a name to the list of audit names for this context.* Called from fs/namei.c:getname().
path_initmust be paired with terminate_walk()