Searched refs:user_path_at (Results 1 – 5 of 5) 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/xfs/ |
| H A D | xfs_handle.c | 100 error = user_path_at(AT_FDCWD, hreq->path, 0, &path); in xfs_find_handle()
|
| /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() 4167 ret = user_path_at(AT_FDCWD, dir_name, LOOKUP_FOLLOW, &path); in do_mount() 4766 error = user_path_at(AT_FDCWD, new_root, in SYSCALL_DEFINE2() 4771 error = user_path_at(AT_FDCWD, put_old, in SYSCALL_DEFINE2()
|
| H A D | namei.c | 3639 int user_path_at(int dfd, const char __user *name, unsigned flags, in user_path_at() function 3645 EXPORT_SYMBOL(user_path_at);
|