Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Dkobject.h114 extern int __must_check kobject_rename(struct kobject *, const char *new_name);
/OK3568_Linux_fs/kernel/lib/
H A Dkobject.c490 int kobject_rename(struct kobject *kobj, const char *new_name) in kobject_rename() function
547 EXPORT_SYMBOL_GPL(kobject_rename);
/OK3568_Linux_fs/kernel/drivers/pci/
H A Dslot.c156 result = kobject_rename(&slot->kobj, slot_name); in rename_slot()
/OK3568_Linux_fs/kernel/Documentation/core-api/
H A 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
/OK3568_Linux_fs/kernel/fs/btrfs/
H A 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()
/OK3568_Linux_fs/kernel/drivers/base/
H A Dcore.c4076 error = kobject_rename(kobj, new_name); in device_rename()