Home
last modified time | relevance | path

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

/drivers/md/
Ddm-raid.c759 struct dm_raid_superblock { struct
760 __le32 magic; /* "DmRd" */
761 __le32 features; /* Used to indicate possible future changes */
763 __le32 num_devices; /* Number of devices in this array. (Max 64) */
764 __le32 array_position; /* The position of this drive in the array */
766 __le64 events; /* Incremented by md when superblock updated */
767 __le64 failed_devices; /* Bit field of devices to indicate failures */
773 __le64 disk_recovery_offset;
779 __le64 array_resync_offset;
784 __le32 level;
[all …]