Searched refs:done_path_create (Results 1 – 7 of 7) sorted by relevance
/Linux-v4.19/arch/powerpc/platforms/cell/spufs/ |
D | syscalls.c | 74 done_path_create(&path, dentry); in do_spu_create()
|
/Linux-v4.19/include/linux/ |
D | namei.h | 80 extern void done_path_create(struct path *, struct dentry *);
|
/Linux-v4.19/drivers/base/ |
D | devtmpfs.c | 165 done_path_create(&path, dentry); in dev_mkdir() 226 done_path_create(&path, dentry); in handle_create()
|
/Linux-v4.19/kernel/bpf/ |
D | inode.c | 421 done_path_create(&path, dentry); in bpf_obj_do_pin()
|
/Linux-v4.19/fs/ |
D | namei.c | 3681 void done_path_create(struct path *path, struct dentry *dentry) in done_path_create() function 3688 EXPORT_SYMBOL(done_path_create); 3779 done_path_create(&path, dentry); in do_mknodat() 3841 done_path_create(&path, dentry); in do_mkdirat() 4155 done_path_create(&path, dentry); in do_symlinkat() 4311 done_path_create(&new_path, new_dentry); in do_linkat()
|
/Linux-v4.19/net/unix/ |
D | af_unix.c | 980 done_path_create(&path, dentry); in unix_mknod()
|
/Linux-v4.19/fs/ocfs2/ |
D | refcounttree.c | 4463 done_path_create(&new_path, new_dentry); in ocfs2_reflink_ioctl()
|