Searched refs:d_iput (Results 1 – 8 of 8) sorted by relevance
/linux-4.1.27/fs/ocfs2/ |
D | dcache.c | 473 .d_iput = ocfs2_dentry_iput,
|
/linux-4.1.27/drivers/staging/lustre/lustre/llite/ |
D | dcache.c | 361 .d_iput = ll_d_iput,
|
/linux-4.1.27/include/linux/ |
D | dcache.h | 159 void (*d_iput)(struct dentry *, struct inode *); member
|
/linux-4.1.27/fs/ |
D | dcache.c | 342 if (dentry->d_op && dentry->d_op->d_iput) in dentry_iput() 343 dentry->d_op->d_iput(dentry, inode); in dentry_iput() 369 if (dentry->d_op && dentry->d_op->d_iput) in dentry_unlink_inode() 370 dentry->d_op->d_iput(dentry, inode); in dentry_unlink_inode()
|
/linux-4.1.27/Documentation/filesystems/ |
D | Locking | 19 void (*d_iput)(struct dentry *, struct inode *); 33 d_iput: no no yes no
|
D | vfs.txt | 931 void (*d_iput)(struct dentry *, struct inode *); 1002 d_iput: called when a dentry loses its inode (just prior to its 1092 (the d_iput() method is called). If there are other
|
/linux-4.1.27/fs/nfs/ |
D | dir.c | 1352 .d_iput = nfs_dentry_iput, 1439 .d_iput = nfs_dentry_iput,
|
/linux-4.1.27/fs/configfs/ |
D | dir.c | 79 .d_iput = configfs_d_iput,
|