Home
last modified time | relevance | path

Searched refs:d_add (Results 1 – 13 of 13) sorted by relevance

/linux/fs/tracefs/
H A Devent_inode.c396 d_add(dentry, inode); in lookup_file()
427 d_add(dentry, inode); in lookup_dir_entry()
/linux/include/linux/
H A Ddcache.h284 extern void d_add(struct dentry *, struct inode *);
/linux/fs/configfs/
H A Ddir.c504 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 Drust_binderfs.c434 d_add(dentry, inode); in binderfs_binder_ctl_create()
/linux/fs/smb/client/
H A Ddir.c444 d_add(direntry, newinode);
/linux/Documentation/filesystems/
H A Dporting.rst679 * 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 Dvfs.rst513 method must call d_add() to insert the found inode into the
1478 ``d_add``
/linux/fs/ceph/
H A Ddir.c772 d_add(dentry, NULL); in ceph_finish_lookup()
843 d_add(dentry, NULL); in ceph_lookup()
H A Dinode.c1776 d_add(dn, NULL); in ceph_fill_trace()
/linux/fs/ecryptfs/
H A Dinode.c355 d_add(dentry, NULL); in ecryptfs_lookup_interpose()
/linux/fs/
H A Ddcache.c2776 void d_add(struct dentry *entry, struct inode *inode) in d_add() function
2784 EXPORT_SYMBOL(d_add);
H A Dlibfs.c81 d_add(dentry, NULL); in simple_lookup()
/linux/fs/nfs/
H A Ddir.c2705 d_add(dentry, inode); in nfs_link()