Searched refs:kobject_rename (Results 1 – 6 of 6) sorted by relevance
107 extern int __must_check kobject_rename(struct kobject *, const char *new_name);
455 int kobject_rename(struct kobject *kobj, const char *new_name) in kobject_rename() function510 EXPORT_SYMBOL_GPL(kobject_rename);
191 result = kobject_rename(&slot->kobj, slot_name); in rename_slot()
136 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
1927 error = kobject_rename(kobj, new_name); in device_rename()
2401 if (kobject_rename(&root->fs_info->fs_devices->fsid_kobj, in btrfs_init_new_device()