| /linux-6.15/fs/coda/ |
| H A D | pioctl.c | 68 error = user_path_at(AT_FDCWD, data.path, in coda_pioctl()
|
| /linux-6.15/include/linux/ |
| H A D | namei.h | 54 extern int user_path_at(int, const char __user *, unsigned, struct path *);
|
| /linux-6.15/fs/ |
| H A D | open.c | 136 error = user_path_at(AT_FDCWD, pathname, lookup_flags, &path); in do_sys_truncate() 489 res = user_path_at(dfd, filename, lookup_flags, &path); in do_faccessat() 557 error = user_path_at(AT_FDCWD, filename, lookup_flags, &path); in SYSCALL_DEFINE1() 600 error = user_path_at(AT_FDCWD, filename, lookup_flags, &path); in SYSCALL_DEFINE1() 688 error = user_path_at(dfd, filename, lookup_flags, &path); in do_fchmodat() 807 error = user_path_at(dfd, filename, lookup_flags, &path); in do_fchownat()
|
| H A D | utimes.c | 95 error = user_path_at(dfd, filename, lookup_flags, &path); in do_utimes_path()
|
| H A D | fsopen.c | 180 ret = user_path_at(dfd, path, lookup_flags, &target); in SYSCALL_DEFINE3()
|
| H A D | fhandle.c | 161 err = user_path_at(dfd, name, lookup_flags, &path); in SYSCALL_DEFINE5()
|
| H A D | statfs.c | 103 error = user_path_at(AT_FDCWD, pathname, lookup_flags, &path); in user_statfs()
|
| H A D | namespace.c | 2161 ret = user_path_at(AT_FDCWD, name, lookup_flags, &path); in ksys_umount() 3181 ret = user_path_at(dfd, filename, lookup_flags, &path); in vfs_open_tree() 4218 ret = user_path_at(AT_FDCWD, dir_name, LOOKUP_FOLLOW, &path); in do_mount() 4749 error = user_path_at(AT_FDCWD, new_root, in SYSCALL_DEFINE2() 4754 error = user_path_at(AT_FDCWD, put_old, in SYSCALL_DEFINE2() 5260 err = user_path_at(dfd, path, kattr.lookup_flags, &target); in SYSCALL_DEFINE5()
|
| H A D | namei.c | 3116 int user_path_at(int dfd, const char __user *name, unsigned flags, in user_path_at() function 3125 EXPORT_SYMBOL(user_path_at);
|
| /linux-6.15/fs/bcachefs/ |
| H A D | fs-ioctl.c | 237 error = user_path_at(arg.dirfd, in bch2_ioctl_subvolume_create()
|
| /linux-6.15/fs/notify/inotify/ |
| H A D | inotify_user.c | 377 error = user_path_at(AT_FDCWD, dirname, flags, path); in inotify_find_inode()
|
| /linux-6.15/fs/xfs/ |
| H A D | xfs_handle.c | 100 error = user_path_at(AT_FDCWD, hreq->path, 0, &path); in xfs_find_handle()
|
| /linux-6.15/kernel/bpf/ |
| H A D | inode.c | 503 ret = user_path_at(path_fd, pathname, LOOKUP_FOLLOW, &path); in bpf_obj_do_get()
|
| /linux-6.15/fs/quota/ |
| H A D | quota.c | 948 ret = user_path_at(AT_FDCWD, addr, LOOKUP_FOLLOW|LOOKUP_AUTOMOUNT, &path); in SYSCALL_DEFINE4()
|
| /linux-6.15/fs/notify/fanotify/ |
| H A D | fanotify_user.c | 1124 ret = user_path_at(dfd, filename, lookup_flags, path); in fanotify_find_path()
|
| /linux-6.15/fs/ocfs2/ |
| H A D | refcounttree.c | 4415 error = user_path_at(AT_FDCWD, oldname, 0, &old_path); in ocfs2_reflink_ioctl()
|
| /linux-6.15/Documentation/trace/ |
| H A D | ftrace.rst | 1592 => user_path_at
|