1SYSFS_RENAME_LINK_NS(9) The Filesystem for Exporting K SYSFS_RENAME_LINK_NS(9)
2
3
4
6 sysfs_rename_link_ns - rename symlink in object's directory.
7
9 int sysfs_rename_link_ns(struct kobject * kobj, struct kobject * targ,
10 const char * old, const char * new,
11 const void * new_ns);
12
14 kobj
15 object we're acting for.
16
17 targ
18 object we're pointing to.
19
20 old
21 previous name of the symlink.
22
23 new
24 new name of the symlink.
25
26 new_ns
27 new namespace of the symlink.
28
30 A helper function for the common rename symlink idiom.
31
33Kernel Hackers Manual 3.10 June 2019 SYSFS_RENAME_LINK_NS(9)