Query: sysfs_rename_link
OS: centos
Section: 9
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
SYSFS_RENAME_LINK(9) The Filesystem for Exporting K SYSFS_RENAME_LINK(9)NAMEsysfs_rename_link - rename symlink in object's directory.SYNOPSISint sysfs_rename_link(struct kobject * kobj, struct kobject * targ, const char * old, const char * new);ARGUMENTSkobj object we're acting for. targ object we're pointing to. old previous name of the symlink. new new name of the symlink.DESCRIPTIONA helper function for the common rename symlink idiom.COPYRIGHTKernel Hackers Manual 3.10 June 2014 SYSFS_RENAME_LINK(9)