Searched defs:raid_map_data (Results 1 – 1 of 1) sorted by relevance
208 struct raid_map_data { struct209 u32 structure_size; /* Size of entire structure in bytes */210 u32 volume_blk_size; /* bytes / block in the volume */211 u64 volume_blk_cnt; /* logical blocks on the volume */212 u8 phys_blk_shift; /* Shift factor to convert between215 u8 parity_rotation_shift; /* Shift factor to convert between units218 u16 strip_size; /* blocks used on each disk / stripe */219 u64 disk_starting_blk; /* First disk block used in volume */220 u64 disk_blk_cnt; /* disk blocks used by volume / disk */221 u16 data_disks_per_row; /* data disk entries / row in the map */[all …]