Searched refs:d_iput (Results 1 – 8 of 8) sorted by relevance
| /Linux-v5.4/fs/ocfs2/ |
| D | dcache.c | 471 .d_iput = ocfs2_dentry_iput,
|
| /Linux-v5.4/include/linux/ |
| D | dcache.h | 145 void (*d_iput)(struct dentry *, struct inode *); member
|
| /Linux-v5.4/Documentation/filesystems/ |
| D | locking.rst | 28 void (*d_iput)(struct dentry *, struct inode *); 47 d_iput: no no yes no
|
| D | vfs.rst | 1147 void (*d_iput)(struct dentry *, struct inode *); 1232 ``d_iput`` 1348 d_iput() method is called). If there are other references, then
|
| /Linux-v5.4/fs/ |
| D | dcache.c | 371 if (dentry->d_op && dentry->d_op->d_iput) in dentry_unlink_inode() 372 dentry->d_op->d_iput(dentry, inode); in dentry_unlink_inode()
|
| /Linux-v5.4/fs/nfs/ |
| D | dir.c | 1372 .d_iput = nfs_dentry_iput, 1451 .d_iput = nfs_dentry_iput,
|
| /Linux-v5.4/fs/configfs/ |
| D | dir.c | 63 .d_iput = configfs_d_iput,
|
| /Linux-v5.4/fs/afs/ |
| D | dir.c | 86 .d_iput = afs_d_iput,
|