Searched defs:cached_dev (Results 1 – 3 of 3) sorted by relevance
298 struct cached_dev { struct299 struct list_head list;300 struct bcache_device disk;301 struct block_device *bdev;303 struct cache_sb sb;304 struct bio sb_bio;305 struct bio_vec sb_bv[1];306 struct closure sb_write;307 struct semaphore sb_write_mutex;310 refcount_t count;[all …]
177 static struct pci_dev *cached_dev; variable
132 struct net_device __rcu *cached_dev; member