Lines Matching refs:parent
152 * @parent: Pointer to "struct path".
157 static int tomoyo_path_unlink(const struct path *parent, struct dentry *dentry)
159 struct path path = { .mnt = parent->mnt, .dentry = dentry };
167 * @parent: Pointer to "struct path".
173 static int tomoyo_path_mkdir(const struct path *parent, struct dentry *dentry,
176 struct path path = { .mnt = parent->mnt, .dentry = dentry };
185 * @parent: Pointer to "struct path".
190 static int tomoyo_path_rmdir(const struct path *parent, struct dentry *dentry)
192 struct path path = { .mnt = parent->mnt, .dentry = dentry };
200 * @parent: Pointer to "struct path".
206 static int tomoyo_path_symlink(const struct path *parent, struct dentry *dentry,
209 struct path path = { .mnt = parent->mnt, .dentry = dentry };
217 * @parent: Pointer to "struct path".
224 static int tomoyo_path_mknod(const struct path *parent, struct dentry *dentry,
227 struct path path = { .mnt = parent->mnt, .dentry = dentry };