Home
last modified time | relevance | path

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

/fs/
Dnamei.c3802 inline struct dentry *user_path_create(int dfd, const char __user *pathname, in user_path_create() function
3807 EXPORT_SYMBOL(user_path_create);
3872 dentry = user_path_create(dfd, filename, &path, lookup_flags); in do_mknodat()
3955 dentry = user_path_create(dfd, pathname, &path, lookup_flags); in do_mkdirat()
4290 dentry = user_path_create(newdfd, newname, &path, lookup_flags); in do_symlinkat()
4443 new_dentry = user_path_create(newdfd, newname, &new_path, in do_linkat()
/fs/ocfs2/
Drefcounttree.c4436 new_dentry = user_path_create(AT_FDCWD, newname, &new_path, 0); in ocfs2_reflink_ioctl()