Searched refs:d_iput (Results 1 – 9 of 9) sorted by relevance
| /linux/fs/ocfs2/ |
| A D | dcache.c | 462 .d_iput = ocfs2_dentry_iput,
|
| /linux/include/linux/ |
| A D | dcache.h | 148 void (*d_iput)(struct dentry *, struct inode *); member
|
| /linux/Documentation/filesystems/ |
| A D | locking.rst | 28 void (*d_iput)(struct dentry *, struct inode *); 47 d_iput: no no yes no
|
| A D | vfs.rst | 1262 void (*d_iput)(struct dentry *, struct inode *); 1347 ``d_iput`` 1461 d_iput() method is called). If there are other references, then
|
| A D | porting.rst | 1117 ->d_iput() and ->d_release() are called with victim dentry still in the
|
| /linux/fs/ |
| A D | dcache.c | 409 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 D | dir.c | 69 .d_iput = configfs_d_iput,
|
| /linux/fs/nfs/ |
| A D | dir.c | 1949 .d_iput = nfs_dentry_iput, 2034 .d_iput = nfs_dentry_iput,
|
| /linux/fs/afs/ |
| A D | dir.c | 89 .d_iput = afs_d_iput,
|
Completed in 35 milliseconds