debugfs_rename(9) centos man page | unix.com

Man Page: debugfs_rename

Operating Environment: centos

Section: 9

DEBUGFS_RENAME(9)					      The debugfs filesystem						 DEBUGFS_RENAME(9)

NAME
debugfs_rename - rename a file/directory in the debugfs filesystem
SYNOPSIS
struct dentry * debugfs_rename(struct dentry * old_dir, struct dentry * old_dentry, struct dentry * new_dir, const char * new_name);
ARGUMENTS
old_dir a pointer to the parent dentry for the renamed object. This should be a directory dentry. old_dentry dentry of an object to be renamed. new_dir a pointer to the parent dentry where the object should be moved. This should be a directory dentry. new_name a pointer to a string containing the target name.
DESCRIPTION
This function renames a file/directory in debugfs. The target must not exist for rename to succeed. This function will return a pointer to old_dentry (which is updated to reflect renaming) if it succeeds. If an error occurs, NULL will be returned. If debugfs is not enabled in the kernel, the value -ENODEV will be returned.
COPYRIGHT
Kernel Hackers Manual 3.10 June 2014 DEBUGFS_RENAME(9)
Related Man Pages
debugfs_create_u16(9) - centos
debugfs_create_u32(9) - centos
debugfs_create_u64(9) - centos
debugfs_create_blob(9) - centos
debugfs_create_u64(9) - suse
Similar Topics in the Unix Linux Community
Set hard block limit for user using quota
Best performance UNIX just for HOST Virtualization?
DB2 convert digits to binary format
Unsure why access time on a directory change isn't changing
CentOS 6 ran out of space, need to reclaim it