1D_MOVE(9) The Linux VFS D_MOVE(9)
23
4
NAME
6d_move - move a dentry
7
SYNOPSIS
9void d_move(struct dentry * dentry, struct dentry * target);
10
ARGUMENTS
12dentry
13entry to move
1415
target
16new dentry
17
DESCRIPTION
19Update the dcache to reflect the move of a file name. Negative dcache
20entries should not be moved in this way.
21
COPYRIGHT
23Kernel Hackers Manual 2.6. June 2019 D_MOVE(9)