Home
last modified time | relevance | path

Searched refs:user_path_at (Results 1 – 7 of 7) sorted by relevance

/linux/fs/coda/
H A Dpioctl.c68 error = user_path_at(AT_FDCWD, data.path, in coda_pioctl()
/linux/fs/notify/inotify/
H A Dinotify_user.c377 error = user_path_at(AT_FDCWD, dirname, flags, path); in inotify_find_inode()
/linux/kernel/bpf/
H A Dinode.c498 ret = user_path_at(path_fd, pathname, LOOKUP_FOLLOW, &path); in bpf_obj_do_get()
/linux/fs/
H A Dnamespace.c2062 ret = user_path_at(AT_FDCWD, name, lookup_flags, &path); in ksys_umount()
4169 ret = user_path_at(AT_FDCWD, dir_name, LOOKUP_FOLLOW, &path); in do_mount()
4733 error = user_path_at(AT_FDCWD, new_root, in SYSCALL_DEFINE2()
4738 error = user_path_at(AT_FDCWD, put_old, in SYSCALL_DEFINE2()
H A Dnamei.c3608 int user_path_at(int dfd, const char __user *name, unsigned flags, in user_path_at() function
3614 EXPORT_SYMBOL(user_path_at);
/linux/fs/notify/fanotify/
H A Dfanotify_user.c1221 ret = user_path_at(dfd, filename, lookup_flags, path); in fanotify_find_path()
/linux/fs/ocfs2/
H A Drefcounttree.c4416 error = user_path_at(AT_FDCWD, oldname, 0, &old_path); in ocfs2_reflink_ioctl()