/linux-6.3-rc2/fs/coda/ |
A D | pioctl.c | 68 error = user_path_at(AT_FDCWD, data.path, in coda_pioctl()
|
/linux-6.3-rc2/include/linux/ |
A D | namei.h | 54 static inline int user_path_at(int dfd, const char __user *name, unsigned flags, in user_path_at() function
|
/linux-6.3-rc2/fs/ |
A D | open.c | 133 error = user_path_at(AT_FDCWD, pathname, lookup_flags, &path); in do_sys_truncate() 483 res = user_path_at(dfd, filename, lookup_flags, &path); in do_faccessat() 551 error = user_path_at(AT_FDCWD, filename, lookup_flags, &path); in SYSCALL_DEFINE1() 599 error = user_path_at(AT_FDCWD, filename, lookup_flags, &path); in SYSCALL_DEFINE1() 680 error = user_path_at(dfd, filename, lookup_flags, &path); in do_fchmodat() 799 error = user_path_at(dfd, filename, lookup_flags, &path); in do_fchownat()
|
A D | xattr.c | 646 error = user_path_at(AT_FDCWD, pathname, lookup_flags, &path); in path_setxattr() 764 error = user_path_at(AT_FDCWD, pathname, lookup_flags, &path); in path_getxattr() 841 error = user_path_at(AT_FDCWD, pathname, lookup_flags, &path); in path_listxattr() 906 error = user_path_at(AT_FDCWD, pathname, lookup_flags, &path); in path_removexattr()
|
A D | fhandle.c | 107 err = user_path_at(dfd, name, lookup_flags, &path); in SYSCALL_DEFINE5()
|
A D | utimes.c | 95 error = user_path_at(dfd, filename, lookup_flags, &path); in do_utimes_path()
|
A D | namespace.c | 1824 ret = user_path_at(AT_FDCWD, name, lookup_flags, &path); in ksys_umount() 2539 error = user_path_at(dfd, filename, lookup_flags, &path); in SYSCALL_DEFINE3() 3382 ret = user_path_at(AT_FDCWD, dir_name, LOOKUP_FOLLOW, &path); in do_mount() 3792 ret = user_path_at(from_dfd, from_pathname, lflags, &from_path); in SYSCALL_DEFINE5() 3801 ret = user_path_at(to_dfd, to_pathname, lflags, &to_path); in SYSCALL_DEFINE5() 3882 error = user_path_at(AT_FDCWD, new_root, in SYSCALL_DEFINE2() 3887 error = user_path_at(AT_FDCWD, put_old, in SYSCALL_DEFINE2() 4373 err = user_path_at(dfd, path, kattr.lookup_flags, &target); in SYSCALL_DEFINE5()
|
A D | fsopen.c | 181 ret = user_path_at(dfd, path, lookup_flags, &target); in SYSCALL_DEFINE3()
|
A D | statfs.c | 103 error = user_path_at(AT_FDCWD, pathname, lookup_flags, &path); in user_statfs()
|
/linux-6.3-rc2/kernel/bpf/ |
A D | inode.c | 506 ret = user_path_at(AT_FDCWD, pathname, LOOKUP_FOLLOW, &path); in bpf_obj_do_get()
|
/linux-6.3-rc2/fs/notify/inotify/ |
A D | inotify_user.c | 378 error = user_path_at(AT_FDCWD, dirname, flags, path); in inotify_find_inode()
|
/linux-6.3-rc2/fs/quota/ |
A D | quota.c | 947 ret = user_path_at(AT_FDCWD, addr, LOOKUP_FOLLOW|LOOKUP_AUTOMOUNT, &path); in SYSCALL_DEFINE4()
|
/linux-6.3-rc2/fs/notify/fanotify/ |
A D | fanotify_user.c | 1026 ret = user_path_at(dfd, filename, lookup_flags, path); in fanotify_find_path()
|
/linux-6.3-rc2/fs/xfs/ |
A D | xfs_ioctl.c | 76 error = user_path_at(AT_FDCWD, hreq->path, 0, &path); in xfs_find_handle()
|
/linux-6.3-rc2/fs/ocfs2/ |
A D | refcounttree.c | 4402 error = user_path_at(AT_FDCWD, oldname, 0, &old_path); in ocfs2_reflink_ioctl()
|
/linux-6.3-rc2/Documentation/trace/ |
A D | ftrace.rst | 1487 => user_path_at
|