Searched refs:user_path_at (Results 1 – 14 of 14) sorted by relevance
/linux/fs/coda/ |
H A D | pioctl.c | 68 error = user_path_at(AT_FDCWD, data.path, in coda_pioctl()
|
/linux/include/linux/ |
H A D | namei.h | 53 extern int user_path_at(int, const char __user *, unsigned, struct path *);
|
/linux/fs/ |
H A D | xattr.c | 653 error = user_path_at(AT_FDCWD, pathname, lookup_flags, &path); in path_setxattr() 785 error = user_path_at(AT_FDCWD, pathname, lookup_flags, &path); in path_getxattr() 862 error = user_path_at(AT_FDCWD, pathname, lookup_flags, &path); in path_listxattr() 923 error = user_path_at(AT_FDCWD, pathname, lookup_flags, &path); in path_removexattr()
|
H A D | utimes.c | 95 error = user_path_at(dfd, filename, lookup_flags, &path); in do_utimes_path()
|
H A D | fhandle.c | 123 err = user_path_at(dfd, name, lookup_flags, &path); in SYSCALL_DEFINE5()
|
H A D | fsopen.c | 180 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 | namei.c | 3012 int user_path_at(int dfd, const char __user *name, unsigned flags, in user_path_at() function 3021 EXPORT_SYMBOL(user_path_at);
|
/linux/fs/bcachefs/ |
H A D | fs-ioctl.c | 411 error = user_path_at(arg.dirfd, in bch2_ioctl_subvolume_create()
|
/linux/fs/xfs/ |
H A D | xfs_handle.c | 99 error = user_path_at(AT_FDCWD, hreq->path, 0, &path); in xfs_find_handle()
|
/linux/kernel/bpf/ |
H A D | inode.c | 503 ret = user_path_at(path_fd, pathname, LOOKUP_FOLLOW, &path); in bpf_obj_do_get()
|
/linux/fs/quota/ |
H A D | quota.c | 948 ret = user_path_at(AT_FDCWD, addr, LOOKUP_FOLLOW|LOOKUP_AUTOMOUNT, &path); in SYSCALL_DEFINE4()
|
/linux/fs/ocfs2/ |
H A D | refcounttree.c | 4418 error = user_path_at(AT_FDCWD, oldname, 0, &old_path); in ocfs2_reflink_ioctl()
|
/linux/Documentation/trace/ |
H A D | ftrace.rst | 1585 => user_path_at
|