Name:aafs_create_symlink - create a symlink in the apparmorfs filesystem*@name: name of dentry to create*@parent: parent directory for this dentry*@target: if symlink, symlink target string*@private: private data*@iops: struct of inode_operations that should
Proto:static struct dentry *aafs_create_symlink(const char *name, struct dentry *parent, const char *target, void *private, const struct inode_operations *iops)
Type:struct dentry
Parameter:
Type | Parameter | Name |
---|
const char * | name | |
struct dentry * | parent | |
const char * | target | |
void * | private | |
const struct inode_operations * | iops | |