Lines Matching refs:bcache_device
737 struct bcache_device *d = disk->private_data; in open_dev()
748 struct bcache_device *d = b->private_data; in release_dev()
756 struct bcache_device *d = b->bd_disk->private_data; in ioctl_dev()
777 void bcache_device_stop(struct bcache_device *d) in bcache_device_stop()
788 static void bcache_device_unlink(struct bcache_device *d) in bcache_device_unlink()
802 static void bcache_device_link(struct bcache_device *d, struct cache_set *c, in bcache_device_link()
824 static void bcache_device_detach(struct bcache_device *d) in bcache_device_detach()
846 static void bcache_device_attach(struct bcache_device *d, struct cache_set *c, in bcache_device_attach()
869 static void bcache_device_free(struct bcache_device *d) in bcache_device_free()
896 static int bcache_device_init(struct bcache_device *d, unsigned int block_size, in bcache_device_init()
1045 struct bcache_device *d = &dc->disk; in bch_cached_dev_run()
1382 struct bcache_device *d = &dc->disk; in CLOSURE_CALLBACK()
1490 struct bcache_device *d = container_of(kobj, struct bcache_device, in bch_flash_dev_release()
1497 closure_type(d, struct bcache_device, cl); in CLOSURE_CALLBACK()
1510 closure_type(d, struct bcache_device, cl); in CLOSURE_CALLBACK()
1522 struct bcache_device *d = kzalloc(sizeof(struct bcache_device), in flash_dev_run()
1765 struct bcache_device *d, in conditional_stop_bcache_device()
1808 struct bcache_device *d; in CLOSURE_CALLBACK()