Home
last modified time | relevance | path

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

/linux-4.4.14/fs/ocfs2/
Ddcache.c473 .d_iput = ocfs2_dentry_iput,
/linux-4.4.14/drivers/staging/lustre/lustre/llite/
Ddcache.c359 .d_iput = ll_d_iput,
/linux-4.4.14/include/linux/
Ddcache.h159 void (*d_iput)(struct dentry *, struct inode *); member
/linux-4.4.14/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.4.14/Documentation/filesystems/
DLocking19 void (*d_iput)(struct dentry *, struct inode *);
33 d_iput: no no yes no
Dvfs.txt938 void (*d_iput)(struct dentry *, struct inode *);
1009 d_iput: called when a dentry loses its inode (just prior to its
1099 (the d_iput() method is called). If there are other
/linux-4.4.14/fs/nfs/
Ddir.c1344 .d_iput = nfs_dentry_iput,
1431 .d_iput = nfs_dentry_iput,
/linux-4.4.14/fs/configfs/
Ddir.c79 .d_iput = configfs_d_iput,