Home
last modified time | relevance | path

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

/linux/fs/ocfs2/
A Ddcache.c462 .d_iput = ocfs2_dentry_iput,
/linux/include/linux/
A Ddcache.h148 void (*d_iput)(struct dentry *, struct inode *); member
/linux/Documentation/filesystems/
A Dlocking.rst28 void (*d_iput)(struct dentry *, struct inode *);
47 d_iput: no no yes no
A Dvfs.rst1262 void (*d_iput)(struct dentry *, struct inode *);
1347 ``d_iput``
1461 d_iput() method is called). If there are other references, then
A Dporting.rst1117 ->d_iput() and ->d_release() are called with victim dentry still in the
/linux/fs/
A Ddcache.c409 if (dentry->d_op && dentry->d_op->d_iput) in dentry_unlink_inode()
410 dentry->d_op->d_iput(dentry, inode); in dentry_unlink_inode()
/linux/fs/configfs/
A Ddir.c69 .d_iput = configfs_d_iput,
/linux/fs/nfs/
A Ddir.c1949 .d_iput = nfs_dentry_iput,
2034 .d_iput = nfs_dentry_iput,
/linux/fs/afs/
A Ddir.c89 .d_iput = afs_d_iput,

Completed in 35 milliseconds