D_INVALIDATE(9) The Linux VFS D_INVALIDATE(9)NAMEd_invalidate - invalidate a dentrySYNOPSISint d_invalidate(struct dentry * dentry);ARGUMENTSdentry dentry to invalidateDESCRIPTIONTry to invalidate the dentry if it turns out to be possible. If there are other dentries that can be reached through this one we can't delete it and we return -EBUSY. On success we return 0. no dcache lock.COPYRIGHTKernel Hackers Manual 2.6. July 2010 D_INVALIDATE(9)