Searched refs:kobject_rename (Results 1 – 8 of 8) sorted by relevance
/openbmc/linux/Documentation/translations/zh_CN/core-api/ |
H A D | kobject.rst | 126 如果你必须改变kobject的名字,请调用kobject_rename():: 128 int kobject_rename(struct kobject *kobj, const char *new_name); 130 kobject_rename()函数不会执行任何锁定操作,也不会对name进行可靠性检查,所以调用
|
/openbmc/linux/fs/nfs/ |
H A D | sysfs.c | 336 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()
|
/openbmc/linux/include/linux/ |
H A D | kobject.h | 105 int __must_check kobject_rename(struct kobject *, const char *new_name);
|
/openbmc/linux/drivers/pci/ |
H A D | slot.c | 158 result = kobject_rename(&slot->kobj, slot_name); in rename_slot()
|
/openbmc/linux/lib/ |
H A D | kobject.c | 474 int kobject_rename(struct kobject *kobj, const char *new_name) in kobject_rename() function 531 EXPORT_SYMBOL_GPL(kobject_rename);
|
/openbmc/linux/Documentation/core-api/ |
H A D | kobject.rst | 139 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
|
/openbmc/linux/fs/btrfs/ |
H A D | sysfs.c | 1949 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()
|
/openbmc/linux/drivers/base/ |
H A D | core.c | 4561 error = kobject_rename(kobj, new_name); in device_rename()
|