1D_INVALIDATE(9)                  The Linux VFS                 D_INVALIDATE(9)
2
3
4

NAME

6       d_invalidate - invalidate a dentry
7

SYNOPSIS

9       int d_invalidate(struct dentry * dentry);
10

ARGUMENTS

12       dentry
13           dentry to invalidate
14

DESCRIPTION

16       Try to invalidate the dentry if it turns out to be possible. If there
17       are other dentries that can be reached through this one we canĀ“t delete
18       it and we return -EBUSY. On success we return 0.
19
20       no dcache lock.
21
23Kernel Hackers Manual 2.6.         June 2019                   D_INVALIDATE(9)
Impressum