Searched defs:cached_dev (Results 1 – 3 of 3) sorted by relevance
299 struct cached_dev { struct300 struct list_head list;301 struct bcache_device disk;302 struct block_device *bdev;304 struct cache_sb sb;305 struct cache_sb_disk *sb_disk;306 struct bio sb_bio;307 struct bio_vec sb_bv[1];308 struct closure sb_write;309 struct semaphore sb_write_mutex;[all …]
178 static struct pci_dev *cached_dev; variable
131 struct net_device __rcu *cached_dev; member