Home
last modified time | relevance | path

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

/Linux-v5.15/fs/ocfs2/
Ddcache.c469 .d_iput = ocfs2_dentry_iput,
/Linux-v5.15/include/linux/
Ddcache.h147 void (*d_iput)(struct dentry *, struct inode *); member
/Linux-v5.15/Documentation/filesystems/
Dlocking.rst28 void (*d_iput)(struct dentry *, struct inode *);
47 d_iput: no no yes no
Dvfs.rst1181 void (*d_iput)(struct dentry *, struct inode *);
1266 ``d_iput``
1382 d_iput() method is called). If there are other references, then
/Linux-v5.15/fs/
Ddcache.c373 if (dentry->d_op && dentry->d_op->d_iput) in dentry_unlink_inode()
374 dentry->d_op->d_iput(dentry, inode); in dentry_unlink_inode()
/Linux-v5.15/fs/nfs/
Ddir.c1750 .d_iput = nfs_dentry_iput,
1831 .d_iput = nfs_dentry_iput,
/Linux-v5.15/fs/configfs/
Ddir.c61 .d_iput = configfs_d_iput,
/Linux-v5.15/fs/afs/
Ddir.c86 .d_iput = afs_d_iput,