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 D | 0009-Rename-genhd-wrapper-to-blkdev.patch | 48 * Canary function to check for 'block_class' at compile time. 53 * extern struct class block_class;
|
| /OK3568_Linux_fs/kernel/init/ |
| H A D | do_mounts.c | 140 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 D | genhd.c | 1072 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 D | blk-cgroup.c | 822 class_dev_iter_init(&iter, &block_class, NULL, &disk_type); in blkcg_fill_root_iostats()
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | genhd.h | 30 extern struct class block_class;
|
| /OK3568_Linux_fs/kernel/drivers/base/ |
| H A D | devtmpfs.c | 94 return dev->class == &block_class; in is_blockdev()
|
| H A D | core.c | 2820 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 D | class.c | 179 if (!sysfs_deprecated || cls != &block_class) in __class_register()
|
| /OK3568_Linux_fs/kernel/block/partitions/ |
| H A D | core.c | 445 pdev->class = &block_class; in add_partition()
|
| /OK3568_Linux_fs/buildroot/package/gnuradio/ |
| H A D | 0002-boost_qualify_placeholders_with_their_full_namespace.patch | 71 - boost::bind(&block_class::message_handler_function, this, _1)); 72 + boost::bind(&block_class::message_handler_function, this, boost::placeholders::_1));
|