Searched refs:end_creating_path (Results 1 – 10 of 10) sorted by relevance
/linux/fs/ |
H A D | init.c | 161 end_creating_path(&path, dentry); in init_mknod() 194 end_creating_path(&new_path, new_dentry); in init_link() 213 end_creating_path(&path, dentry); in init_symlink() 240 end_creating_path(&path, dentry); in init_mkdir()
|
H A D | namei.c | 4259 void end_creating_path(const struct path *path, struct dentry *dentry) in end_creating_path() function 4267 EXPORT_SYMBOL(end_creating_path); 4387 end_creating_path(&path, dentry); in do_mknodat() 4491 end_creating_path(&path, dentry); in do_mkdirat() 4845 end_creating_path(&path, dentry); in do_symlinkat() 5014 end_creating_path(&new_path, new_dentry); in do_linkat()
|
/linux/include/linux/ |
H A D | namei.h | 64 extern void end_creating_path(const struct path *, struct dentry *); 69 end_creating_path(path, dentry); in end_removing_path()
|
/linux/arch/powerpc/platforms/cell/spufs/ |
H A D | syscalls.c | 74 end_creating_path(&path, dentry); in do_spu_create()
|
/linux/drivers/base/ |
H A D | devtmpfs.c | 187 end_creating_path(&path, dentry); in dev_mkdir() 249 end_creating_path(&path, dentry); in handle_create()
|
/linux/fs/smb/server/ |
H A D | vfs.c | 200 end_creating_path(&path, dentry); in ksmbd_vfs_create() 241 end_creating_path(&path, dentry); in ksmbd_vfs_mkdir() 673 end_creating_path(&newpath, dentry); in ksmbd_vfs_link()
|
/linux/kernel/bpf/ |
H A D | inode.c | 474 end_creating_path(&path, dentry); in bpf_obj_do_pin()
|
/linux/net/unix/ |
H A D | af_unix.c | 1420 end_creating_path(&parent, dentry); in unix_bind_bsd() 1430 end_creating_path(&parent, dentry); in unix_bind_bsd()
|
/linux/Documentation/filesystems/ |
H A D | porting.rst | 1299 - done_path_create -> end_creating_path
|
/linux/fs/ocfs2/ |
H A D | refcounttree.c | 4438 end_creating_path(&new_path, new_dentry); in ocfs2_reflink_ioctl()
|