Query: d_invalidate
OS: centos
Section: 9
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
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 3.10 June 2014 D_INVALIDATE(9)