Home
last modified time | relevance | path

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

/linux-4.1.27/fs/ocfs2/
Ddcache.c473 .d_iput = ocfs2_dentry_iput,
/linux-4.1.27/drivers/staging/lustre/lustre/llite/
Ddcache.c361 .d_iput = ll_d_iput,
/linux-4.1.27/include/linux/
Ddcache.h159 void (*d_iput)(struct dentry *, struct inode *); member
/linux-4.1.27/fs/
Ddcache.c342 if (dentry->d_op && dentry->d_op->d_iput) in dentry_iput()
343 dentry->d_op->d_iput(dentry, inode); in dentry_iput()
369 if (dentry->d_op && dentry->d_op->d_iput) in dentry_unlink_inode()
370 dentry->d_op->d_iput(dentry, inode); in dentry_unlink_inode()
/linux-4.1.27/Documentation/filesystems/
DLocking19 void (*d_iput)(struct dentry *, struct inode *);
33 d_iput: no no yes no
Dvfs.txt931 void (*d_iput)(struct dentry *, struct inode *);
1002 d_iput: called when a dentry loses its inode (just prior to its
1092 (the d_iput() method is called). If there are other
/linux-4.1.27/fs/nfs/
Ddir.c1352 .d_iput = nfs_dentry_iput,
1439 .d_iput = nfs_dentry_iput,
/linux-4.1.27/fs/configfs/
Ddir.c79 .d_iput = configfs_d_iput,