Home
last modified time | relevance | path

Searched refs:d_iput (Results 1 – 9 of 9) sorted by relevance

/linux-3.4.99/include/linux/
Ddcache.h141 void (*d_iput)(struct dentry *, struct inode *); member
/linux-3.4.99/fs/
Ddcache.c259 if (dentry->d_op && dentry->d_op->d_iput) in dentry_iput()
260 dentry->d_op->d_iput(dentry, inode); in dentry_iput()
284 if (dentry->d_op && dentry->d_op->d_iput) in dentry_unlink_inode()
285 dentry->d_op->d_iput(dentry, inode); in dentry_unlink_inode()
965 if (dentry->d_op && dentry->d_op->d_iput) in shrink_dcache_for_umount_subtree()
966 dentry->d_op->d_iput(dentry, inode); in shrink_dcache_for_umount_subtree()
/linux-3.4.99/fs/ocfs2/
Ddcache.c536 .d_iput = ocfs2_dentry_iput,
/linux-3.4.99/Documentation/filesystems/
DLocking20 void (*d_iput)(struct dentry *, struct inode *);
33 d_iput: no no yes no
Dvfs.txt895 void (*d_iput)(struct dentry *, struct inode *);
948 d_iput: called when a dentry loses its inode (just prior to its
1037 (the d_iput() method is called). If there are other
/linux-3.4.99/fs/sysfs/
Ddir.c348 .d_iput = sysfs_dentry_iput,
/linux-3.4.99/fs/nfs/
Ddir.c1264 .d_iput = nfs_dentry_iput,
1339 .d_iput = nfs_dentry_iput,
/linux-3.4.99/fs/configfs/
Ddir.c88 .d_iput = configfs_d_iput,
/linux-3.4.99/kernel/
Dcgroup.c1477 .d_iput = cgroup_diput, in cgroup_get_rootdir()