1D_INVALIDATE(9) The Linux VFS D_INVALIDATE(9)
23
4
NAME
6d_invalidate - invalidate a dentry
7
SYNOPSIS
9int d_invalidate(struct dentry * dentry);
10
ARGUMENTS
12dentry
13dentry to invalidate
14
DESCRIPTION
16Try to invalidate the dentry if it turns out to be possible. If there
17are other dentries that can be reached through this one we canĀ“t delete
18it and we return -EBUSY. On success we return 0.
1920
no dcache lock.
21
COPYRIGHT
23Kernel Hackers Manual 2.6. June 2019 D_INVALIDATE(9)