Home
last modified time | relevance | path

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

/linux/drivers/md/bcache/
H A Dbcache.h302 struct cached_dev { struct
303 struct list_head list;
304 struct bcache_device disk;
305 struct block_device *bdev;
306 struct file *bdev_file;
308 struct cache_sb sb;
309 struct cache_sb_disk *sb_disk;
310 struct bio sb_bio;
311 struct bio_vec sb_bv[1];
312 struct closure sb_write;
[all …]
/linux/drivers/scsi/leapraid/
H A Dleapraid_func.c1687 void *cached_dev; in leapraid_clear_boot_dev() local