| /OK3568_Linux_fs/kernel/fs/coda/ |
| H A D | pioctl.c | 66 error = user_path_at(AT_FDCWD, data.path, in coda_pioctl()
|
| /OK3568_Linux_fs/kernel/fs/ |
| H A D | open.c | 132 error = user_path_at(AT_FDCWD, pathname, lookup_flags, &path); in do_sys_truncate() 424 res = user_path_at(dfd, filename, lookup_flags, &path); in do_faccessat() 492 error = user_path_at(AT_FDCWD, filename, lookup_flags, &path); in SYSCALL_DEFINE1() 540 error = user_path_at(AT_FDCWD, filename, lookup_flags, &path); in SYSCALL_DEFINE1() 620 error = user_path_at(dfd, filename, lookup_flags, &path); in do_fchmodat() 699 error = user_path_at(dfd, filename, lookup_flags, &path); in do_fchownat()
|
| H A D | xattr.c | 562 error = user_path_at(AT_FDCWD, pathname, lookup_flags, &path); in path_setxattr() 660 error = user_path_at(AT_FDCWD, pathname, lookup_flags, &path); in path_getxattr() 736 error = user_path_at(AT_FDCWD, pathname, lookup_flags, &path); in path_listxattr() 797 error = user_path_at(AT_FDCWD, pathname, lookup_flags, &path); in path_removexattr()
|
| H A D | fhandle.c | 107 err = user_path_at(dfd, name, lookup_flags, &path); in SYSCALL_DEFINE5()
|
| H A D | utimes.c | 93 error = user_path_at(dfd, filename, lookup_flags, &path); in do_utimes_path()
|
| H A D | namespace.c | 1761 ret = user_path_at(AT_FDCWD, name, lookup_flags, &path); in ksys_umount() 2474 error = user_path_at(dfd, filename, lookup_flags, &path); in SYSCALL_DEFINE3() 3239 ret = user_path_at(AT_FDCWD, dir_name, LOOKUP_FOLLOW, &path); in do_mount() 3633 ret = user_path_at(from_dfd, from_pathname, lflags, &from_path); in SYSCALL_DEFINE5() 3642 ret = user_path_at(to_dfd, to_pathname, lflags, &to_path); in SYSCALL_DEFINE5() 3720 error = user_path_at(AT_FDCWD, new_root, in SYSCALL_DEFINE2() 3725 error = user_path_at(AT_FDCWD, put_old, in SYSCALL_DEFINE2()
|
| H A D | fsopen.c | 181 ret = user_path_at(dfd, path, lookup_flags, &target); in SYSCALL_DEFINE3()
|
| H A D | statfs.c | 103 error = user_path_at(AT_FDCWD, pathname, lookup_flags, &path); in user_statfs()
|
| H A D | stat.c | 193 error = user_path_at(dfd, filename, lookup_flags, &path); in vfs_statx()
|
| H A D | namei.c | 4214 error = user_path_at(olddfd, oldname, how, &old_path); in do_linkat()
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | namei.h | 57 static inline int user_path_at(int dfd, const char __user *name, unsigned flags, in user_path_at() function
|
| /OK3568_Linux_fs/kernel/kernel/bpf/ |
| H A D | inode.c | 505 ret = user_path_at(AT_FDCWD, pathname, LOOKUP_FOLLOW, &path); in bpf_obj_do_get()
|
| /OK3568_Linux_fs/kernel/fs/notify/inotify/ |
| H A D | inotify_user.c | 342 error = user_path_at(AT_FDCWD, dirname, flags, path); in inotify_find_inode()
|
| /OK3568_Linux_fs/kernel/fs/notify/fanotify/ |
| H A D | fanotify_user.c | 699 ret = user_path_at(dfd, filename, lookup_flags, path); in fanotify_find_path()
|
| /OK3568_Linux_fs/kernel/fs/quota/ |
| H A D | quota.c | 931 ret = user_path_at(AT_FDCWD, addr, LOOKUP_FOLLOW|LOOKUP_AUTOMOUNT, &path); in SYSCALL_DEFINE4()
|
| /OK3568_Linux_fs/kernel/fs/xfs/ |
| H A D | xfs_ioctl.c | 74 error = user_path_at(AT_FDCWD, hreq->path, 0, &path); in xfs_find_handle()
|
| /OK3568_Linux_fs/kernel/fs/ocfs2/ |
| H A D | refcounttree.c | 4432 error = user_path_at(AT_FDCWD, oldname, 0, &old_path); in ocfs2_reflink_ioctl()
|
| /OK3568_Linux_fs/kernel/Documentation/trace/ |
| H A D | ftrace.rst | 1472 => user_path_at
|