Searched refs:d_iput (Results 1 – 9 of 9) sorted by relevance
/linux-3.4.99/include/linux/ |
D | dcache.h | 141 void (*d_iput)(struct dentry *, struct inode *); member
|
/linux-3.4.99/fs/ |
D | dcache.c | 259 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/ |
D | dcache.c | 536 .d_iput = ocfs2_dentry_iput,
|
/linux-3.4.99/Documentation/filesystems/ |
D | Locking | 20 void (*d_iput)(struct dentry *, struct inode *); 33 d_iput: no no yes no
|
D | vfs.txt | 895 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/ |
D | dir.c | 348 .d_iput = sysfs_dentry_iput,
|
/linux-3.4.99/fs/nfs/ |
D | dir.c | 1264 .d_iput = nfs_dentry_iput, 1339 .d_iput = nfs_dentry_iput,
|
/linux-3.4.99/fs/configfs/ |
D | dir.c | 88 .d_iput = configfs_d_iput,
|
/linux-3.4.99/kernel/ |
D | cgroup.c | 1477 .d_iput = cgroup_diput, in cgroup_get_rootdir()
|