Searched refs:user_path_create (Results 1 – 5 of 5) sorted by relevance
| /OK3568_Linux_fs/kernel/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()
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | namei.h | 66 extern struct dentry *user_path_create(int, const char __user *, struct path *, unsigned int);
|
| /OK3568_Linux_fs/kernel/fs/ |
| H A D | namei.c | 3613 inline struct dentry *user_path_create(int dfd, const char __user *pathname, in user_path_create() function 3618 EXPORT_SYMBOL(user_path_create); 3679 dentry = user_path_create(dfd, filename, &path, lookup_flags); in do_mknodat() 3756 dentry = user_path_create(dfd, pathname, &path, lookup_flags); in do_mkdirat() 4071 dentry = user_path_create(newdfd, newname, &path, lookup_flags); in do_symlinkat() 4218 new_dentry = user_path_create(newdfd, newname, &new_path, in do_linkat()
|
| /OK3568_Linux_fs/kernel/kernel/bpf/ |
| H A D | inode.c | 446 dentry = user_path_create(AT_FDCWD, pathname, &path, 0); in bpf_obj_do_pin()
|
| /OK3568_Linux_fs/kernel/fs/ocfs2/ |
| H A D | refcounttree.c | 4438 new_dentry = user_path_create(AT_FDCWD, newname, &new_path, 0); in ocfs2_reflink_ioctl()
|