Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:include\linux\fs_struct.h Create Date:2022-07-28 08:56:19
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:get_fs_pwd

Proto:static inline void get_fs_pwd(struct fs_struct *fs, struct path *pwd)

Type:void

Parameter:

TypeParameterName
struct fs_struct *fs
struct path *pwd
37  spin_lock( & lock)
38  pwd = pwd
39  path_get(pwd)
40  spin_unlock( & lock)
Caller
NameDescribe
__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()