Searched refs:user_path_create (Results 1 – 5 of 5) sorted by relevance
/linux-5.19.10/arch/powerpc/platforms/cell/spufs/ |
D | syscalls.c | 70 dentry = user_path_create(AT_FDCWD, pathname, &path, LOOKUP_DIRECTORY); in do_spu_create()
|
/linux-5.19.10/include/linux/ |
D | namei.h | 63 extern struct dentry *user_path_create(int, const char __user *, struct path *, unsigned int);
|
/linux-5.19.10/kernel/bpf/ |
D | inode.c | 447 dentry = user_path_create(AT_FDCWD, pathname, &path, 0); in bpf_obj_do_pin()
|
/linux-5.19.10/fs/ |
D | namei.c | 3806 inline struct dentry *user_path_create(int dfd, const char __user *pathname, in user_path_create() function 3815 EXPORT_SYMBOL(user_path_create);
|
/linux-5.19.10/fs/ocfs2/ |
D | refcounttree.c | 4438 new_dentry = user_path_create(AT_FDCWD, newname, &new_path, 0); in ocfs2_reflink_ioctl()
|