Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/ocfs2/
H A Ddcache.c471 .d_iput = ocfs2_dentry_iput,
/OK3568_Linux_fs/kernel/include/linux/
H A Ddcache.h149 void (*d_iput)(struct dentry *, struct inode *); member
/OK3568_Linux_fs/kernel/Documentation/filesystems/
H A Dlocking.rst28 void (*d_iput)(struct dentry *, struct inode *);
47 d_iput: no no yes no
H A Dvfs.rst1162 void (*d_iput)(struct dentry *, struct inode *);
1247 ``d_iput``
1363 d_iput() method is called). If there are other references, then
/OK3568_Linux_fs/kernel/fs/nfs/
H A Ddir.c1544 .d_iput = nfs_dentry_iput,
1625 .d_iput = nfs_dentry_iput,
/OK3568_Linux_fs/kernel/fs/
H A Ddcache.c371 if (dentry->d_op && dentry->d_op->d_iput) in dentry_unlink_inode()
372 dentry->d_op->d_iput(dentry, inode); in dentry_unlink_inode()
/OK3568_Linux_fs/kernel/fs/configfs/
H A Ddir.c71 .d_iput = configfs_d_iput,
/OK3568_Linux_fs/kernel/fs/afs/
H A Ddir.c85 .d_iput = afs_d_iput,