Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/base/
Dcore.c49 struct kobject *sysfs_dev_block_kobj; variable
1360 sysfs_dev_block_kobj = kobject_create_and_add("block", dev_kobj); in devices_init()
1361 if (!sysfs_dev_block_kobj) in devices_init()
1370 kobject_put(sysfs_dev_block_kobj); in devices_init()
/linux-3.4.99/include/linux/
Ddevice.h361 extern struct kobject *sysfs_dev_block_kobj;
/linux-3.4.99/block/
Dgenhd.c906 block_class.dev_kobj = sysfs_dev_block_kobj; in genhd_device_init()