Lines Matching refs:parent
141 * @parent: Pointer to "struct path".
146 static int tomoyo_path_unlink(const struct path *parent, struct dentry *dentry)
148 struct path path = { .mnt = parent->mnt, .dentry = dentry };
156 * @parent: Pointer to "struct path".
162 static int tomoyo_path_mkdir(const struct path *parent, struct dentry *dentry,
165 struct path path = { .mnt = parent->mnt, .dentry = dentry };
174 * @parent: Pointer to "struct path".
179 static int tomoyo_path_rmdir(const struct path *parent, struct dentry *dentry)
181 struct path path = { .mnt = parent->mnt, .dentry = dentry };
189 * @parent: Pointer to "struct path".
195 static int tomoyo_path_symlink(const struct path *parent, struct dentry *dentry,
198 struct path path = { .mnt = parent->mnt, .dentry = dentry };
206 * @parent: Pointer to "struct path".
213 static int tomoyo_path_mknod(const struct path *parent, struct dentry *dentry,
216 struct path path = { .mnt = parent->mnt, .dentry = dentry };