Searched refs:user_path_create (Results 1 - 4 of 4) sorted by relevance

/linux-4.4.14/arch/powerpc/platforms/cell/spufs/
H A Dsyscalls.c69 dentry = user_path_create(AT_FDCWD, pathname, &path, LOOKUP_DIRECTORY); do_spu_create()
/linux-4.4.14/include/linux/
H A Dnamei.h74 extern struct dentry *user_path_create(int, const char __user *, struct path *, unsigned int);
/linux-4.4.14/fs/
H A Dnamei.c3480 inline struct dentry *user_path_create(int dfd, const char __user *pathname, user_path_create() function
3485 EXPORT_SYMBOL(user_path_create); variable
3544 dentry = user_path_create(dfd, filename, &path, lookup_flags); SYSCALL_DEFINE4()
3613 dentry = user_path_create(dfd, pathname, &path, lookup_flags); SYSCALL_DEFINE3()
3950 dentry = user_path_create(newdfd, newname, &path, lookup_flags); SYSCALL_DEFINE3()
4084 new_dentry = user_path_create(newdfd, newname, &new_path, SYSCALL_DEFINE5()
/linux-4.4.14/fs/ocfs2/
H A Drefcounttree.c4422 new_dentry = user_path_create(AT_FDCWD, newname, &new_path, 0); ocfs2_reflink_ioctl()

Completed in 207 milliseconds