Searched defs:dm_raid_superblock (Results 1 – 1 of 1) sorted by relevance
756 struct dm_raid_superblock { struct757 __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;[all …]