Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/linux/
Dkobject.h108 extern int __must_check kobject_rename(struct kobject *, const char *new_name);
/kernel/linux/linux-5.10/drivers/pci/
Dslot.c156 result = kobject_rename(&slot->kobj, slot_name); in rename_slot()
/kernel/linux/linux-5.10/lib/
Dkobject.c490 int kobject_rename(struct kobject *kobj, const char *new_name) in kobject_rename() function
547 EXPORT_SYMBOL_GPL(kobject_rename);
/kernel/linux/linux-5.10/Documentation/core-api/
Dkobject.rst139 the name of the kobject, call kobject_rename()::
141 int kobject_rename(struct kobject *kobj, const char *new_name);
143 kobject_rename() does not perform any locking or have a solid notion of
/kernel/linux/linux-5.10/fs/btrfs/
Dsysfs.c1434 if (kobject_rename(&fs_devices->fsid_kobj, fsid_buf)) in btrfs_sysfs_update_sprout_fsid()
1445 if (kobject_rename(&device->devid_kobj, tmp)) in btrfs_sysfs_update_devid()
/kernel/linux/linux-5.10/drivers/base/
Dcore.c3792 error = kobject_rename(kobj, new_name); in device_rename()