Searched refs:d_iput (Results 1 – 9 of 9) sorted by relevance
| /Linux-v6.6/fs/ocfs2/ |
| D | dcache.c | 469 .d_iput = ocfs2_dentry_iput,
|
| /Linux-v6.6/include/linux/ |
| D | dcache.h | 138 void (*d_iput)(struct dentry *, struct inode *); member
|
| /Linux-v6.6/fs/tracefs/ |
| D | inode.c | 393 .d_iput = tracefs_dentry_iput,
|
| /Linux-v6.6/Documentation/filesystems/ |
| D | locking.rst | 28 void (*d_iput)(struct dentry *, struct inode *); 47 d_iput: no no yes no
|
| D | vfs.rst | 1263 void (*d_iput)(struct dentry *, struct inode *); 1348 ``d_iput`` 1464 d_iput() method is called). If there are other references, then
|
| /Linux-v6.6/fs/ |
| D | dcache.c | 398 if (dentry->d_op && dentry->d_op->d_iput) in dentry_unlink_inode() 399 dentry->d_op->d_iput(dentry, inode); in dentry_unlink_inode()
|
| /Linux-v6.6/fs/configfs/ |
| D | dir.c | 69 .d_iput = configfs_d_iput,
|
| /Linux-v6.6/fs/nfs/ |
| D | dir.c | 1924 .d_iput = nfs_dentry_iput, 2009 .d_iput = nfs_dentry_iput,
|
| /Linux-v6.6/fs/afs/ |
| D | dir.c | 88 .d_iput = afs_d_iput,
|