Lines Matching refs:bcache_device
741 struct bcache_device *d = b->bd_disk->private_data; in open_dev()
752 struct bcache_device *d = b->private_data; in release_dev()
760 struct bcache_device *d = b->bd_disk->private_data; in ioctl_dev()
781 void bcache_device_stop(struct bcache_device *d) in bcache_device_stop()
792 static void bcache_device_unlink(struct bcache_device *d) in bcache_device_unlink()
806 static void bcache_device_link(struct bcache_device *d, struct cache_set *c, in bcache_device_link()
828 static void bcache_device_detach(struct bcache_device *d) in bcache_device_detach()
850 static void bcache_device_attach(struct bcache_device *d, struct cache_set *c, in bcache_device_attach()
873 static void bcache_device_free(struct bcache_device *d) in bcache_device_free()
900 static int bcache_device_init(struct bcache_device *d, unsigned int block_size, in bcache_device_init()
1051 struct bcache_device *d = &dc->disk; in bch_cached_dev_run()
1392 struct bcache_device *d = &dc->disk; in cached_dev_flush()
1506 struct bcache_device *d = container_of(kobj, struct bcache_device, in bch_flash_dev_release()
1513 struct bcache_device *d = container_of(cl, struct bcache_device, cl); in flash_dev_free()
1526 struct bcache_device *d = container_of(cl, struct bcache_device, cl); in flash_dev_flush()
1537 struct bcache_device *d = kzalloc(sizeof(struct bcache_device), in flash_dev_run()
1776 struct bcache_device *d, in conditional_stop_bcache_device()
1819 struct bcache_device *d; in __cache_set_unregister()