Lines Matching defs:dm_raid_superblock
756 struct dm_raid_superblock { struct
757 __le32 magic; /* "DmRd" */
758 __le32 features; /* Used to indicate possible future changes */
760 __le32 num_devices; /* Number of devices in this array. (Max 64) */
761 __le32 array_position; /* The position of this drive in the array */
763 __le64 events; /* Incremented by md when superblock updated */
764 __le64 failed_devices; /* Bit field of devices to indicate failures */
770 __le64 disk_recovery_offset;
776 __le64 array_resync_offset;
781 __le32 level;
782 __le32 layout;
783 __le32 stripe_sectors;