Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:security\apparmor\apparmorfs.c Create Date:2022-07-28 19:49:55
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:aafs_create_dir - create a directory in the apparmorfs filesystem*@name: name of dentry to create*@parent: parent directory for this dentry* see aafs_create

Proto:static struct dentry *aafs_create_dir(const char *name, struct dentry *parent)

Type:struct dentry

Parameter:

TypeParameterName
const char *name
struct dentry *parent
339  Return aafs_create - create a dentry in the apparmorfs filesystem*@name: name of dentry to create*@mode: permissions the file should have*@parent: parent directory for this dentry*@data: data to store on inode
Caller
NameDescribe
__aa_fs_create_rawdata
__aafs_profile_mkdirRequires: @profile->ns->lock held
__aafs_ns_mkdir_entriesassumes cleanup in caller
__aafs_ns_mkdirRequires: @ns->lock held