Lines Matching defs:dm_raid_superblock
759 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;
785 __le32 layout;
786 __le32 stripe_sectors;
788 __u8 pad[452]; /* Round struct to 512 bytes. */