Home
last modified time | relevance | path

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

/linux-3.3/drivers/md/
Ddm-raid.c566 struct dm_raid_superblock { struct
567 __le32 magic; /* "DmRd" */
568 __le32 features; /* Used to indicate possible future changes */
570 __le32 num_devices; /* Number of devices in this array. (Max 64) */
571 __le32 array_position; /* The position of this drive in the array */
573 __le64 events; /* Incremented by md when superblock updated */
574 __le64 failed_devices; /* Bit field of devices to indicate failures */
580 __le64 disk_recovery_offset;
586 __le64 array_resync_offset;
591 __le32 level;
[all …]