Searched refs:end_creating_path (Results 1 – 5 of 5) sorted by relevance
| /linux/arch/powerpc/platforms/cell/spufs/ |
| H A D | syscalls.c | 74 end_creating_path(&path, dentry); in do_spu_create()
|
| /linux/fs/smb/server/ |
| H A D | vfs.c | 169 end_creating_path(&path, dentry); in ksmbd_vfs_create() 210 end_creating_path(&path, dentry); in ksmbd_vfs_mkdir() 647 end_creating_path(&newpath, dentry); in ksmbd_vfs_link()
|
| /linux/fs/ |
| H A D | namei.c | 4979 * end_creating_path - finish a code section started by start_creating_path() 4983 * end_creating_path() will unlock and locks taken by start_creating_path() 4987 * be passed to end_creating_path() together with the path. 4989 void end_creating_path(const struct path *path, struct dentry *dentry) in end_creating_path() 4995 EXPORT_SYMBOL(end_creating_path); 5195 end_creating_path(&path, dentry); in filename_mknodat() 5310 end_creating_path(&path, dentry); in filename_mkdirat() 5683 end_creating_path(&path, dentry); in filename_symlinkat() 5858 end_creating_path(&new_path, new_dentry); in filename_linkat() 4988 void end_creating_path(const struct path *path, struct dentry *dentry) end_creating_path() function
|
| /linux/kernel/bpf/ |
| H A D | inode.c | 529 end_creating_path(&path, dentry); in bpf_obj_get_user()
|
| /linux/net/unix/ |
| H A D | af_unix.c | 1403 end_creating_path(&parent, dentry); in unix_bind_bsd() 1413 end_creating_path(&parent, dentry); in unix_bind_bsd()
|