Searched defs:cached_dev (Results 1 – 3 of 3) 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 …]
176 static struct pci_dev *cached_dev; variable
129 struct net_device __rcu *cached_dev; member