Searched refs:d_iput (Results 1 – 9 of 9) sorted by relevance
| /linux-6.15/fs/ocfs2/ |
| H A D | dcache.c | 458 .d_iput = ocfs2_dentry_iput,
|
| /linux-6.15/include/linux/ |
| H A D | dcache.h | 158 void (*d_iput)(struct dentry *, struct inode *); member
|
| /linux-6.15/Documentation/filesystems/ |
| H A D | locking.rst | 29 void (*d_iput)(struct dentry *, struct inode *); 50 d_iput: no no yes no
|
| H A D | vfs.rst | 1282 void (*d_iput)(struct dentry *, struct inode *); 1369 ``d_iput`` 1502 d_iput() method is called). If there are other references, then
|
| H A D | porting.rst | 1117 ->d_iput() and ->d_release() are called with victim dentry still in the
|
| /linux-6.15/fs/ |
| H A D | dcache.c | 454 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 D | dir.c | 69 .d_iput = configfs_d_iput,
|
| /linux-6.15/fs/nfs/ |
| H A D | dir.c | 1940 .d_iput = nfs_dentry_iput, 2027 .d_iput = nfs_dentry_iput,
|
| /linux-6.15/fs/afs/ |
| H A D | dir.c | 79 .d_iput = afs_d_iput,
|