Home
last modified time | relevance | path

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

/linux-2.4.37.9/fs/hfs/
Dsysdep.c31 d_iput: hfs_dentry_iput,
DChangeLog137 use d_iput to uncache dentry from catalog entry instead of relying
/linux-2.4.37.9/include/linux/
Ddcache.h93 void (*d_iput)(struct dentry *, struct inode *); member
/linux-2.4.37.9/fs/
Ddcache.c83 if (dentry->d_op && dentry->d_op->d_iput) in dentry_iput()
84 dentry->d_op->d_iput(dentry, inode); in dentry_iput()
/linux-2.4.37.9/Documentation/filesystems/
DLocking17 void (*d_iput)(struct dentry *, struct inode *);
27 d_iput: no yes
Dvfs.txt410 void (*d_iput)(struct dentry *, struct inode *);
428 d_iput: called when a dentry looses its inode (just prior to its
459 (the d_iput() method is called). If there are other
/linux-2.4.37.9/fs/nfs/
Ddir.c576 d_iput: nfs_dentry_iput,
/linux-2.4.37.9/fs/devfs/
Dbase.c2878 .d_iput = devfs_d_iput,
2887 .d_iput = devfs_d_iput,