Lines Matching refs:path
91 if (event->path.dentry && event->path.mnt) in create_fd()
92 new_file = dentry_open(&event->path, in create_fd()
440 struct path *path, unsigned int flags) in fanotify_find_path() argument
461 *path = f.file->f_path; in fanotify_find_path()
462 path_get(path); in fanotify_find_path()
472 ret = user_path_at(dfd, filename, lookup_flags, path); in fanotify_find_path()
478 ret = inode_permission(path->dentry->d_inode, MAY_READ); in fanotify_find_path()
480 path_put(path); in fanotify_find_path()
808 struct path path; in SYSCALL_DEFINE5() local
874 ret = fanotify_find_path(dfd, pathname, &path, flags); in SYSCALL_DEFINE5()
880 inode = path.dentry->d_inode; in SYSCALL_DEFINE5()
882 mnt = path.mnt; in SYSCALL_DEFINE5()
902 path_put(&path); in SYSCALL_DEFINE5()