Searched defs:md_rdev (Results 1 – 1 of 1) sorted by relevance
130 struct md_rdev { struct131 struct list_head same_set; /* RAID devices within the same set */133 sector_t sectors; /* Device size (in 512bytes sectors) */134 struct mddev *mddev; /* RAID array if running */135 int last_events; /* IO event timestamp */142 struct block_device *meta_bdev;143 struct block_device *bdev; /* block device handle */144 struct file *bdev_file; /* Handle from open for bdev */146 struct page *sb_page, *bb_page;147 int sb_loaded;[all …]