Searched refs:d_iput (Results 1 - 6 of 6) sorted by relevance

/linux-master/fs/ocfs2/
H A Ddcache.c462 .d_iput = ocfs2_dentry_iput,
/linux-master/include/linux/
H A Ddcache.h143 void (*d_iput)(struct dentry *, struct inode *); member in struct:dentry_operations
/linux-master/fs/
H A Ddcache.c381 * d_iput() operation if defined.
397 if (dentry->d_op && dentry->d_op->d_iput)
398 dentry->d_op->d_iput(dentry, inode);
/linux-master/fs/configfs/
H A Ddir.c69 .d_iput = configfs_d_iput,
/linux-master/fs/nfs/
H A Ddir.c1870 /* Unhash it, so that ->d_iput() would be called */
1924 .d_iput = nfs_dentry_iput,
2009 .d_iput = nfs_dentry_iput,
/linux-master/fs/afs/
H A Ddir.c88 .d_iput = afs_d_iput,

Completed in 130 milliseconds