Home
last modified time | relevance | path

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

/Linux-v5.10/arch/powerpc/platforms/cell/spufs/
Dsyscalls.c70 dentry = user_path_create(AT_FDCWD, pathname, &path, LOOKUP_DIRECTORY); in do_spu_create()
/Linux-v5.10/include/linux/
Dnamei.h65 extern struct dentry *user_path_create(int, const char __user *, struct path *, unsigned int);
/Linux-v5.10/fs/
Dnamei.c3522 inline struct dentry *user_path_create(int dfd, const char __user *pathname, in user_path_create() function
3527 EXPORT_SYMBOL(user_path_create);
3588 dentry = user_path_create(dfd, filename, &path, lookup_flags); in do_mknodat()
3665 dentry = user_path_create(dfd, pathname, &path, lookup_flags); in do_mkdirat()
3980 dentry = user_path_create(newdfd, newname, &path, lookup_flags); in do_symlinkat()
4127 new_dentry = user_path_create(newdfd, newname, &new_path, in do_linkat()
/Linux-v5.10/kernel/bpf/
Dinode.c446 dentry = user_path_create(AT_FDCWD, pathname, &path, 0); in bpf_obj_do_pin()
/Linux-v5.10/fs/ocfs2/
Drefcounttree.c4438 new_dentry = user_path_create(AT_FDCWD, newname, &new_path, 0); in ocfs2_reflink_ioctl()