Lines Matching defs:path
147 static int tomoyo_inode_getattr(const struct path *path) in tomoyo_inode_getattr()
159 static int tomoyo_path_truncate(struct path *path) in tomoyo_path_truncate()
174 struct path path = { parent->mnt, dentry }; in tomoyo_path_unlink() local
190 struct path path = { parent->mnt, dentry }; in tomoyo_path_mkdir() local
205 struct path path = { parent->mnt, dentry }; in tomoyo_path_rmdir() local
221 struct path path = { parent->mnt, dentry }; in tomoyo_path_symlink() local
238 struct path path = { parent->mnt, dentry }; in tomoyo_path_mknod() local
360 static int tomoyo_path_chmod(struct path *path, umode_t mode) in tomoyo_path_chmod()
375 static int tomoyo_path_chown(struct path *path, kuid_t uid, kgid_t gid) in tomoyo_path_chown()
394 static int tomoyo_path_chroot(struct path *path) in tomoyo_path_chroot()
410 static int tomoyo_sb_mount(const char *dev_name, struct path *path, in tomoyo_sb_mount()
426 struct path path = { mnt, mnt->mnt_root }; in tomoyo_sb_umount() local