函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:security\apparmor\apparmorfs.c Create Date:2022-07-27 21:23:38
Last Modify:2020-03-12 14:18:49 Copyright©Brick
首页 函数Tree
注解内核,赢得工具下载SCCTEnglish

函数名称:create_profile_file

函数原型:static struct dentry *create_profile_file(struct dentry *dir, const char *name, struct aa_profile *profile, const struct file_operations *fops)

返回类型:struct dentry

参数:

类型参数名称
struct dentry *dir
const char *name
struct aa_profile *profile
const struct file_operations *fops
1582  proxy等于aa_get_proxy(proxy)
1585  dent等于aafs_create_file - create a file 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
1586  如果是错误aa_put_proxy(proxy)
1589  返回:dent
调用者
名称描述
__aafs_profile_mkdirRequires: @profile->ns->lock held