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