Home
last modified time | relevance | path

Searched refs:block_class (Results 1 – 10 of 10) sorted by relevance

/OK3568_Linux_fs/yocto/poky/meta/recipes-kernel/lttng/lttng-modules/
H A D0009-Rename-genhd-wrapper-to-blkdev.patch48 * Canary function to check for 'block_class' at compile time.
53 * extern struct class block_class;
/OK3568_Linux_fs/kernel/init/
H A Ddo_mounts.c140 dev = class_find_device(&block_class, NULL, &cmp, in devt_from_partuuid()
239 dev = class_find_device(&block_class, NULL, name + 10, in name_to_dev_t()
/OK3568_Linux_fs/kernel/block/
H A Dgenhd.c1072 class_dev_iter_init(&iter, &block_class, NULL, &disk_type); in printk_all_partitions()
1129 class_dev_iter_init(iter, &block_class, NULL, &disk_type); in disk_seqf_start()
1220 block_class.dev_kobj = sysfs_dev_block_kobj; in genhd_device_init()
1221 error = class_register(&block_class); in genhd_device_init()
1570 struct class block_class = { variable
1687 class_dev_iter_init(&iter, &block_class, NULL, &disk_type); in blk_lookup_devt()
1760 disk_to_dev(disk)->class = &block_class; in __alloc_disk_node()
H A Dblk-cgroup.c822 class_dev_iter_init(&iter, &block_class, NULL, &disk_type); in blkcg_fill_root_iostats()
/OK3568_Linux_fs/kernel/include/linux/
H A Dgenhd.h30 extern struct class block_class;
/OK3568_Linux_fs/kernel/drivers/base/
H A Ddevtmpfs.c94 return dev->class == &block_class; in is_blockdev()
H A Dcore.c2820 if (sysfs_deprecated && dev->class == &block_class) { in get_device_parent()
2821 if (parent && parent->class == &block_class) in get_device_parent()
2823 return &block_class.p->subsys.kobj; in get_device_parent()
2983 if (sysfs_deprecated && dev->class == &block_class) in device_add_class_symlinks()
3017 if (sysfs_deprecated && dev->class == &block_class) in device_remove_class_symlinks()
4291 if (sysfs_deprecated && dev->class == &block_class) in device_change_owner()
H A Dclass.c179 if (!sysfs_deprecated || cls != &block_class) in __class_register()
/OK3568_Linux_fs/kernel/block/partitions/
H A Dcore.c445 pdev->class = &block_class; in add_partition()
/OK3568_Linux_fs/buildroot/package/gnuradio/
H A D0002-boost_qualify_placeholders_with_their_full_namespace.patch71 - boost::bind(&block_class::message_handler_function, this, _1));
72 + boost::bind(&block_class::message_handler_function, this, boost::placeholders::_1));