1SYSFS_RENAME_LINK(9)    The Filesystem for Exporting K    SYSFS_RENAME_LINK(9)
2
3
4

NAME

6       sysfs_rename_link - rename symlink in object's directory.
7

SYNOPSIS

9       int sysfs_rename_link(struct kobject * kobj, struct kobject * targ,
10                             const char * old, const char * new);
11

ARGUMENTS

13       kobj
14           object we're acting for.
15
16       targ
17           object we're pointing to.
18
19       old
20           previous name of the symlink.
21
22       new
23           new name of the symlink.
24

DESCRIPTION

26       A helper function for the common rename symlink idiom.
27
29Kernel Hackers Manual 2.6.       November 2011            SYSFS_RENAME_LINK(9)
Impressum