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()
159 struct path path = { .mnt = parent->mnt, .dentry = dentry }; in tomoyo_path_unlink() local
176 struct path path = { .mnt = parent->mnt, .dentry = dentry }; in tomoyo_path_mkdir() local
192 struct path path = { .mnt = parent->mnt, .dentry = dentry }; in tomoyo_path_rmdir() local
209 struct path path = { .mnt = parent->mnt, .dentry = dentry }; in tomoyo_path_symlink() local
227 struct path path = { .mnt = parent->mnt, .dentry = dentry }; in tomoyo_path_mknod() local
359 static int tomoyo_path_chmod(const struct path *path, umode_t mode) in tomoyo_path_chmod()
374 static int tomoyo_path_chown(const struct path *path, kuid_t uid, kgid_t gid) in tomoyo_path_chown()
394 static int tomoyo_path_chroot(const struct path *path) in tomoyo_path_chroot()
410 static int tomoyo_sb_mount(const char *dev_name, const struct path *path, in tomoyo_sb_mount()
426 struct path path = { .mnt = mnt, .dentry = mnt->mnt_root }; in tomoyo_sb_umount() local