Searched defs:cached_dev (Results 1 – 3 of 3) sorted by relevance
305 struct cached_dev { struct306 struct list_head list;307 struct bcache_device disk;308 struct block_device *bdev;310 struct cache_sb sb;311 struct bio sb_bio;312 struct bio_vec sb_bv[1];313 struct closure sb_write;314 struct semaphore sb_write_mutex;317 atomic_t count;[all …]
176 static struct pci_dev *cached_dev; variable
115 struct net_device __rcu *cached_dev; member