Home
last modified time | relevance | path

Searched refs:d_iput (Results 1 – 7 of 7) sorted by relevance

/Linux-v4.19/fs/ocfs2/
Ddcache.c473 .d_iput = ocfs2_dentry_iput,
/Linux-v4.19/include/linux/
Ddcache.h144 void (*d_iput)(struct dentry *, struct inode *); member
/Linux-v4.19/Documentation/filesystems/
DLocking20 void (*d_iput)(struct dentry *, struct inode *);
36 d_iput: no no yes no
Dvfs.txt1005 void (*d_iput)(struct dentry *, struct inode *);
1079 d_iput: called when a dentry loses its inode (just prior to its
1180 (the d_iput() method is called). If there are other
/Linux-v4.19/fs/
Ddcache.c371 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-v4.19/fs/nfs/
Ddir.c1335 .d_iput = nfs_dentry_iput,
1414 .d_iput = nfs_dentry_iput,
/Linux-v4.19/fs/configfs/
Ddir.c79 .d_iput = configfs_d_iput,