Searched defs:bcache_device (Results 1 – 1 of 1) sorted by relevance
246 struct bcache_device { struct247 struct closure cl;249 struct kobject kobj;251 struct cache_set *c;252 unsigned id;277 int (*ioctl) (struct bcache_device *, fmode_t, unsigned, unsigned long); argument