Searched refs:done_path_create (Results 1 – 7 of 7) sorted by relevance
/linux-4.4.14/arch/powerpc/platforms/cell/spufs/ |
D | syscalls.c | 73 done_path_create(&path, dentry); in do_spu_create()
|
/linux-4.4.14/include/linux/ |
D | namei.h | 75 extern void done_path_create(struct path *, struct dentry *);
|
/linux-4.4.14/drivers/base/ |
D | devtmpfs.c | 164 done_path_create(&path, dentry); in dev_mkdir() 225 done_path_create(&path, dentry); in handle_create()
|
/linux-4.4.14/kernel/bpf/ |
D | inode.c | 229 done_path_create(&path, dentry); in bpf_obj_do_pin()
|
/linux-4.4.14/fs/ |
D | namei.c | 3471 void done_path_create(struct path *path, struct dentry *dentry) in done_path_create() function 3478 EXPORT_SYMBOL(done_path_create); 3566 done_path_create(&path, dentry); in SYSCALL_DEFINE4() 3622 done_path_create(&path, dentry); in SYSCALL_DEFINE3() 3958 done_path_create(&path, dentry); in SYSCALL_DEFINE3() 4101 done_path_create(&new_path, new_dentry); in SYSCALL_DEFINE5()
|
/linux-4.4.14/net/unix/ |
D | af_unix.c | 1078 done_path_create(&path, dentry); in unix_bind()
|
/linux-4.4.14/fs/ocfs2/ |
D | refcounttree.c | 4439 done_path_create(&new_path, new_dentry); in ocfs2_reflink_ioctl()
|