Home
last modified time | relevance | path

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

/linux/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/include/linux/
A Dkobject.h107 extern int __must_check kobject_rename(struct kobject *, const char *new_name);
/linux/drivers/pci/
A Dslot.c156 result = kobject_rename(&slot->kobj, slot_name); in rename_slot()
/linux/lib/
A Dkobject.c490 int kobject_rename(struct kobject *kobj, const char *new_name) in kobject_rename() function
547 EXPORT_SYMBOL_GPL(kobject_rename);
A Dlib.a3 …_path�kobject_set_name�kobject_init�kobject_add�kobject_init_and_add�kobject_rename�kobject_move�k…
/linux/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/fs/btrfs/
A Dsysfs.c1692 if (kobject_rename(&fs_devices->fsid_kobj, fsid_buf)) in btrfs_sysfs_update_sprout_fsid()
1703 if (kobject_rename(&device->devid_kobj, tmp)) in btrfs_sysfs_update_devid()
/linux/drivers/base/
A Dcore.c4230 error = kobject_rename(kobj, new_name); in device_rename()
/linux/
A Dvmlinux.symvers2373 0x00000000 kobject_rename vmlinux EXPORT_SYMBOL_GPL
A DSystem.map17626 ffff8000104dcbb0 T kobject_rename
A D.tmp_System.map17626 ffff8000104dcbb0 T kobject_rename

Completed in 335 milliseconds