Home
last modified time | relevance | path

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

/fs/
Dnamei.c3694 inline struct dentry *user_path_create(int dfd, const char __user *pathname, in user_path_create() function
3699 EXPORT_SYMBOL(user_path_create);
3764 dentry = user_path_create(dfd, filename, &path, lookup_flags); in SYSCALL_DEFINE4()
3841 dentry = user_path_create(dfd, pathname, &path, lookup_flags); in SYSCALL_DEFINE3()
4171 dentry = user_path_create(newdfd, newname, &path, lookup_flags); in SYSCALL_DEFINE3()
4318 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()