Home
last modified time | relevance | path

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

/linux/drivers/md/bcache/
H A Dbcache.h300 struct cached_dev { struct
301 struct list_head list;
302 struct bcache_device disk;
303 struct block_device *bdev;
304 struct file *bdev_file;
306 struct cache_sb sb;
307 struct cache_sb_disk *sb_disk;
308 struct bio sb_bio;
309 struct bio_vec sb_bv[1];
310 struct closure sb_write;
[all …]
/linux/arch/x86/kernel/
H A Dquirks.c178 static struct pci_dev *cached_dev; variable
/linux/net/packet/
H A Dinternal.h131 struct net_device __rcu *cached_dev; member