'\" t .\" Title: sysfs_rename_link_ns .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author] .\" Generator: DocBook XSL Stylesheets v1.79.1 .\" Date: January 2017 .\" Manual: The Filesystem for Exporting Kernel Objects .\" Source: Kernel Hackers Manual 4.8.15 .\" Language: English .\" .TH "SYSFS_RENAME_LINK_NS" "9" "January 2017" "Kernel Hackers Manual 4\&.8\&." "The Filesystem for Exporting K" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .\" http://bugs.debian.org/507673 .\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .ie \n(.g .ds Aq \(aq .el .ds Aq ' .\" ----------------------------------------------------------------- .\" * set default formatting .\" ----------------------------------------------------------------- .\" disable hyphenation .nh .\" disable justification (adjust text to left margin only) .ad l .\" ----------------------------------------------------------------- .\" * MAIN CONTENT STARTS HERE * .\" ----------------------------------------------------------------- .SH "NAME" sysfs_rename_link_ns \- rename symlink in object\*(Aqs directory\&. .SH "SYNOPSIS" .HP \w'int\ sysfs_rename_link_ns('u .BI "int sysfs_rename_link_ns(struct\ kobject\ *\ " "kobj" ", struct\ kobject\ *\ " "targ" ", const\ char\ *\ " "old" ", const\ char\ *\ " "new" ", const\ void\ *\ " "new_ns" ");" .SH "ARGUMENTS" .PP \fIkobj\fR .RS 4 object we\*(Aqre acting for\&. .RE .PP \fItarg\fR .RS 4 object we\*(Aqre pointing to\&. .RE .PP \fIold\fR .RS 4 previous name of the symlink\&. .RE .PP \fInew\fR .RS 4 new name of the symlink\&. .RE .PP \fInew_ns\fR .RS 4 new namespace of the symlink\&. .RE .SH "DESCRIPTION" .PP A helper function for the common rename symlink idiom\&. .SH "COPYRIGHT" .br