Searched refs:start_creating_user_path (Results 1 – 6 of 6) sorted by relevance
/linux/arch/powerpc/platforms/cell/spufs/ |
H A D | syscalls.c | 70 dentry = start_creating_user_path(AT_FDCWD, pathname, &path, LOOKUP_DIRECTORY); in do_spu_create()
|
/linux/include/linux/ |
H A D | namei.h | 63 extern struct dentry *start_creating_user_path(int, const char __user *, struct path *, unsigned in…
|
/linux/kernel/bpf/ |
H A D | inode.c | 445 dentry = start_creating_user_path(path_fd, pathname, &path, 0); in bpf_obj_do_pin()
|
/linux/fs/ |
H A D | namei.c | 4269 inline struct dentry *start_creating_user_path( in start_creating_user_path() function 4279 EXPORT_SYMBOL(start_creating_user_path);
|
/linux/Documentation/filesystems/ |
H A D | porting.rst | 1297 - user_path_create -> start_creating_user_path
|
/linux/fs/ocfs2/ |
H A D | refcounttree.c | 4421 new_dentry = start_creating_user_path(AT_FDCWD, newname, &new_path, 0); in ocfs2_reflink_ioctl()
|