Home
last modified time | relevance | path

Searched refs:user_path_create (Results 1 – 2 of 2) sorted by relevance

/fs/
Dnamei.c3569 inline struct dentry *user_path_create(int dfd, const char __user *pathname, in user_path_create() function
3574 EXPORT_SYMBOL(user_path_create);
3639 dentry = user_path_create(dfd, filename, &path, lookup_flags); in SYSCALL_DEFINE4()
3714 dentry = user_path_create(dfd, pathname, &path, lookup_flags); in SYSCALL_DEFINE3()
4069 dentry = user_path_create(newdfd, newname, &path, lookup_flags); in SYSCALL_DEFINE3()
4209 new_dentry = user_path_create(newdfd, newname, &new_path, in SYSCALL_DEFINE5()
/fs/ocfs2/
Drefcounttree.c4422 new_dentry = user_path_create(AT_FDCWD, newname, &new_path, 0); in ocfs2_reflink_ioctl()