Searched refs:user_path_create (Results 1 - 6 of 6) sorted by relevance

/linux-master/arch/powerpc/platforms/cell/spufs/
H A Dsyscalls.c70 dentry = user_path_create(AT_FDCWD, pathname, &path, LOOKUP_DIRECTORY);
/linux-master/include/linux/
H A Dnamei.h66 extern struct dentry *user_path_create(int, const char __user *, struct path *, unsigned int);
/linux-master/fs/bcachefs/
H A Dfs-ioctl.c363 dst_dentry = user_path_create(arg.dirfd,
/linux-master/kernel/bpf/
H A Dinode.c445 dentry = user_path_create(path_fd, pathname, &path, 0);
/linux-master/fs/
H A Dnamei.c3949 inline struct dentry *user_path_create(int dfd, const char __user *pathname, function
3958 EXPORT_SYMBOL(user_path_create); variable
/linux-master/fs/ocfs2/
H A Drefcounttree.c4409 new_dentry = user_path_create(AT_FDCWD, newname, &new_path, 0);

Completed in 177 milliseconds