Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/fs/nfs/
H A Dsysfs.c336 ret = kobject_rename(&server->kobj, s->s_id); in nfs_sysfs_move_server_to_sb()
349 ret = kobject_rename(&server->kobj, s); in nfs_sysfs_move_sb_to_server()
/kernel/linux/linux-6.6/include/linux/
H A Dkobject.h105 int __must_check kobject_rename(struct kobject *, const char *new_name);
/kernel/linux/linux-5.10/include/linux/
H A Dkobject.h108 extern int __must_check kobject_rename(struct kobject *, const char *new_name);
/kernel/linux/linux-5.10/drivers/pci/
H A Dslot.c156 result = kobject_rename(&slot->kobj, slot_name); in rename_slot()
/kernel/linux/linux-6.6/drivers/pci/
H A Dslot.c157 result = kobject_rename(&slot->kobj, slot_name); in rename_slot()
/kernel/linux/linux-5.10/lib/
H A Dkobject.c329 * kobject to the system, you must call kobject_rename() in order to
489 * kobject_rename() - Change the name of an object.
494 * exclusion between two different calls of kobject_rename
498 int kobject_rename(struct kobject *kobj, const char *new_name) in kobject_rename() function
555 EXPORT_SYMBOL_GPL(kobject_rename); variable
/kernel/linux/linux-6.6/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) in kobject_rename() function
531 EXPORT_SYMBOL_GPL(kobject_rename); variable
/kernel/linux/linux-5.10/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()
/kernel/linux/linux-6.6/fs/btrfs/
H A Dsysfs.c1949 if (kobject_rename(&fs_devices->fsid_kobj, fsid_buf)) in btrfs_sysfs_update_sprout_fsid()
1960 if (kobject_rename(&device->devid_kobj, tmp)) in btrfs_sysfs_update_devid()
/kernel/linux/linux-5.10/drivers/base/
H A Dcore.c3827 error = kobject_rename(kobj, new_name); in device_rename()
/kernel/linux/linux-6.6/drivers/base/
H A Dcore.c4493 error = kobject_rename(kobj, new_name); in device_rename()

Completed in 34 milliseconds