suse man page for debugfs_rename

Query: debugfs_rename

OS: suse

Section: 9

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

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 2.6. July 2010 DEBUGFS_RENAME(9)
Related Man Pages
debugfs_create_blob(9) - centos
debugfs_create_bool(9) - suse
debugfs_create_blob(9) - suse
debugfs_create_u32(9) - suse
debugfs_create_u8(9) - suse
Similar Topics in the Unix Linux Community
How to restrict user to a specific directory in solaris 10
Is UNIX an open source OS ?
Cut command on RHEL 6.8 compatibility issues
Tar Command
32 bit process addressing more than 4GB