Home
last modified time | relevance | path

Searched defs:cached_dev (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/drivers/md/bcache/
Dbcache.h305 struct cached_dev { struct
306 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 …]
/linux-4.1.27/arch/x86/kernel/
Dquirks.c176 static struct pci_dev *cached_dev; variable
/linux-4.1.27/net/packet/
Dinternal.h115 struct net_device __rcu *cached_dev; member