Searched refs:user_path_at (Results 1 – 7 of 7) sorted by relevance
| /linux/fs/coda/ |
| H A D | pioctl.c | 68 error = user_path_at(AT_FDCWD, data.path, in coda_pioctl()
|
| /linux/fs/notify/inotify/ |
| H A D | inotify_user.c | 377 error = user_path_at(AT_FDCWD, dirname, flags, path); in inotify_find_inode()
|
| /linux/kernel/bpf/ |
| H A D | inode.c | 498 ret = user_path_at(path_fd, pathname, LOOKUP_FOLLOW, &path); in bpf_obj_do_get()
|
| /linux/fs/ |
| H A D | namespace.c | 2062 ret = user_path_at(AT_FDCWD, name, lookup_flags, &path); in ksys_umount() 4169 ret = user_path_at(AT_FDCWD, dir_name, LOOKUP_FOLLOW, &path); in do_mount() 4733 error = user_path_at(AT_FDCWD, new_root, in SYSCALL_DEFINE2() 4738 error = user_path_at(AT_FDCWD, put_old, in SYSCALL_DEFINE2()
|
| H A D | namei.c | 3608 int user_path_at(int dfd, const char __user *name, unsigned flags, in user_path_at() function 3614 EXPORT_SYMBOL(user_path_at);
|
| /linux/fs/notify/fanotify/ |
| H A D | fanotify_user.c | 1221 ret = user_path_at(dfd, filename, lookup_flags, path); in fanotify_find_path()
|
| /linux/fs/ocfs2/ |
| H A D | refcounttree.c | 4416 error = user_path_at(AT_FDCWD, oldname, 0, &old_path); in ocfs2_reflink_ioctl()
|