Home
last modified time | relevance | path

Searched refs:kobject_rename (Results 1 – 6 of 6) sorted by relevance

/linux-4.4.14/include/linux/
Dkobject.h107 extern int __must_check kobject_rename(struct kobject *, const char *new_name);
/linux-4.4.14/lib/
Dkobject.c455 int kobject_rename(struct kobject *kobj, const char *new_name) in kobject_rename() function
510 EXPORT_SYMBOL_GPL(kobject_rename);
/linux-4.4.14/drivers/pci/
Dslot.c191 result = kobject_rename(&slot->kobj, slot_name); in rename_slot()
/linux-4.4.14/Documentation/
Dkobject.txt136 the name of the kobject, call kobject_rename():
138 int kobject_rename(struct kobject *kobj, const char *new_name);
140 kobject_rename does not perform any locking or have a solid notion of
/linux-4.4.14/drivers/base/
Dcore.c1927 error = kobject_rename(kobj, new_name); in device_rename()
/linux-4.4.14/fs/btrfs/
Dvolumes.c2401 if (kobject_rename(&root->fs_info->fs_devices->fsid_kobj, in btrfs_init_new_device()