Searched refs:d_add (Results 1 – 13 of 13) sorted by relevance
| /linux/fs/tracefs/ |
| H A D | event_inode.c | 396 d_add(dentry, inode); in lookup_file() 427 d_add(dentry, inode); in lookup_dir_entry()
|
| /linux/include/linux/ |
| H A D | dcache.h | 284 extern void d_add(struct dentry *, struct inode *);
|
| /linux/fs/configfs/ |
| H A D | dir.c | 504 d_add(dentry, inode); in configfs_lookup() 709 d_add(child, NULL); in create_default_group() 1907 d_add(dentry, NULL); in configfs_register_subsystem()
|
| /linux/drivers/android/binder/ |
| H A D | rust_binderfs.c | 434 d_add(dentry, inode); in binderfs_binder_ctl_create()
|
| /linux/fs/smb/client/ |
| H A D | dir.c | 444 d_add(direntry, newinode);
|
| /linux/Documentation/filesystems/ |
| H A D | porting.rst | 679 * use d_instantiate) and d_rehash() separately - use d_add() or 681 * use d_rehash() alone - call d_add(new_dentry, NULL) instead. 686 been fed to d_add() or d_splice_alias(). Again, none of the 809 d_add(dentry, NULL); return NULL;), so that kind of special cases
|
| H A D | vfs.rst | 513 method must call d_add() to insert the found inode into the 1478 ``d_add``
|
| /linux/fs/ceph/ |
| H A D | dir.c | 772 d_add(dentry, NULL); in ceph_finish_lookup() 843 d_add(dentry, NULL); in ceph_lookup()
|
| H A D | inode.c | 1776 d_add(dn, NULL); in ceph_fill_trace()
|
| /linux/fs/ecryptfs/ |
| H A D | inode.c | 355 d_add(dentry, NULL); in ecryptfs_lookup_interpose()
|
| /linux/fs/ |
| H A D | dcache.c | 2776 void d_add(struct dentry *entry, struct inode *inode) in d_add() function 2784 EXPORT_SYMBOL(d_add);
|
| H A D | libfs.c | 81 d_add(dentry, NULL); in simple_lookup()
|
| /linux/fs/nfs/ |
| H A D | dir.c | 2705 d_add(dentry, inode); in nfs_link()
|