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

/linux-master/include/linux/
H A Dkobject.h105 int __must_check kobject_rename(struct kobject *, const char *new_name);
/linux-master/fs/nfs/
H A Dsysfs.c336 ret = kobject_rename(&server->kobj, s->s_id);
349 ret = kobject_rename(&server->kobj, s);
/linux-master/drivers/pci/
H A Dslot.c157 result = kobject_rename(&slot->kobj, slot_name);
/linux-master/lib/
H A Dkobject.c305 * kobject to the system, you must call kobject_rename() in order to
465 * kobject_rename() - Change the name of an object.
470 * exclusion between two different calls of kobject_rename
474 int kobject_rename(struct kobject *kobj, const char *new_name) function
531 EXPORT_SYMBOL_GPL(kobject_rename); variable
/linux-master/fs/btrfs/
H A Dsysfs.c2017 if (kobject_rename(&fs_devices->fsid_kobj, fsid_buf))
2028 if (kobject_rename(&device->devid_kobj, tmp))
/linux-master/drivers/base/
H A Dcore.c4588 error = kobject_rename(kobj, new_name);

Completed in 189 milliseconds