Home
last modified time | relevance | path

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

/Linux-v5.10/fs/ocfs2/
Ddcache.c471 .d_iput = ocfs2_dentry_iput,
/Linux-v5.10/include/linux/
Ddcache.h145 void (*d_iput)(struct dentry *, struct inode *); member
/Linux-v5.10/Documentation/filesystems/
Dlocking.rst28 void (*d_iput)(struct dentry *, struct inode *);
47 d_iput: no no yes no
Dvfs.rst1162 void (*d_iput)(struct dentry *, struct inode *);
1247 ``d_iput``
1363 d_iput() method is called). If there are other references, then
/Linux-v5.10/fs/
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()
/Linux-v5.10/fs/nfs/
Ddir.c1534 .d_iput = nfs_dentry_iput,
1615 .d_iput = nfs_dentry_iput,
/Linux-v5.10/fs/configfs/
Ddir.c63 .d_iput = configfs_d_iput,
/Linux-v5.10/fs/afs/
Ddir.c86 .d_iput = afs_d_iput,