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;
304 struct file *bdev_file;
306 struct cache_sb sb;
308 struct bio sb_bio;
314 refcount_t count;
321 atomic_t running;
334 atomic_t has_dirty;
364 spinlock_t io_lock;
372 unsigned int verify:1;
[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