Lines Matching full:device
47 * MD's 'extended' device
53 sector_t size; /* Device size (in blocks) */
57 struct block_device *bdev; /* block device handle */
69 /* A device can be in one of three states based on two flags:
81 #define Faulty 1 /* device is known to have a fault */
82 #define In_sync 2 /* device is in_sync with rest of array */
87 int raid_disk; /* role of device in array */
88 int saved_raid_disk; /* role that device used to have in the
92 sector_t recovery_offset;/* If this device has been partially
231 struct bitmap *bitmap; /* the bitmap for the device */