Home
last modified time | relevance | path

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

/openbmc/linux/fs/ocfs2/
H A Ddcache.c469 .d_iput = ocfs2_dentry_iput,
/openbmc/linux/include/linux/
H A Ddcache.h138 void (*d_iput)(struct dentry *, struct inode *); member
/openbmc/linux/Documentation/filesystems/
H A Dlocking.rst28 void (*d_iput)(struct dentry *, struct inode *);
47 d_iput: no no yes no
H A Dvfs.rst1263 void (*d_iput)(struct dentry *, struct inode *);
1348 ``d_iput``
1464 d_iput() method is called). If there are other references, then
/openbmc/linux/fs/
H A Ddcache.c402 if (dentry->d_op && dentry->d_op->d_iput) in dentry_unlink_inode()
403 dentry->d_op->d_iput(dentry, inode); in dentry_unlink_inode()
/openbmc/linux/fs/configfs/
H A Ddir.c69 .d_iput = configfs_d_iput,
/openbmc/linux/fs/nfs/
H A Ddir.c1947 .d_iput = nfs_dentry_iput,
2032 .d_iput = nfs_dentry_iput,
/openbmc/linux/fs/afs/
H A Ddir.c89 .d_iput = afs_d_iput,