Function report |
Source Code:security\inode.c |
Create Date:2022-07-28 18:41:07 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:securityfs_create_symlink - create a symlink in the securityfs filesystem*@name: a pointer to a string containing the name of the symlink to* create.*@parent: a pointer to the parent dentry for the symlink. This should be a* directory dentry if set
Proto:struct dentry *securityfs_create_symlink(const char *name, struct dentry *parent, const char *target, const struct inode_operations *iops)
Type:struct dentry
Parameter:
Type | Parameter | Name |
---|---|---|
const char * | name | |
struct dentry * | parent | |
const char * | target | |
const struct inode_operations * | iops |
266 | char * link = NULL |
268 | If target Then |
278 | Return dent |
Name | Describe |
---|---|
aa_create_aafs | aa_create_aafs - create the apparmor security filesystem* dentries created here are released by aa_destroy_aafs* Returns: error on failure |
ima_fs_init | |
evm_init_secfs |
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 |