Searched defs:bcache_device (Results 1 – 1 of 1) sorted by relevance
250 struct bcache_device { struct251 struct closure cl;253 struct kobject kobj;255 struct cache_set *c;256 unsigned int id;280 int (*ioctl)(struct bcache_device *d, blk_mode_t mode, argument