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

NAME

6       d_move - move a dentry
7

SYNOPSIS

9       void d_move(struct dentry * dentry, struct dentry * target);
10

ARGUMENTS

12       dentry
13           entry to move
14
15       target
16           new dentry
17

DESCRIPTION

19       Update the dcache to reflect the move of a file name. Negative dcache
20       entries should not be moved in this way.
21
23Kernel Hackers Manual 2.6.         June 2019                         D_MOVE(9)
Impressum