securityfs_create_dir (9) Linux Manual Page
securityfs_create_dir – create a directory in the securityfs filesystem Synopsis struct dentry *securityfs_create_dir(const char *name, struct dentry *parent); Arguments name a pointer to a string containing the name of the directory to create. parent a pointer to the parent dentry for this file. This should be a directory dentry if set. If this parameter is…
