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

/linux-4.1.27/fs/ocfs2/
H A Ddcache.h38 * ->d_iput() anyway, so there should be minimal impact.
H A Ddcache.c473 .d_iput = ocfs2_dentry_iput,
H A Dnamei.c429 * also set d_op after success so that ->d_iput() will cleanup ocfs2_mknod()
1952 * also set d_op after success so that ->d_iput() will cleanup ocfs2_symlink()
/linux-4.1.27/drivers/staging/lustre/lustre/llite/
H A Ddcache.c361 .d_iput = ll_d_iput,
/linux-4.1.27/fs/nfs/
H A Ddir.c1297 /* Unhash it, so that ->d_iput() would be called */ nfs_dentry_delete()
1352 .d_iput = nfs_dentry_iput,
1439 .d_iput = nfs_dentry_iput,
/linux-4.1.27/include/linux/
H A Ddcache.h159 void (*d_iput)(struct dentry *, struct inode *); member in struct:dentry_operations
/linux-4.1.27/fs/
H A Ddcache.c327 * d_iput() operation if defined. Dentry has no refcount
342 if (dentry->d_op && dentry->d_op->d_iput)
343 dentry->d_op->d_iput(dentry, inode);
353 * d_iput() operation if defined. dentry remains in-use.
369 if (dentry->d_op && dentry->d_op->d_iput)
370 dentry->d_op->d_iput(dentry, inode);
/linux-4.1.27/fs/configfs/
H A Ddir.c79 .d_iput = configfs_d_iput,

Completed in 215 milliseconds