Home
last modified time | relevance | path

Searched refs:d_iput (Results 1 - 12 of 12) sorted by relevance

/kernel/linux/linux-5.10/fs/ocfs2/
H A Ddcache.c471 .d_iput = ocfs2_dentry_iput,
/kernel/linux/linux-5.10/include/linux/
H A Ddcache.h145 void (*d_iput)(struct dentry *, struct inode *); member
/kernel/linux/linux-6.6/fs/ocfs2/
H A Ddcache.c469 .d_iput = ocfs2_dentry_iput,
/kernel/linux/linux-6.6/include/linux/
H A Ddcache.h138 void (*d_iput)(struct dentry *, struct inode *); member
/kernel/linux/linux-5.10/fs/
H A Ddcache.c355 * d_iput() operation if defined.
371 if (dentry->d_op && dentry->d_op->d_iput)
372 dentry->d_op->d_iput(dentry, inode);
/kernel/linux/linux-5.10/fs/nfs/
H A Ddir.c1485 /* Unhash it, so that ->d_iput() would be called */ in nfs_dentry_delete()
1544 .d_iput = nfs_dentry_iput,
1625 .d_iput = nfs_dentry_iput,
/kernel/linux/linux-6.6/fs/
H A Ddcache.c382 * d_iput() operation if defined.
398 if (dentry->d_op && dentry->d_op->d_iput)
399 dentry->d_op->d_iput(dentry, inode);
/kernel/linux/linux-6.6/fs/nfs/
H A Ddir.c1870 /* Unhash it, so that ->d_iput() would be called */ in nfs_dentry_delete()
1924 .d_iput = nfs_dentry_iput,
2009 .d_iput = nfs_dentry_iput,
/kernel/linux/linux-5.10/fs/configfs/
H A Ddir.c71 .d_iput = configfs_d_iput,
/kernel/linux/linux-6.6/fs/configfs/
H A Ddir.c69 .d_iput = configfs_d_iput,
/kernel/linux/linux-5.10/fs/afs/
H A Ddir.c85 .d_iput = afs_d_iput,
/kernel/linux/linux-6.6/fs/afs/
H A Ddir.c88 .d_iput = afs_d_iput,

Completed in 28 milliseconds