Lines Matching defs:parent
83 * @parent: a pointer to the parent dentry for this file. This should be a
110 struct dentry *parent, void *data,
124 if (!parent) {
129 parent = mount->mnt_root;
132 inode = new_inode(parent->d_sb);
138 dir = d_inode(parent);
140 dentry = simple_start_creating(parent, name);
175 * @parent: a pointer to the parent dentry for this file. This should be a
196 struct dentry *parent, void *data,
199 return securityfs_create_dentry(name, mode, parent, data, fops, NULL);
208 * @parent: a pointer to the parent dentry for this file. This should be a
223 struct dentry *securityfs_create_dir(const char *name, struct dentry *parent)
225 return securityfs_create_file(name, S_IFDIR | 0755, parent, NULL, NULL);
234 * @parent: a pointer to the parent dentry for the symlink. This should be a
256 struct dentry *parent,
268 dent = securityfs_create_dentry(name, S_IFLNK | 0444, parent,