Searched refs:d_instantiate_new (Results 1 – 9 of 9) sorted by relevance
| /linux/fs/orangefs/ |
| H A D | namei.c | 76 d_instantiate_new(dentry, inode); in orangefs_create() 282 d_instantiate_new(dentry, inode); in orangefs_symlink() 347 d_instantiate_new(dentry, inode); in orangefs_mkdir()
|
| /linux/fs/f2fs/ |
| H A D | namei.c | 387 d_instantiate_new(dentry, inode); in f2fs_create() 679 d_instantiate_new(dentry, inode); in f2fs_symlink() 743 d_instantiate_new(dentry, inode); in f2fs_mkdir() 797 d_instantiate_new(dentry, inode); in f2fs_mknod()
|
| /linux/include/linux/ |
| H A D | dcache.h | 239 extern void d_instantiate_new(struct dentry *, struct inode *);
|
| /linux/fs/ecryptfs/ |
| H A D | inode.c | 293 d_instantiate_new(ecryptfs_dentry, ecryptfs_inode); in ecryptfs_create()
|
| /linux/fs/ |
| H A D | dcache.c | 2025 void d_instantiate_new(struct dentry *entry, struct inode *inode) in d_instantiate_new() function 2040 EXPORT_SYMBOL(d_instantiate_new);
|
| /linux/Documentation/filesystems/ |
| H A D | vfs.rst | 542 call d_instantiate_new() just as you would in the create() method. 544 If d_instantiate_new() is not used and if the fh_to_dentry()
|
| H A D | porting.rst | 1199 In general, filesystems which use d_instantiate_new() to install the new
|
| /linux/fs/btrfs/ |
| H A D | inode.c | 6888 d_instantiate_new(dentry, inode); in btrfs_create_common() 9021 d_instantiate_new(dentry, inode); in btrfs_symlink()
|
| H A D | ioctl.c | 675 d_instantiate_new(dentry, new_inode_args.inode); in create_subvol()
|