Home
last modified time | relevance | path

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

/linux/fs/ocfs2/
A Ddcache.c469 .d_iput = ocfs2_dentry_iput,
/linux/include/linux/
A Ddcache.h147 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.rst1181 void (*d_iput)(struct dentry *, struct inode *);
1266 ``d_iput``
1382 d_iput() method is called). If there are other references, then
/linux/fs/
A 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/fs/nfs/
A Ddir.c1741 .d_iput = nfs_dentry_iput,
1815 .d_iput = nfs_dentry_iput,
/linux/fs/configfs/
A Ddir.c61 .d_iput = configfs_d_iput,
/linux/fs/afs/
A Ddir.c86 .d_iput = afs_d_iput,

Completed in 25 milliseconds