函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

函数名称:ry_remove_file - drop a single file entry in the apparmor securityfs*@fs_file: aa_sfs_entry to detach from the securityfs (NOT NULL)

函数原型:static void __init entry_remove_file(struct aa_sfs_entry *fs_file)

返回类型:void

参数:

类型参数名称
struct aa_sfs_entry *fs_file
2487  如果非dentry则返回
2490  securityfs_remove - removes a file or directory from the securityfs filesystem*@dentry: a pointer to a the dentry of the file or directory to be removed
2491  dentry = NULL
调用者
名称描述
entry_remove_dir