Searched defs:raid_map_data (Results 1 – 6 of 6) sorted by relevance
229 struct raid_map_data { struct231 __le32 volume_blk_size; /* bytes / block in the volume */232 __le64 volume_blk_cnt; /* logical blocks on the volume */233 u8 phys_blk_shift; /* Shift factor to convert between239 __le16 strip_size; /* blocks used on each disk / stripe */241 __le64 disk_blk_cnt; /* disk blocks used by volume / disk */245 __le16 row_cnt; /* rows in each layout map */248 __le16 flags; /* Bit 0 set if encryption enabled */250 __le16 dekindex; /* Data encryption key index. */251 u8 reserved[16];[all …]
172 void *raid_map_data = NULL; in MR_PopulateDrvRaidMap() local