Searched refs:d_iput (Results 1 – 8 of 8) sorted by relevance
/linux-4.4.14/fs/ocfs2/ |
D | dcache.c | 473 .d_iput = ocfs2_dentry_iput,
|
/linux-4.4.14/drivers/staging/lustre/lustre/llite/ |
D | dcache.c | 359 .d_iput = ll_d_iput,
|
/linux-4.4.14/include/linux/ |
D | dcache.h | 159 void (*d_iput)(struct dentry *, struct inode *); member
|
/linux-4.4.14/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.4.14/Documentation/filesystems/ |
D | Locking | 19 void (*d_iput)(struct dentry *, struct inode *); 33 d_iput: no no yes no
|
D | vfs.txt | 938 void (*d_iput)(struct dentry *, struct inode *); 1009 d_iput: called when a dentry loses its inode (just prior to its 1099 (the d_iput() method is called). If there are other
|
/linux-4.4.14/fs/nfs/ |
D | dir.c | 1344 .d_iput = nfs_dentry_iput, 1431 .d_iput = nfs_dentry_iput,
|
/linux-4.4.14/fs/configfs/ |
D | dir.c | 79 .d_iput = configfs_d_iput,
|