Searched refs:user_path_create (Results  1 – 4 of 4) sorted by relevance
| /linux-4.1.27/arch/powerpc/platforms/cell/spufs/ | 
| D | syscalls.c | 69 	dentry = user_path_create(AT_FDCWD, pathname, &path, LOOKUP_DIRECTORY);  in do_spu_create()
  | 
| /linux-4.1.27/include/linux/ | 
| D | namei.h | 59 extern struct dentry *user_path_create(int, const char __user *, struct path *, unsigned int);
  | 
| /linux-4.1.27/fs/ | 
| D | namei.c | 3440 struct dentry *user_path_create(int dfd, const char __user *pathname,  in user_path_create()  function 3451 EXPORT_SYMBOL(user_path_create); 3510 	dentry = user_path_create(dfd, filename, &path, lookup_flags);  in SYSCALL_DEFINE4() 3579 	dentry = user_path_create(dfd, pathname, &path, lookup_flags);  in SYSCALL_DEFINE3() 3912 	dentry = user_path_create(newdfd, newname, &path, lookup_flags);  in SYSCALL_DEFINE3() 4046 	new_dentry = user_path_create(newdfd, newname, &new_path,  in SYSCALL_DEFINE5()
  | 
| /linux-4.1.27/fs/ocfs2/ | 
| D | refcounttree.c | 4439 	new_dentry = user_path_create(AT_FDCWD, newname, &new_path, 0);  in ocfs2_reflink_ioctl()
  |