Searched defs:bcache_device (Results 1 – 1 of 1) sorted by relevance
249 struct bcache_device { struct250 struct closure cl;252 struct kobject kobj;254 struct cache_set *c;255 unsigned int id;279 int (*ioctl)(struct bcache_device *d, blk_mode_t mode, argument