Home
last modified time | relevance | path

Searched refs:sysfs_dev_block_kobj (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/drivers/base/
Dcore.c51 struct kobject *sysfs_dev_block_kobj; variable
1387 sysfs_dev_block_kobj = kobject_create_and_add("block", dev_kobj); in devices_init()
1388 if (!sysfs_dev_block_kobj) in devices_init()
1397 kobject_put(sysfs_dev_block_kobj); in devices_init()
/linux-4.1.27/include/linux/
Ddevice.h383 extern struct kobject *sysfs_dev_block_kobj;
/linux-4.1.27/block/
Dgenhd.c903 block_class.dev_kobj = sysfs_dev_block_kobj; in genhd_device_init()