Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/md/bcache/
Dbcache.h298 struct cached_dev { struct
299 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 …]
/Linux-v5.4/arch/x86/kernel/
Dquirks.c177 static struct pci_dev *cached_dev; variable
/Linux-v5.4/net/packet/
Dinternal.h132 struct net_device __rcu *cached_dev; member