Searched defs:cached_dev (Results 1 – 1 of 1) sorted by relevance
290 struct cached_dev { struct291 struct list_head list;292 struct bcache_device disk;293 struct block_device *bdev;295 struct cache_sb sb;296 struct bio sb_bio;297 struct bio_vec sb_bv[1];298 struct closure sb_write;299 struct semaphore sb_write_mutex;302 atomic_t count;[all …]