Searched refs:done_path_create (Results 1 – 7 of 7) sorted by relevance
/Linux-v5.4/arch/powerpc/platforms/cell/spufs/ |
D | syscalls.c | 74 done_path_create(&path, dentry); in do_spu_create()
|
/Linux-v5.4/include/linux/ |
D | namei.h | 56 extern void done_path_create(struct path *, struct dentry *);
|
/Linux-v5.4/drivers/base/ |
D | devtmpfs.c | 178 done_path_create(&path, dentry); in dev_mkdir() 239 done_path_create(&path, dentry); in handle_create()
|
/Linux-v5.4/kernel/bpf/ |
D | inode.c | 419 done_path_create(&path, dentry); in bpf_obj_do_pin()
|
/Linux-v5.4/fs/ |
D | namei.c | 3672 void done_path_create(struct path *path, struct dentry *dentry) in done_path_create() function 3679 EXPORT_SYMBOL(done_path_create); 3769 done_path_create(&path, dentry); in do_mknodat() 3831 done_path_create(&path, dentry); in do_mkdirat() 4147 done_path_create(&path, dentry); in do_symlinkat() 4303 done_path_create(&new_path, new_dentry); in do_linkat()
|
/Linux-v5.4/net/unix/ |
D | af_unix.c | 979 done_path_create(&path, dentry); in unix_mknod()
|
/Linux-v5.4/fs/ocfs2/ |
D | refcounttree.c | 4453 done_path_create(&new_path, new_dentry); in ocfs2_reflink_ioctl()
|