Function report |
Source Code:security\apparmor\apparmorfs.c |
Create Date:2022-07-28 19:50:06 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:ry_create_dir - recursively create a directory entry in the securityfs*@fs_dir: aa_sfs_entry (and all child entries) to build (NOT NULL)*@parent: the parent dentry in the securityfs* Use entry_remove_dir to remove entries created with this fn.
Proto:static int __init entry_create_dir(struct aa_sfs_entry *fs_dir, struct dentry *parent)
Type:int
Parameter:
Type | Parameter | Name |
---|---|---|
struct aa_sfs_entry * | fs_dir | |
struct dentry * | parent |
2473 | Return 0 |
2475 | failed : |
2476 | entry_remove_dir(fs_dir) |
2478 | Return error |
Name | Describe |
---|---|
entry_create_dir | ry_create_dir - recursively create a directory entry in the securityfs*@fs_dir: aa_sfs_entry (and all child entries) to build (NOT NULL)*@parent: the parent dentry in the securityfs* Use entry_remove_dir to remove entries created with this fn. |
aa_create_aafs | aa_create_aafs - create the apparmor security filesystem* dentries created here are released by aa_destroy_aafs* Returns: error on failure |
Source code conversion tool public plug-in interface | X |
---|---|
Support c/c++/esqlc/java Oracle/Informix/Mysql Plug-in can realize: logical Report Code generation and batch code conversion |