Home
last modified time | relevance | path

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

/linux-6.3-rc2/Documentation/translations/zh_CN/core-api/
A Dkobject.rst126 如果你必须改变kobject的名字,请调用kobject_rename()::
128 int kobject_rename(struct kobject *kobj, const char *new_name);
130 kobject_rename()函数不会执行任何锁定操作,也不会对name进行可靠性检查,所以调用
/linux-6.3-rc2/include/linux/
A Dkobject.h107 extern int __must_check kobject_rename(struct kobject *, const char *new_name);
/linux-6.3-rc2/drivers/pci/
A Dslot.c157 result = kobject_rename(&slot->kobj, slot_name); in rename_slot()
/linux-6.3-rc2/lib/
A Dkobject.c466 int kobject_rename(struct kobject *kobj, const char *new_name) in kobject_rename() function
523 EXPORT_SYMBOL_GPL(kobject_rename);
/linux-6.3-rc2/Documentation/core-api/
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
/linux-6.3-rc2/fs/btrfs/
A Dsysfs.c1933 if (kobject_rename(&fs_devices->fsid_kobj, fsid_buf)) in btrfs_sysfs_update_sprout_fsid()
1944 if (kobject_rename(&device->devid_kobj, tmp)) in btrfs_sysfs_update_devid()
/linux-6.3-rc2/drivers/base/
A Dcore.c4441 error = kobject_rename(kobj, new_name); in device_rename()

Completed in 22 milliseconds