Home
last modified time | relevance | path

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

/linux-6.15/fs/ocfs2/
H A Ddcache.c458 .d_iput = ocfs2_dentry_iput,
/linux-6.15/include/linux/
H A Ddcache.h158 void (*d_iput)(struct dentry *, struct inode *); member
/linux-6.15/Documentation/filesystems/
H A Dlocking.rst29 void (*d_iput)(struct dentry *, struct inode *);
50 d_iput: no no yes no
H A Dvfs.rst1282 void (*d_iput)(struct dentry *, struct inode *);
1369 ``d_iput``
1502 d_iput() method is called). If there are other references, then
H A Dporting.rst1117 ->d_iput() and ->d_release() are called with victim dentry still in the
/linux-6.15/fs/
H A Ddcache.c454 if (dentry->d_op && dentry->d_op->d_iput) in dentry_unlink_inode()
455 dentry->d_op->d_iput(dentry, inode); in dentry_unlink_inode()
/linux-6.15/fs/configfs/
H A Ddir.c69 .d_iput = configfs_d_iput,
/linux-6.15/fs/nfs/
H A Ddir.c1940 .d_iput = nfs_dentry_iput,
2027 .d_iput = nfs_dentry_iput,
/linux-6.15/fs/afs/
H A Ddir.c79 .d_iput = afs_d_iput,