d_move(9) suse man page | unix.com

Man Page: d_move

Operating Environment: suse

Section: 9

D_MOVE(9)							   The Linux VFS							 D_MOVE(9)

NAME
d_move - move a dentry
SYNOPSIS
void d_move(struct dentry * dentry, struct dentry * target);
ARGUMENTS
dentry entry to move target new dentry
DESCRIPTION
Update the dcache to reflect the move of a file name. Negative dcache entries should not be moved in this way.
COPYRIGHT
Kernel Hackers Manual 2.6. July 2010 D_MOVE(9)
Related Man Pages
debugfs_create_u64(9) - centos
debugfs_create_bool(9) - centos
securityfs_create_file(9) - centos
debugfs_create_u64(9) - suse
securityfs_create_file(9) - suse
Similar Topics in the Unix Linux Community
How I can find the last file created and move it to a directory?
How Create new directory and move files to that directory.?
Help with detect with regex and move script
Shell script cannot create directory and move the file to that directory
Help with file compare and move script