Lines Matching defs:path
141 static int tomoyo_inode_getattr(const struct path *path) in tomoyo_inode_getattr()
153 static int tomoyo_path_truncate(struct path *path) in tomoyo_path_truncate()
168 struct path path = { parent->mnt, dentry }; in tomoyo_path_unlink() local
184 struct path path = { parent->mnt, dentry }; in tomoyo_path_mkdir() local
199 struct path path = { parent->mnt, dentry }; in tomoyo_path_rmdir() local
215 struct path path = { parent->mnt, dentry }; in tomoyo_path_symlink() local
232 struct path path = { parent->mnt, dentry }; in tomoyo_path_mknod() local
354 static int tomoyo_path_chmod(struct path *path, umode_t mode) in tomoyo_path_chmod()
369 static int tomoyo_path_chown(struct path *path, kuid_t uid, kgid_t gid) in tomoyo_path_chown()
388 static int tomoyo_path_chroot(struct path *path) in tomoyo_path_chroot()
404 static int tomoyo_sb_mount(const char *dev_name, struct path *path, in tomoyo_sb_mount()
420 struct path path = { mnt, mnt->mnt_root }; in tomoyo_sb_umount() local