Lines Matching defs:path
120 static int tomoyo_inode_getattr(const struct path *path) in tomoyo_inode_getattr()
132 static int tomoyo_path_truncate(const struct path *path) in tomoyo_path_truncate()
147 struct path path = { .mnt = parent->mnt, .dentry = dentry }; in tomoyo_path_unlink() local
164 struct path path = { .mnt = parent->mnt, .dentry = dentry }; in tomoyo_path_mkdir() local
180 struct path path = { .mnt = parent->mnt, .dentry = dentry }; in tomoyo_path_rmdir() local
197 struct path path = { .mnt = parent->mnt, .dentry = dentry }; in tomoyo_path_symlink() local
215 struct path path = { .mnt = parent->mnt, .dentry = dentry }; in tomoyo_path_mknod() local
338 static int tomoyo_path_chmod(const struct path *path, umode_t mode) in tomoyo_path_chmod()
353 static int tomoyo_path_chown(const struct path *path, kuid_t uid, kgid_t gid) in tomoyo_path_chown()
373 static int tomoyo_path_chroot(const struct path *path) in tomoyo_path_chroot()
389 static int tomoyo_sb_mount(const char *dev_name, const struct path *path, in tomoyo_sb_mount()
405 struct path path = { .mnt = mnt, .dentry = mnt->mnt_root }; in tomoyo_sb_umount() local