Linux Kernel
3.7.1
|
#include <linux/fs.h>
#include <linux/gfp.h>
#include <linux/mount.h>
#include <linux/module.h>
#include <linux/kobject.h>
#include <linux/namei.h>
#include <linux/mutex.h>
#include <linux/security.h>
#include "sysfs.h"
Go to the source code of this file.
Functions | |
: name of the symlink. | |
sysfs_create_link_nowarn - create symlink between two objects. : object whose directory we're creating the link in. : object we're pointing to. This function does the same as sysfs_create_link(), but it doesn't warn if the link already exists. | |
int | sysfs_create_link (struct kobject *kobj, struct kobject *target, const char *name) |
int | sysfs_create_link_nowarn (struct kobject *kobj, struct kobject *target, const char *name) |
: name of the symlink to remove. | |
sysfs_remove_link - remove symlink in object's directory. : object we're acting for. | |
struct inode_operations | sysfs_symlink_inode_operations |
void | sysfs_delete_link (struct kobject *kobj, struct kobject *targ, const char *name) |
void | sysfs_remove_link (struct kobject *kobj, const char *name) |
int | sysfs_rename_link (struct kobject *kobj, struct kobject *targ, const char *old, const char *new) |
EXPORT_SYMBOL_GPL (sysfs_create_link) | |
EXPORT_SYMBOL_GPL (sysfs_remove_link) | |
EXPORT_SYMBOL_GPL (sysfs_rename_link) | |
EXPORT_SYMBOL_GPL | ( | sysfs_create_link | ) |
EXPORT_SYMBOL_GPL | ( | sysfs_remove_link | ) |
EXPORT_SYMBOL_GPL | ( | sysfs_rename_link | ) |
struct inode_operations sysfs_symlink_inode_operations |